Commit graph

41 commits

Author SHA1 Message Date
Cheng-Lung Sung
e406229112 - Update to 5.7.3 2008-11-20 06:24:05 +00:00
Thomas Abthorpe
202329f210 - Update to 5.7.2
- Reasssign to ports@
2008-10-07 00:17:29 +00:00
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
Thomas Abthorpe
3d6b3047f8 - Update to 5.7.1
Reported by:	portscout
2008-04-22 18:19:53 +00:00
Thomas Abthorpe
d93c531663 - Update to 5.7 2008-03-31 03:03:01 +00:00
Thomas Abthorpe
54fcd12fac - Update to 5.6.2 2007-12-13 15:30:31 +00:00
Thomas Abthorpe
3e19311ccb - update to 5.6.1
Approved by:	clsung (mentor)
2007-08-27 01:58:13 +00:00
Thomas Abthorpe
2574f69107 - change maintainer address on ports I maintain
Approved by:	clsung (mentor)
2007-08-23 04:00:04 +00:00
Cheng-Lung Sung
daa5fcbf97 - Update to 5.6
- Take maintainership

PR:		ports/115115
Submitted by:	maintainer (Thomas Abthorpe)
2007-08-02 00:30:24 +00:00
Martin Wilke
30dc64d654 - Update to 5.5 2007-06-20 13:44:40 +00:00
Cheng-Lung Sung
e8e8673182 - Update to 5.4.1 2007-04-11 03:12:45 +00:00
Pav Lucistnik
5c5e392fbc - Update to 5.4
PR:		ports/108600 (based on)
Submitted by:	Damien Deville <damien.deville@netasq.com>
2007-01-31 13:16:50 +00:00
Pav Lucistnik
5e2a72b476 - Drop maintainership
PR:		ports/108376
Submitted by:	Rui Lopes <rgl@ruilopes.com> (maintainer)
2007-01-26 16:13:11 +00:00
Rong-En Fan
20bdae61d9 - Update to 5.2
PR:		ports/102151
Submitted by:	Rui Lopes <rui at ruilopes.com> (maintainer)
2006-08-17 09:43:43 +00:00
Ion-Mihai Tetcu
a06cfd8875 Update global to 5.1.
PR:		ports/100084
Submitted by:	maintainer
2006-07-11 13:12:44 +00:00
Edwin Groothuis
2406d49a61 Remove USE_REINPLACE from all categories starting with D 2006-05-04 21:41:12 +00:00
Edwin Groothuis
acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +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
Edwin Groothuis
2153e7ec88 Update port: devel/global to 4.8.2
Make sure you remove the files/ directory altogether, its
	not neeeded anymore.

PR:		ports/76079
Submitted by:	Rui Lopes <rui@ruilopes.com>
2005-01-12 04:39:24 +00:00
Mathieu Arnold
4c64a4c23a Remove this dead file 2004-09-02 10:12:11 +00:00
Mathieu Arnold
d17387a997 Update to 4.8
PR:		71277
Submitted by:	maintainer
2004-09-02 09:39:57 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
4b2470d8ed - Update to version 4.6.1
PR:		58276
Submitted by:	maintainer
2003-10-21 14:25:00 +00:00
Daichi GOTO
93e761724e update devel/global: 4.5.3 -> 4.6
PR:		54214
Submitted by:	Rui Lopes <rui@ruilopes.com> (maintainer)
2003-07-08 12:03:14 +00:00
Erwin Lansing
6aee407819 - updated to global 4.5.3
- added a patch to fix a header inclusion problem in strbuf.h
- updated WWW link
- removed the anoying configure warning:
    configure: WARNING: you should use --build, --host, --target
- moved the @unexec install-info thing in pkg-plist
- give maintainership to submitter

PR:		53263
Submitted by:	Rui Lopes <rui@ruilopes.com>
Approved by:	maintainer
2003-06-22 15:58:16 +00:00
Kevin Lo
fc357506d7 Update to 4.5.2
PR: 50497
Submitted by: MAINTAINER
2003-04-02 04:48:34 +00:00
Oliver Braun
f6acdf561e De-pkg-comment.
PR:		ports/48491
Submitted by:	maintainer
2003-02-20 19:41:12 +00:00
Ying-Chieh Liao
26151ca773 upgrade to 4.5.1
PR:		45306
Submitted by:	maintainer
2002-11-15 18:46:14 +00:00
Christian Weisgerber
12509ae9df Update to 4.5.
PR:		41677
Submitted by:	Jos Backus <jos@catnook.com>
2002-08-15 11:33:56 +00:00
Patrick Li
2a5ff9df8b Add USE_PERL5 since port build depend on perl to be present.
PR:		39385
Submitted by:	maintainer
2002-06-18 09:05:32 +00:00
Ade Lovett
dda7619c09 Update to 4.4 fixing a security vulnerability.
ALL USERS OF THIS PORT ARE STRONGLY URGED TO UPGRADE.

PR:			37265
Submitted by:		maintainer
2002-04-20 02:52:13 +00:00
FUJISHIMA Satsuki
ae8dcc254f update to 4.3.1.
PR:		34176
Submitted by:	maintainer
2002-01-22 19:23:00 +00:00
FUJISHIMA Satsuki
332cf4cef7 fix perl path in htags.
PR:		34176
Submitted by:	maintainer
2002-01-22 18:55:31 +00:00
SADA Kenji
6608400aff - Upgrade to 4.3 .
# This is done over my last commit from 4.0.1 to 4.2.

- Change maintainer to Jos Backus <josb@cncdsl.com>.
# Chuckr seems too busy to respond queries.

PR:	ports/33553
Submitted by:	New maintainer
2002-01-13 13:32:23 +00:00
SADA Kenji
93a7374182 Upgrade to version 4.2.
No response from: maintainer
2002-01-12 17:56:59 +00:00
Kris Kennaway
d8185b1b2b Fix plist 2001-03-10 23:58:55 +00:00
SADA Kenji
9faa24a215 Upgrade to 4.0.1.
PR:		ports/22216
Submitted by:	sada
No responce for a week from:	maintainer
2000-10-29 19:16:20 +00:00
Kris Kennaway
953f241be4 Update to 3.56 to fix security hole in CGI script.
Submitted by:	Shigio Yamaguchi <shigio@tamacom.com> (author)
2000-10-09 21:43:41 +00:00
Will Andrews
7d7a9a2180 Make these COMMENT files conform to Handbook standard.
PR:		20269
Submitted by:	Ports Fury
2000-08-11 11:50:37 +00:00
Chuck Robey
a6e096ead8 Import of Shigio Yamaguchi's GLOBAL, an enhanced ctags utility.
This was moved from the base system based on need and licensing
considerations.

Reviewed and approved by most of the current list, see the mail
logs for a lengthy discussion.
2000-06-28 01:04:13 +00:00