1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
Commit Graph

24 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
Mark Linimon
238940659f Return laszlof's ports to the pool due to lack of time.
Hat:		portmgr
2008-08-19 09:18:37 +00:00
Frank J. Laszlo
40d889badc Update my email address in all ports that I maintain.
Approved by:	flz (mentor)
2006-11-07 15:37:06 +00:00
Renato Botelho
8aad0c1dff - Add SHA256 to all ports submitter maintain
PR:		ports/88791
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-11-10 18:41:27 +00:00
Volker Stolz
0330852bf3 - Update to 1.2.6
- Assign maintainership to submitter

PR:		ports/87756
Submitted by:	Frank Laszlo
2005-10-21 10:24:13 +00:00
Mark Linimon
e9dd6a9b6b Reset bouncing maintainer and chase mastersite.
Although the new mastersite is proably owned by the old maintainer, there
is a note on the page saying that the software is abandonware and if
someone wants to pick it up they are welcome to do so.

Source:		distfile survey
2005-10-10 04:30:40 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +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
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Jeroen Ruigrok van der Werven
4f3fb49e77 Remove patch file not longer needed
Reminded by:	MAINTAINER
2001-08-09 05:25:29 +00:00
Jeroen Ruigrok van der Werven
8a6a0cf0e3 Update to 1.2.5.
No changes to the program, merely the use of gmake and autoconf/automake.
2001-07-21 16:04:55 +00:00
Kevin Lo
203f6b5929 Update to version 1.2.4
PR: 27625
2001-05-27 15:23:17 +00:00
Chris D. Faulhaber
ed98a378f3 Update port to 1.2.3
PR:		20330
Submitted by:	Maintainer
2000-08-02 00:23:48 +00:00
Chris Piazza
f39d3f29e6 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 17:33:32 +00:00
Chris D. Faulhaber
430c6e4510 Update port to 1.2
PR:		16458
Submitted by:	Maintainer
2000-01-31 23:37:57 +00:00
Chris Piazza
71d8b47fc2 Update MASTER_SITES
PR:		13668
Submitted by:	maintainer
1999-09-10 04:31:29 +00:00
Peter Wemm
da8955d04b $Id$ -> $FreeBSD$ 1999-08-30 14:33:04 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Steve Price
802b01afcd Update to version 1.1.
PR:		11798
Submitted by:	maintainer
1999-06-08 23:39:51 +00:00
Michael Haro
99829290ed WWW: - the root of all evil 1999-05-03 05:07:31 +00:00
Steve Price
5d1d5e5efe Initial import of newsfish version 1.0.1.
A batch USENET news reader with filter capabilities.

PR:		9549
Submitted by:	Allan Saddi <asaddi@philosophysw.com>
1999-01-26 03:39:07 +00:00