Commit graph

14 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
Rong-En Fan
9b4b391989 - Fix build on gcc4
PR:		ports/106808
Submitted by:	Matthias Andree <matthias.andree at gmx.de> (maintainer)
2006-12-17 07:06:32 +00:00
Martin Wilke
273d6691bf - Update MASTER_SITES
- Update WWW

PR:		ports/105081
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
Approved by:	maintainer
2006-11-02 21:26:11 +00:00
Marcus Alves Grando
cd3850e140 - Update to 3.8
- portlint(1)
- Fix build on 4.x [mnag]

PR:		95380
Submitted by:	maintainer
2006-04-08 19:20:28 +00:00
Marcus Alves Grando
d4490bc686 Update to 3.7
Add SHA256

PR:		89219
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2005-11-18 13:50:47 +00:00
Emanuel Haupt
9c1198ceb8 - Update to 3.6
PR:		87821
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2005-10-22 21:52:29 +00:00
Adam Weinberger
adbfb8d78b Correct a number of ports that anger the tempermental Make Spirits
by using C comments instead of make(1) constructs.

And as long as I'm here, fix a command misspelling in vm-pop3d.

As prompted by:	kris
2005-04-22 01:49:57 +00:00
Kirill Ponomarev
b88d4fa6e7 Enable pppoe-relay
PR:		ports/69868
Submitted by:	maintainer
2004-08-01 16:31:10 +00:00
Volker Stolz
332c6cdbaa Re-add net/rp-pppoe (v 3.5)
PR:		ports/68113
Submitted by:	Matthias Andree
2004-06-24 14:26:50 +00:00
Mario Sergio Fujikawa Ferreira
2adc83b189 Nuke rp-pppoe since it has not worked for too long 2002-09-20 01:17:58 +00:00
David W. Chapman Jr.
534fffca27 ${PERL} -> ${REINPLACE_CMD}
PR:		40784
Submitted by:	corecode@corecode.ath.cx
Reviewed by:	flynn@energyhq.homeip.net
2002-09-01 16:07:59 +00:00
Mario Sergio Fujikawa Ferreira
0d9d23a8c8 Release maintainership to ports. If no one steps as maintainer in
two months, remove it from ports tree.
2002-01-21 19:29:18 +00:00
Mario Sergio Fujikawa Ferreira
829bb01757 Add a missing file to PLIST. Be more graceful when removing files.
Submitted by:	bento (sort of)
2001-04-24 22:48:23 +00:00
Mario Sergio Fujikawa Ferreira
cea4828308 o New port of rp-pppoe: The popular Roaring Penguin's PPPoE software
o Does not work yet with FreeBSD's pppd. It is being imported in
  the hope that will bring ppl to fix it. Therefore, marked BROKEN.
2001-03-23 04:41:52 +00:00