1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

11 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
Martin Wilke
475313a648 - Update to 0.32
- Fix NOPORTDOCS/NOPORTEXAMPLES
- Take over maintainership

Approved by:	maintainer implicit
2008-06-20 22:06:05 +00:00
Frank J. Laszlo
8ee1e4e06a Update to 0.31 2007-02-21 14:51:54 +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
Edwin Groothuis
432a9426d0 [UPDATE]: devel/darts
This patch will update devel/darts to version 0.3.  This
	version fixes several bugs.

PR:		ports/91286
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2006-01-04 09:14:59 +00:00
Pav Lucistnik
22fea9c3df - Add some SHA256 checksums 2005-11-24 15:40:04 +00:00
Renato Botelho
659e4899b5 - Fix WWW and MASTER_SITES
PR:		ports/88288
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-11-11 14:56:15 +00:00
Mark Linimon
34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00
Akinori MUSHA
2956c3762c Add SIZE data.
Submitted by:	trevor
2004-03-22 15:05:32 +00:00
Akinori MUSHA
974ac3d93d Update to 0.2.
PR:		58935
Submitted by:	Fumihiko Kimura <jfkimura@yahoo.co.jp>
2003-11-20 19:28:29 +00:00
Akinori MUSHA
60209edaa6 Add darts, a C++ template library that implements Double-Array. 2003-04-02 12:03:44 +00:00