Commit graph

75 commits

Author SHA1 Message Date
Sylvio Cesar Teixeira
c9e4736d26 - Chase net-snmp shlib version bump. 2011-07-28 12:43:22 +00:00
Cy Schubert
ce068eda08 Update 4.0.1 --> 4.1.3 2010-12-07 20:20:32 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Sylvio Cesar Teixeira
da2897022c - Chase net-snmp shlib bump 2010-06-02 19:14:17 +00:00
Cy Schubert
9a2655934d Update 4.0.0 build-2877 to 4.0.1 build-2929. 2010-05-25 05:57:07 +00:00
Cy Schubert
f084339b29 Unbreak. 2010-05-24 14:27:52 +00:00
Cy Schubert
f8709516ea Fix an autotools dependency issue.
Thans to Mike Harding <mvharding@gmail.com> for allowing me to use one of his
systems to debug this problem.
2010-05-24 01:55:36 +00:00
Pav Lucistnik
700df64fc1 - Mark BROKEN: does not configure
Reported by:	pointyhat
2010-05-23 19:52:30 +00:00
Cy Schubert
75c8476ff6 Add AUTOTOOLS dependency when using packages as opposed to ports
to satisfy dependencies.
2010-05-14 04:34:48 +00:00
Cy Schubert
1fa35372df Resolve autotools issue.
Thanks to:	pointyhat
2010-05-12 04:50:53 +00:00
Cy Schubert
9d35d099e3 Welcome the new libfwbuilder-devel port. 2010-05-05 03:35:10 +00:00
Cy Schubert
f4a896b055 Update 3.0.5 --> 3.0.7 which fixes a security issue with generated iptables
scripts when used to generate static routing configurations.

Feature safe:	Yes
2009-09-20 05:31:35 +00:00
Dmitry Marakasov
3eb168f46b - Switch SourceForge ports to the new File Release System: categories starting with P,R,S 2009-08-22 00:35:32 +00:00
Cy Schubert
8b486fc80a Author re-released 3.0.5 based on build 1116 to fix a small last minute bug.
PR:		136167
2009-06-30 05:37:47 +00:00
Cy Schubert
b68a48eaee Update 3.0.4 --> 3.0.5
PR:		135923
2009-06-22 21:41:04 +00:00
Cy Schubert
7459309a9c Fix QT4 dependencies.`
PR:		134903
Submitted by:	makc
2009-05-25 02:07:06 +00:00
Cy Schubert
805be9d6aa Update from build 778 to build 793. This fixes PR 134178.
PR:		134170
2009-05-04 03:45:34 +00:00
Cy Schubert
e8cd95e09b Update to 3.0.4. 2009-04-27 20:31:36 +00:00
Cy Schubert
625edfcbdb Update to 3.0.3 (release, aka build 688). 2008-12-09 19:42:21 +00:00
Cy Schubert
9cfb6f8569 Update to 3.0.3 Build 687. 2008-12-08 21:21:09 +00:00
Cy Schubert
ffaec6b30b Update 3.0.2 Build 676 to 3.0.3 Build 683 (3.0.3 prerelease) to fix an
IPv6 address issue in address and network objects.
2008-12-06 21:27:03 +00:00
Cy Schubert
de370556ea Update to 3.0.2 Build 676. This repairs PR 129204.
PR:		129204
2008-11-28 23:26:42 +00:00
Cy Schubert
1ebc1b9b05 Update 3.0.0 --> 3.0.2 2008-11-25 18:59:19 +00:00
Cy Schubert
3f94152ff0 Fixup CONFLICTS and dependencies. 2008-09-30 20:05:37 +00:00
Cy Schubert
2b484df7b7 Fix configure brokenness.
Submitted by:	gahr
Approved by:	portsmgr (pav)
2008-09-19 00:45:59 +00:00
Pav Lucistnik
f5f6eb87ce - Mark BROKEN: does not configure
Reported by:	pointyhat
Approved by:	portmgr (self)
2008-09-17 19:28:52 +00:00
Cy Schubert
5583daec2c Welcome fwbuilder and libfwbuilder 3.0.0, replacing 2.1.19. The old version
is deprecated and scheduled for deletion as it is no longer supported by its
author.
2008-09-02 21:32:26 +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
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
Cy Schubert
5338b9c1a5 NOPORTDOCS (r1.39) is not supported by the base release of libfwbuilder.
Mark port BROKEN when NOPORTDOCS is specified.
2008-05-26 23:16:27 +00:00
Cy Schubert
03ed72d50c Update 2.1.17 --> 2.1.19 2008-05-23 18:05:59 +00:00
Cy Schubert
9cfebb8fe7 Update 2.1.16 --> 2.1.17
PR:		122472
Submitted by:	 "Beat G\xe4tzi" <beat@chruetertee.ch>
2008-04-06 02:45:13 +00:00
Jun Kuriyama
69667d219f - Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
2008-03-27 10:58:30 +00:00
Cy Schubert
7a6dddef0d Update 2.1.14 --> 2.1.16 2008-01-20 18:11:20 +00:00
Cy Schubert
f7158eba51 Update 2.1.13 --> 2.1.14 2007-09-11 23:12:05 +00:00
Cy Schubert
78e4a1a65f Update 2.1.12 --> 2.1.13 2007-08-23 23:16:37 +00:00
Stefan Eßer
7e12772d4a I had forgotten to remove the BROKEN tag when committing the two patches
that ought to make the port compile with gcc-4.2 and thus with -current.
2007-07-27 13:35:22 +00:00
Cy Schubert
16587926cb Update 2.1.11 --> 2.1.12 2007-07-09 22:11:58 +00:00
Cy Schubert
ef1445f29f Does not build under 7.0-CURRENT. 2007-06-18 06:03:39 +00:00
Cy Schubert
7a5abcdf7b Update 2.1.8 --> 2.1.11 2007-06-04 16:29:59 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Jun Kuriyama
384985f41e - Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION. 2007-02-28 01:19:04 +00:00
Pav Lucistnik
5ca9a6aed0 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by:	rafan
Tested on:	pointyhat
2007-02-13 00:16:29 +00:00
Cy Schubert
4394f4c4a2 Record checksums of final version of distifle.
Portlint fixups.

PR:		TBA
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2006-12-11 02:12:47 +00:00
Cy Schubert
e8c3c96533 Update from 2.0.10 to 2.1.8.
Vadim Kurland, the author of libfwbuilder and fwbuilder, wishes that I
maintain this port for him.

Submitted by:	Vadim Kurland <vadim@fwbuilder.org>
Approved by:	Maintainer: Vadim Kurland <vadim@fwbuilder.org>
2006-12-10 23:32:33 +00:00
Jun Kuriyama
b650876e96 Chase shlib version bump of net-snmp. 2005-11-30 05:23:10 +00:00
Marcus Alves Grando
f66382ea16 Update to 2.0.10
Add SHA256

PR:		88910
Submitted by:	Vadim Kurland <vadim@vk.crocodile.org> (maintainer)
2005-11-13 22:04:34 +00:00