1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
Commit Graph

126 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
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Jun Kuriyama
b9074b86bf - Fix SSH option and openssl related scripts [1].
- Change UNIQUENAME and LATEST_LINK to use separated options db.

PR:		ports/125566 [1]
Submitted by:	Franz Schwartau <franz@electromail.org> [1]
2008-07-24 23:27:50 +00:00
Edwin Groothuis
1dd1c20533 Fix port revision going backwards due to devel/gettext update. 2008-06-08 07:34:37 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Pav Lucistnik
839a85d058 - Remove an odd looking misplaced patch file 2008-03-31 15:19:26 +00:00
Pav Lucistnik
602609e11b - Add SSH option
PR:		ports/118039
Submitted by:	Ekkehard 'Ekki' Gehm <gehm@physik.tu-berlin.de>
Approved by:	maintainer timeout (kuriyama; 4 months)
2008-03-31 15:19:03 +00:00
Jun Kuriyama
d6e28ed1ca - Add AESPIPE knob for $OPTIONS.
PR:		ports/112073 (but I changed default to off)
Submitted by:	"Ekkehard 'Ekki' Gehm" <gehm@physik.tu-berlin.de>
2007-10-13 11:47:41 +00:00
Edwin Groothuis
387f4a3b2a Remove always false/true due to OSVERSION. 2007-10-05 00:34:54 +00:00
Mark Linimon
4cfd5f88de Switch autoconf dependency to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 03:54:50 +00:00
Mark Linimon
77933c739b Add WANT_PERL. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by:	maintainer
2007-09-29 20:58:32 +00:00
Jun Kuriyama
c656eb4500 - Fix AMANDA_PORTRANGE knob, and rename it to AMANDA_TCPPORTRANGE.
PR:		ports/110687
Submitted by:	"Douglas K. Rand" <rand@meridian-enviro.com>
2007-03-25 11:53:31 +00:00
Jun Kuriyama
59308818c5 Quick fix for broken client.
Submitted by:	Craig Boston <craig@yekse.gank.org>
2007-02-15 02:18:38 +00:00
Jun Kuriyama
d6f02bc1ca - Upgrade to 2.5.1p3. 2007-02-09 09:29:39 +00:00
Jun Kuriyama
6f1bcedf57 - Upgrade to 2.5.1p2.
- Add a patch to fix amfetchdump to dump core [1].
- Fix GNUTAR, DUMP_SNAPSHOT options handling [2].

Submitted by:	Andy Hilker <ah@cryptobank.de> [1][2]
PR:		ports/105635 [1], ports/105942 [2]
2006-11-29 01:05:24 +00:00
Jun Kuriyama
875becc4fd - Upgrade to 2.5.1p1.
- Use $OPTIONS.
2006-11-06 22:44:04 +00:00
Kris Kennaway
48859cce81 Chase net/samba to net/samba3 in preparation for removal of the former. 2006-09-02 19:50:47 +00:00
Jun Kuriyama
e456d4beb4 - Upgrade to 2.5.0p2.
(Introducing new features.  Please see ChangeLog for detail.)

Urged by:	many
2006-06-10 00:52:09 +00:00
Jun Kuriyama
2cccea9a40 Fix incorrect $PORTNAME usage. 2006-03-22 06:47:58 +00:00
Jun Kuriyama
c9a8af1cea - Grab maintainership.
- Upgrade to 2.4.5p1.
- Add WITH_AMANDA_DUMP_SNAPSHOT knob to use "dump -L" to take a dump.
- Add a patch to fix expr(1) argument problem for chg-zd-mtx.sh script.
- Shorten long Makefile by collect common options/variables to one
  common place.
2006-03-22 03:56:12 +00:00
Mark Linimon
304c880aca FreeBSD 3.x systems are no longer supported, so this code is moot. In any
case, .error is deprecated.
2006-01-27 07:05:11 +00:00
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Pav Lucistnik
70231c0b10 - Add SHA256 2005-11-25 16:09:33 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Marcus Alves Grando
01a8881121 Add archivers/gtar dependencies
Bump PORTREVISION
Fix pkg-plist
Make portlint happyer

PR:		87426
Notified by:	Patrick M. Hausen <hausen@punkt.de>
2005-10-14 15:40:16 +00:00
Sam Lawrance
7599294502 - Add a patch to fix a buffer overflow crash (tended to show
itself on 4.x systems).
- Bump PORTREVISION.

PR:		ports/81104
Submitted by:	Laurent DAVERIO <daverio@cri.ensmp.fr> (PR)
		John E Hein <jhein@timing.com> (fix)
2005-07-30 16:21:10 +00:00
Patrick Li
cdce6deb0b Fix maintainer 2005-06-07 07:28:08 +00:00
James E. Housley
41e30b5ad7 Release maintainership due to time 2005-05-09 17:54:52 +00:00
James E. Housley
0229245fb9 Update to 2.4.5 2005-05-05 13:50: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
James E. Housley
95833ffed9 GNUTAR_LISTDIR was partialaly a variable and partially hardcoded
PR:		73956
Submitted By:	Phil Homewood <pdh@bne.snapgear.com>
2004-11-16 15:27:57 +00:00
James E. Housley
fe3d6ef70f As pointed out in PR ports/73956, even if a user and/or group was specified
there were two chown statements they were ignored.

PR:		73956
Submitted By:	Phil Homewood <pdh@bne.snapgear.com>
2004-11-15 11:20:22 +00:00
James E. Housley
3e0041780c Upgrade to 2.4.4p4 2004-11-09 10:56:40 +00:00
James E. Housley
c97cd039b3 Update to version 2.4.4p2. Base loosely on patches submitted by
Jun Kuriyama
2004-03-21 01:23:27 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
James E. Housley
5165f9174a Fix pkg-plist, none of the 5.x systems seem to have chg-scsi 2004-02-26 02:16:24 +00:00
Kris Kennaway
3e79dd5141 BROKEN on !i386 and !amd64: broken pkg-plist 2004-02-25 10:11:10 +00:00
James E. Housley
70fd2811df Shorten pkg-descr 2004-02-07 13:59:09 +00:00
James E. Housley
8eaa2640ed Fiddle with pkg-plist to make happy on 5.2 i386 2004-02-07 13:57:56 +00:00
Kris Kennaway
2bc6cf7c7e BROKEN on 5.x: broken pkg-plist 2004-02-07 03:02:57 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
James E. Housley
3b993e3888 Check for /usr/include/sys/scsiio.h since it isn't used and breaks the
build.

PR:		61353
Submitted By:	Michael Ranner
2004-01-15 16:01:42 +00:00
James E. Housley
38fa0d9ef9 Fix cut-n-paste'o
PR:		59316
Submitted by:	Kirk Strauser
2003-11-16 12:31:48 +00:00
James E. Housley
98d7918807 * Create the directory ${PREFIX}/var/amanda/gnutar-lists and make operator
own it
* Crate /etc/amandates and have operator own it.  This is hard coded at
compile time and can't easily be made ${PREFIX} safe.

PR:		59302
Submitted by:	Matthias Andree
2003-11-15 16:58:45 +00:00
James E. Housley
bfaab0c386 Amd64 does not seem to support scsi-chg, so disable it 2003-10-23 23:56:02 +00:00
James E. Housley
9b35bf9c6e Fix to remove an explict referenct to gtar.
Bump Portrevision

PR:		57843
Submitted By:	Kirk Strauser <kirk@strauser.com>
2003-10-23 23:35:31 +00:00
James E. Housley
1989598167 Finally remove the dependancy on GTAR
Bump PORTREVISION as in PR

Submitted by:	naddy
PR:		54548
2003-07-16 17:10:29 +00:00
James E. Housley
e2fa11337b It seems bento failed for misc/amanda-server on current. It seems
configure failed to find CAM related things.

Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp>
2003-06-16 23:20:24 +00:00