Commit graph

14 commits

Author SHA1 Message Date
Martin Wilke
10cf26b156 - Update to 2008-11-07
PR:		128676
Submitted by:	Martin <dada@sbox.tugraz.at>
Approved by:	maintainer
2008-11-08 20:13:24 +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
Martin Wilke
2735732376 - Update to 2008-07-25
PR:		126264
Submitted by:	Martin Kammerhoffer <mkamm@gmx.net> (maintainer)
2008-08-06 10:34:11 +00:00
Martin Wilke
3ae6f3ee2d - Update to 2007-12-18
PR:		119094
Submitted by:	Martin Kammerhofer <dada@sbox.tugraz.at> (maintainer)
2007-12-31 00:37:54 +00:00
Tilman Keskinoz
ea37343500 Update to 2007-07-26 release
PR:		115034
Submitted by:	Martin Kammerhofer <dada@pluto.tugraz.at>
2007-07-31 12:25:46 +00:00
Martin Wilke
fd68286e2c - Update to 2007.03.12
PR:             110385
Submitted by:   Martin Kammerhofer <dada@pluto.tugraz.at> (maintainer)
2007-03-16 20:58:27 +00:00
Martin Wilke
48471fcd22 - Update to 2007-02-19
PR              109572
Submitted by:   Martin Kammerhofer <dada@pluto.tugraz.at> (maintainer)
2007-03-01 10:16:55 +00:00
Martin Wilke
24e7861070 - Update to 2007-01-21
PR:             108333
Submitted by:   Martin Kammerhofer<mkamm@gmx.net> (maintainer)
2007-01-25 22:58:32 +00:00
Martin Wilke
0ca2c8666b - Update to 2006-12-28
PR:             ports/107518
Submitted by:   Martin Kammerhofer <dada@pluto.tugraz.at>
Approved by:    maintainer
2007-01-05 23:11:13 +00:00
Martin Wilke
1e7a47b303 - Update to 2006-12-13
PR:             ports/106773
Submitted by:   Martin Kammerhoffer <dada@pluto.tugraz.at>
Approved by:    maintainer
2006-12-16 10:27:23 +00:00
Rong-En Fan
01c7896792 - Update to 2006-11-10 release
PR:		ports/105574
Submitted by:	Martin Kammerhofer (maintainer)
2006-11-16 06:13:41 +00:00
Renato Botelho
f9fa0a445c Update to 2006-10-30
PR:		ports/105344
Submitted by:	Martin Kammerhofer <dada@pluto.tugraz.at>
Approved by:	Martin Kammerhofer <mkamm@gmx.net> (maintainer)
2006-11-12 15:54:49 +00:00
Sam Lawrance
09ddad473f Add autoconf-archive, a set of useful GNU Autoconf macros.
This port is somewhat distinct from ac-archive, see the PR for background.

PR:		ports/103935
Submitted by:	Martin Kammerhofer
2006-11-01 10:59:09 +00:00