Commit Graph

27 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
1a24839787 - Update to 1.1.5 2008-07-29 09:22:03 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Martin Wilke
1e48ead47e - Respect DESTDIR for all my ports
Reviewed by:	gabor
Approved by:	krion (mentor)
2006-08-07 07:58:28 +00:00
Martin Wilke
10591c2463 Obey conventions and change my mail to @FreeBSD.org address
Approved by:	krion (mentor)
2006-06-16 22:17:25 +00:00
Marcus Alves Grando
07dfe7f3b8 - Update to 1.1.4
- Add IPV6 OPTIONS
- Take maintainership

PR:		96680
Submitted by:	Martin Wilke <freebsd___unixfreunde.de>
2006-05-09 16:36:40 +00:00
Pav Lucistnik
2403ea92cb - Add SHA256 2005-11-25 16:48:31 +00:00
Kirill Ponomarev
e153524dcb Fix MASTER_SITES. 2005-10-11 12:53:44 +00:00
Kirill Ponomarev
6b4c016cab Drop maintainership, since I'm buried in the $REALLIFE stuff. 2005-09-14 08:26:09 +00:00
Kirill Ponomarev
d63baa9f96 Update to 1.1.1 2005-07-17 22:14:38 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Kirill Ponomarev
6a05f1973a Update to 1.1.0 2005-04-10 12:43:25 +00:00
Kirill Ponomarev
43eb676cfd Update to 1.0.9 2005-03-19 10:09:57 +00:00
Kirill Ponomarev
a87239a180 Update to 1.0.6 2005-01-24 23:26:48 +00:00
Kirill Ponomarev
b6891fd0fd Update to 1.0.5 2004-10-12 15:00:52 +00:00
Kirill Ponomarev
b3ffc033f8 Update to version 1.0.0 2004-06-28 15:41:28 +00:00
Kirill Ponomarev
d8dab4de20 - Add new MASTER_SITES for a better redundancy
Reported by:	pointyhat via kris
2004-05-30 05:48:49 +00:00
Kirill Ponomarev
9d5e09ff71 - Update to version 0.6.3 2004-05-15 07:26:59 +00:00
Kirill Ponomarev
f923faccbd - Update to version 0.6.1 2004-04-06 14:39:29 +00:00
Kirill Ponomarev
ba6d6a0584 - Utilize PLIST_FILES 2004-03-20 18:00:04 +00:00
Kirill Ponomarev
132ec64aa8 - Update to version 0.6.0 2004-03-16 08:47:43 +00:00
Kirill Ponomarev
5e147280ef - SIZEify 2004-01-30 14:05:15 +00:00
Kirill Ponomarev
bfb1f57d75 - Update to version 0.5.4 2004-01-25 19:16:52 +00:00
Kirill Ponomarev
84ce1560d5 - Update to version 0.5.3 2004-01-13 21:28:08 +00:00
Kirill Ponomarev
3d887c6780 - Update to version 0.5.2 2004-01-11 22:44:20 +00:00
Kirill Ponomarev
3583bb3555 Add icpld-0.5.0,
ICPLD (Internet Connection Performance Logging Daemon) is a
daemon which, by sending ICMP requests to an IP address of your
choice, monitors whether your machine has a working network
connection. It will log any failed attempts, and will stamp a
log as soon as a reply is received. It keeps track of when the
connection was unavailable, as well as for how long. It records
both total down time and each occasion of interrupted
connection. The log can also be duplicated in HTML format to
put online.
2004-01-06 23:37:03 +00:00