Dirk Meyer
c2aa3fe9ae
- update to 1.0.Beta0.0
...
- use STAGEDIR
- preserve users and groups
2014-04-11 17:31:11 +00:00
Dirk Meyer
c082577a8e
- update to 1-1.0.Alpha22.0
2014-03-09 19:05:59 +00:00
Dirk Meyer
5cfc05628d
- update to 1-1.0.Alpha21.0
2014-03-09 18:50:42 +00:00
Dirk Meyer
12ac28d2d3
- update to 1.0.Alpha20.0
2014-03-09 18:42:11 +00:00
Dirk Meyer
2bcc53a820
- update to 1.0.Alpha19.0
...
- use OPTIONS_SUB
- use OPT_CONFIGURE_ENABLE
2013-12-21 20:11:18 +00:00
Dirk Meyer
5be5719ec7
- update to 1.0.Alpha18.0
2013-12-01 14:38:33 +00:00
Dirk Meyer
1e3119b07e
- fix misplaced NO_STAGE in slaveports and ifdefs
2013-09-21 11:06:03 +00:00
Baptiste Daroussin
fd61959c15
Add NO_STAGE all over the place in preparation for the staging support (cat: mail)
2013-09-20 19:59:12 +00:00
Dirk Meyer
50d7ee708c
- update to 1.0.Alpha15.0
2013-08-30 19:14:01 +00:00
Dirk Meyer
6f296b8ce6
- add OPTION DKIM
...
Submitted by: alastair
- add OPTION MSP
2013-05-01 04:38:54 +00:00
Dirk Meyer
0f3e5dadd3
- update to 1.0.Alpha14.0
2012-12-29 17:00:18 +00:00
Hajimu UMEMOTO
dda3fab6a5
Update cyrus-sasl2 to 2.1.26.
...
This bumps shlib version of libsasl2.
2012-12-10 15:10:02 +00:00
Dirk Meyer
0e4d8082e1
- update to 2.0.Alpha13.0
2012-12-09 21:35:26 +00:00
Dirk Meyer
e711de13d3
- update to 1.0.Alpha12.0
...
PR: 172891
Submitted by: Alastair Hogge
2012-12-09 21:33:34 +00:00
Dirk Meyer
41c03aae99
- fix mangpages and cleanup prefix
...
Submitted by: agh
Feature safe: yes
2012-10-26 16:59:17 +00:00
Dirk Meyer
851945b1eb
- cleanup comments
...
Feature safe: yes
2012-10-13 13:39:56 +00:00
Doug Barton
4c72aacae0
Add newlines to the ends of these files
2012-09-04 05:35:29 +00:00
Dirk Meyer
94d114b745
- use OPTIONS_DEFINE
...
PR: 169846
Submitted by: Alastair Hogge
2012-07-26 17:11:07 +00:00
Dirk Meyer
ec4df87604
- update to meta1-1.0.Alpha11.0
...
PR: 169846
Submitted by: Alastair Hogge
2012-07-16 03:44:11 +00:00
Dirk Meyer
5c82fa580d
- update to 1.0.Alpha5.0
2011-09-03 11:07:06 +00:00
Dirk Meyer
04634f325b
- update to 1.0.Alpha4.0
2011-08-13 13:45:49 +00:00
Dirk Meyer
187807a2e2
- update to 1.0.Alpha1.0
2011-05-11 20:16:02 +00:00
Dirk Meyer
e8231ee6b6
- update to 1.0.Alpha0.0
2011-04-02 18:49:17 +00:00
Dirk Meyer
5a53567313
- udpate to 1.0.PreAlpha42.0
2011-04-02 18:29:50 +00:00
Philip M. Gollucci
116ec22ac1
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
...
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
2010-12-29 20:04:42 +00:00
Dirk Meyer
1c4dff4aeb
- update to 1-1.0.PreAlpha36
2010-08-20 06:47:52 +00:00
Dirk Meyer
7b69a6211e
- update to 1.0.PreAlpha35.0
2010-06-07 17:24:12 +00:00
Dirk Meyer
896dc0aa8a
- note GROUPS/USERS does not work here
2010-06-05 04:20:15 +00:00
Dirk Meyer
614ad36a06
- update to 1-1.0.PreAlpha34
2010-03-26 14:17:43 +00:00
Dirk Meyer
35bb2c2ab1
- update to 1.0.PreAlpha33
...
Feature safe: yes
2010-02-26 18:02:32 +00:00
Dirk Meyer
9c5b2499f7
- update to 1.0.PreAlpha32.0
2010-01-24 20:33:35 +00:00
Dirk Meyer
fae37b15da
- update to .0.PreAlpha31.0
2010-01-16 08:48:33 +00:00
Dirk Meyer
20fc645e9f
- update to 1.0.PreAlpha30.0
2009-08-24 20:39:06 +00:00
Dirk Meyer
be732dbbba
- disable checks on BUILDING_INDEX
...
Suggested by: cperciva
2009-07-27 07:32:38 +00:00
Dirk Meyer
11523b5aea
- update to 1.0.PreAlpha29
2009-06-04 04:56:24 +00:00
Dirk Meyer
6aca8cd34d
- fix typo
...
Reported by: Dmitry Marakasov
2008-09-06 08:07:39 +00:00
Rong-En Fan
741aa71483
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
...
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
2008-08-21 06:18:49 +00:00
Dirk Meyer
3ca1ce4e69
- update to 1.0.PreAlpha27
2008-07-16 14:08:16 +00:00
Dirk Meyer
24e0129f7b
- update to 1.0.PreAlpha26.0
2008-05-17 07:55:39 +00:00
Dirk Meyer
3e7c0d553e
- update to 1.0.PreAlpha25.0
2008-02-26 15:18:59 +00:00
Dirk Meyer
8ebeac3f74
- udate to 1.0.PreAlpha24.0.
2008-02-09 11:31:39 +00:00
Dirk Meyer
1f04f10cde
- update to 1.0.PreAlpha23.0
2008-01-30 14:32:48 +00:00
Dirk Meyer
512f3d0356
- update to 1.0.PreAlpha22
2007-12-11 20:18:42 +00:00
Dirk Meyer
96865c7e26
- update to 1.0.PreAlpha21
2007-12-11 20:17:50 +00:00
Dirk Meyer
14ed22050d
- update to 1.0.PreAlpha20
2007-10-09 13:31:44 +00:00
Edwin Groothuis
81cd10f8d2
Remove always-false/true conditions based on OSVERSION 500000
2007-10-04 01:53:45 +00:00
Dirk Meyer
c1e13d65de
- update to 1.0.PreAlpha19
2007-09-30 04:23:11 +00:00
Dirk Meyer
63baebc99f
- update to 1.0.PreAlpha18.0
2007-07-19 10:17:42 +00:00
Dirk Meyer
1d9a45e85e
- use MANUAL_PACKAGE_BUILD
...
Suggested by: pav
2007-06-26 16:49:50 +00:00
Dirk Meyer
ae9470646c
- mark IGNORE for pointyhat
...
Approved by: pav (portmgr)
2007-06-26 16:41:22 +00:00