Commit graph

15 commits

Author SHA1 Message Date
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
Mark Linimon
238940659f Return laszlof's ports to the pool due to lack of time.
Hat:		portmgr
2008-08-19 09:18:37 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Frank J. Laszlo
40d889badc Update my email address in all ports that I maintain.
Approved by:	flz (mentor)
2006-11-07 15:37:06 +00:00
Sam Lawrance
cfe7d69a65 Update to 2.4.
Submitter takes maintainership.

PR:		ports/96061
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2006-05-15 07:37:25 +00:00
Pav Lucistnik
d1b8ea31e7 - Add SHA256 2005-11-23 23:53:09 +00:00
Kirill Ponomarev
b8864c4e1e - Fix configure warning
PR:		65674 65675 65676 65677 65678 65679
Submitted by:	Roman Neuhauser <neuhauser at chello dot cz>
2004-04-17 19:20:31 +00:00
Trevor Johnson
e8d5605043 Add SIZE. 2004-01-27 20:51:07 +00:00
Christian Weisgerber
1e82f0298a Drop maintainership. 2003-09-29 13:00:41 +00:00
Christian Weisgerber
32b8021ea5 pkg-comment -> COMMENT 2003-02-21 12:52:52 +00:00
Christian Weisgerber
52b4e59232 Update to 1.3. Now includes a man page. 2003-01-01 22:06:00 +00:00
Pete Fritchman
19ada04d33 Fix typos:
* explose -> explore
  * january -> January
  * documentfor -> document for
  * encorporated -> incorporated
  * function -> functions
  * julian -> Julian
  * calculater -> calculate
  * formely -> formerly
  * Javascript -> JavaScript
  * timezone -> time zone
  * Calisto -> Callisto
  * outter -> outer

PR:		36480
Submitted by:	Eric Yu <ericyu@mail2000.com.tw>
2002-03-30 00:21:44 +00:00
Christian Weisgerber
4fbb2f66a7 Update my MAINTAINER address.
Approved by:	trevor
2001-11-03 22:22:34 +00:00
James E. Housley
8d68144ab1 New Port: astro/jday
The jday binary can be used to convert calendar dates to astronomical
julian dates.  This number is useful for a variety of purposes.
Especially related to calculating elapsed time between instances
over large or short periods of time.

PR:		23142
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-02-13 11:29:08 +00:00