Commit graph

18 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
Philip M. Gollucci
24785674ce Clean up the rc.d script as suggested by dougb
Submitted by:   dougb via e-mail
Approved by:    maintainer (implicit), araujo (mentor)
2008-08-06 14:31:59 +00:00
Philip M. Gollucci
18f529ff22 - fully utilize USE_RC_SUBR
itectu@: no more .sh
  dougb@: move load_config above variables checks
- Bump PORTREVISION

PR:             ports/125623
Approved by:    maintainer, gabor (mentor)
2008-07-31 16:12:03 +00:00
Jimmy Olgeni
bbdb4d4623 A few typo fixes for ports/audio descriptions. 2008-06-15 12:52:11 +00:00
Edwin Groothuis
d05213cb21 [patch] cleanup non-supported FreeBSD versions
PR:		ports/111648
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Approved by:	maintainer timeout
2007-05-02 07:11:57 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
980092624a SHA256ify
Approved by:		krion@
2006-01-22 08:13:12 +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
Sergey A. Osokin
798a76bda5 Update to latest stable release 3.02.12b.
Submitted by:	KOT@MATPOCKuH.Ru (maintainer)
2004-04-19 08:28:06 +00:00
Sergey A. Osokin
a542f04eed Update to 3.02.11b.
Use RCng.
Move pkg-files to Makefile.
Fix LIB_DEPENDS.
SIZEfy.

Submitted by:	Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
2004-03-29 08:42:14 +00:00
Sergey A. Osokin
03270ad8ea Update to 3.02.10a.
Submitted by:	Dmitry Afanasiev <dima@KOT.SPb.Ru> (maintainer)
2003-11-13 16:40:51 +00:00
Sergey A. Osokin
7d345cf23a Update to 3.02.08a
Submitted by:	Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
2003-09-08 08:29:32 +00:00
Sergey A. Osokin
4b89f9b8c7 Update to 3.02.07a: fix more bugs.
Submitted by:	Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
2003-08-19 21:45:26 +00:00
Sergey A. Osokin
635add713c Update to latest version: 3.02.04a
Submitted by:	Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
2003-08-05 14:59:49 +00:00
Sergey A. Osokin
bbdf8aff2b Update to 3.02.03a
Submitted by:	Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
2003-07-24 21:12:42 +00:00
Edwin Groothuis
99cf3a43a5 New version of autocd port
New version (3.01.02a) of autocd port

PR:		ports/52721
Submitted by:	Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
2003-06-04 08:07:24 +00:00
Edwin Groothuis
58c051addd New port: Compact disc control utility
Another compact disc control utility

PR:		ports/49104
Submitted by:	Dmitry Afanasiev <KOT@KOT.SPb.Ru>
2003-04-01 00:24:53 +00:00