Commit graph

114 commits

Author SHA1 Message Date
Alex Dupre
bf330a57d4 Switch to use newer GMP version.
PR:		ports/144487
Submitted by:	ale
Approved by:	portmgr (-exp run by erwin)
2010-04-19 10:43:42 +00:00
Dirk Meyer
f67b064068 - update to 1.19.3 2009-11-28 21:44:49 +00:00
Dirk Meyer
f71220b470 - Fix build for ffcall with under custom PREFIX 2009-05-29 19:58:11 +00:00
Alex Dupre
523a16e2bd Chase libgmp and bump PORTREVISION. 2009-05-13 09:46:02 +00:00
Dirk Meyer
21bef45d60 - set NO_PACKAGE 2009-01-16 16:59:54 +00:00
Dirk Meyer
b4cb3b6756 - update to 1.18.0 2008-12-24 07:48:22 +00:00
Dirk Meyer
8d54a3338e - update to 1.16.5 2008-12-19 18:43:50 +00:00
Dirk Meyer
08c00070a5 - update to 1.16.4 2008-11-16 18:15:34 +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
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Dirk Meyer
ab0b73a674 - udpate stable to 1.16.3 2008-08-12 09:23:46 +00:00
Dirk Meyer
0a1d7f13f4 - update to 1.16.3 2008-08-11 15:38:39 +00:00
Dirk Meyer
c7ccb5c6b5 - update to 1.16.2 2008-07-08 17:30:31 +00:00
Dirk Meyer
98ae4f0749 - update to 1.16.0 2008-06-20 15:14:37 +00:00
Dirk Meyer
3383ed4b4f - update to 1.14.4 2008-06-15 11:22:41 +00:00
Dirk Meyer
1b9f926d36 - add WITH_GNUSTEP_DEVEL 2008-05-04 21:13:22 +00:00
Dirk Meyer
b6a52153d4 - update to 1.14.3 2008-03-23 12:24:19 +00:00
Dirk Meyer
2412099627 - update to 1.14.2 2008-02-28 09:09:33 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Dirk Meyer
cdc1aa019f - update to 1.13.1 2007-01-31 17:52:17 +00:00
Kris Kennaway
a01439c2ca Retire NO_FILTER_SHLIBS now that it no longer serves a purpose 2007-01-30 04:25:35 +00:00
Dirk Meyer
d7f59ea8de - update to use new bsd.gnustep.mk
Approved by:	gurkan@linuks.mine.nu
2007-01-13 03:57:25 +00:00
Dirk Meyer
93405b24d1 - update to 1.13.0 2006-08-31 05:35:32 +00:00
Dirk Meyer
c3d379c79d - remove LDCONFIG_GCC workaround 2006-06-24 16:24:39 +00:00
Dirk Meyer
fa1045dda1 - activate regression-test 2006-06-24 08:27:11 +00:00
Dirk Meyer
2995a979d5 - make sure ldconfig has been run 2006-06-09 19:55:24 +00:00
Dirk Meyer
1a4bb222f5 - make portlint happier 2006-05-13 08:16:30 +00:00
Alex Dupre
ffcb54b54f Chase gmp library and bump PORTREVISION. 2006-05-10 14:46:47 +00:00
Dirk Meyer
8d7e99571b - cleanup after gcc updates
no hacks for ldconfig needed
2006-04-08 15:14:44 +00:00
Dirk Meyer
ccd3e4a8d4 - add USE_GNUSTEP_PREFIX 2006-03-19 04:35:47 +00:00
Dirk Meyer
14f10b4598 - update to 1.12.0 2006-03-18 09:52:07 +00:00
Dirk Meyer
3b6641a158 - new option GNUSTEP_PREFIX
allow user defined location of all files
2006-01-19 12:06:14 +00:00
Dirk Meyer
1d306ef3e3 - enable fake-main support again
so packages can be build without procfs
- new option WITHOUT_GNUSTEP_FAKEMAIN
2006-01-16 13:11:15 +00:00
Dirk Meyer
33caebc6a9 - update to 1.11.2 2005-12-24 21:40:02 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Dirk Meyer
ec997a9574 - add SHA checksum 2005-11-13 09:26:50 +00:00
Dirk Meyer
f07a57f9f4 - update to 1.11.1 2005-09-22 13:34:52 +00:00
Dirk Meyer
e99d7a1173 - cleanup Makefile location 2005-08-28 19:19:23 +00:00
Dirk Meyer
a69d82a06f - update to 1.10.0 2005-07-27 17:11:51 +00:00
Dirk Meyer
8eafc28228 - new option WITH_GNUSTEP_FAKEMAIN to work without procfs
- call ldconfig in configure stage again
  this workarounds a problem that ldconfig is called to early when
  addding a package like: gcc-objc-current-3.3.6_20050511.tgz
2005-06-03 07:52:42 +00:00
Dirk Meyer
8521b5b156 - update to 1.10.3 2005-04-18 04:37:31 +00:00
Dirk Meyer
09bb2ae21d - remove WITH_GNUSTEP_DEVEL
- update to 1.10.2
2005-04-03 05:22:07 +00:00
Dirk Meyer
3e06360037 - cleanup Makefile 2004-12-15 04:15:43 +00:00
Dirk Meyer
e5e0cea40b - update to 1.10.1 (stable) 2004-11-14 08:04:32 +00:00
Dirk Meyer
811cff3000 - update to 1.10.0 (stable) 2004-11-07 21:43:55 +00:00
Dirk Meyer
ab630c8e5e - Fix PATH problem with bsd.autotools.mk
PR:		64393
2004-08-12 05:11:59 +00:00
Dirk Meyer
aa3074a492 - update to 1.9.2 2004-06-16 16:36:40 +00:00
Dirk Meyer
e63ab851d0 - patch to fix coredumps in make_services 2004-04-29 02:56:58 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Dirk Meyer
94806b5b2a - update to 1.9.1 2004-03-05 15:00:40 +00:00