Commit graph

28 commits

Author SHA1 Message Date
Baptiste Daroussin
b6bb709058 Cleanup plist 2014-10-27 13:00:21 +00:00
John Marino
d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +00:00
Emanuel Haupt
9f6cbbed00 Support staging 2014-02-27 15:04:51 +00:00
Baptiste Daroussin
f30824b2ef Add NO_STAGE all over the place in preparation for the staging support (cat: irc) 2013-09-20 18:44:49 +00:00
Eitan Adler
334eb0fc61 This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
2013-03-19 13:04:30 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Sylvio Cesar Teixeira
9562cbd22c - Update to 0.13.6 2010-05-29 19:30:41 +00:00
Sylvio Cesar Teixeira
ba072d1713 - Update my mail address to FreeBSD
Approved by:	miwi (mentor)
2009-11-27 22:52:30 +00:00
Martin Wilke
f811a69383 - Pass maintainership to submitter
PR:		135888
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-07-04 22:32:05 +00:00
Martin Wilke
4edb36c604 - Update to 0.13.5
PR:		134289
Submitted by:	Ports Fury
2009-05-09 09:19:20 +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
Tilman Keskinoz
9f3e67f62b Fix build on CURRENT 2007-05-30 11:12:09 +00:00
Kris Kennaway
79ed2cd3e9 Now appears to build on amd64, assuming it might on other arches too. 2007-03-03 18:34:05 +00:00
Martin Wilke
57c0508427 - Update to 0.13.2 2006-11-22 20:23:10 +00:00
Kris Kennaway
98bbc62be4 BROKEN on !i386: Does not compile 2006-02-12 22:32:29 +00:00
Edwin Groothuis
360872c2f7 Fix MASTER_SITE reorganisation 2006-01-16 03:47:30 +00:00
Edwin Groothuis
7dfb23b93d Make irc/xaric buildable on 4.x and 6.x. 2006-01-08 11:32:35 +00:00
Edwin Groothuis
bacc033e9c update to 0.13.1 2006-01-07 21:14:08 +00:00
Pav Lucistnik
792b758ef4 - Add SHA256 2005-11-26 01:48:16 +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
Kirill Ponomarev
c3881390cb - Update to version 0.12.1
PR:		ports/66468
Submitted by:	Ports Fury
2004-05-10 18:11:13 +00:00
Trevor Johnson
17dfa2daa6 Add size data. 2004-03-19 04:21:39 +00:00
Trevor Johnson
4b863ed6b2 E-mail to the maintainer bounced:
<alanp@unixpower.org>: host unixpower.org[209.51.213.81] said: 550-Verification
    failed for <trevor@FreeBSD.org> 550-unrouteable mail domain "freebsd.org"
    550 Sender verify failed
2004-03-18 03:01:26 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Akinori MUSHA
55850b547b De-pkg-comment. 2003-02-21 12:17:17 +00:00
Kevin Lo
2941b5d7ae Update to version 0.12.0
PR: 31277
Submitted by: MAINTAINER
2001-10-15 15:46:17 +00:00
SADA Kenji
93a33a7cd5 Add new port Xaric - a UNIX irc client similer to BitchX or ircII.
PR:		ports/25129
Submitted by:	Alan P. Laudicina <alanp@unixpower.org>
2001-04-18 07:33:59 +00:00