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
Jean Milanez Melo
3d30c1fef2 - Update to 1.0.0
PR:		ports/119186
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net>
2008-01-31 13:08:41 +00:00
Jean Milanez Melo
197f588096 - Update to 0.18.9.
PR:		ports/115273
Submitted by:	Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
2007-09-05 14:31:37 +00:00
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Jean Milanez Melo
2cc9d91309 - Change my ports MAINTAINER to jmelo@FreeBSD.org.
Approved by:	mnag (mentor)
2006-04-05 21:04:30 +00:00
Emanuel Haupt
aeef1db237 - Update to 0.18.8
- Respect CFLAGS

PR:		90302
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-12-14 13:27:01 +00:00
Renato Botelho
f0765c74ac - Update to 0.18.7
- Add SHA256
- Add a backup MASTER_SITES

PR:		ports/89005
Submitted by:	maintainer
2005-11-14 12:31:21 +00:00
Renato Botelho
f9f02525b5 - Update to 0.18.6
- Pass maintainership to submitter, since maintainer is inactive
  for over a year.

PR:		ports/87629
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	maintainer timeout (14 days)
2005-11-01 09:55:16 +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
7c5d26d439 Add stress 0.18.1,
stress is a tool which imposes a configurable amount of CPU,
memory, I/O, or disk stress on a POSIX-compliant operating
system.

stress is not a benchmark. It is a tool used by system
administrators to evaluate how well their systems will scale,
by kernel programmers to evaluate perceived performance
characteristics, and by systems programmers to expose the
classes of bugs which only or more frequently manifest
themselves when the system is under heavy load.

PR:		ports/66862
Submitted by:	Dmitri Nikulin <setagllib@optusnet.com.au>
2004-05-19 08:42:31 +00:00