diff options
author | ade <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
commit | 9291e9a32f6612ca0d4f25bdcb5c417e0451d313 (patch) | |
tree | 545e55afde412d844a25f5c03d6d51b17ceeebb9 /net-mgmt | |
parent | a8a89c37fe338cbff0192ceeef27ccf7a13714a5 (diff) | |
download | FreeBSD-ports-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.zip FreeBSD-ports-9291e9a32f6612ca0d4f25bdcb5c417e0451d313.tar.gz |
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.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/NeTraMet/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/etherape/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/libsmi/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nefu/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/net-snmp-devel/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/netsaint-plugins/Makefile | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/net-mgmt/NeTraMet/Makefile b/net-mgmt/NeTraMet/Makefile index 67b1b5c..eaf9e3a 100644 --- a/net-mgmt/NeTraMet/Makefile +++ b/net-mgmt/NeTraMet/Makefile @@ -25,7 +25,7 @@ NETRAMET_DOCS= usguide.pdf srlguide.pdf ntmref.pdf nm_rc.pdf \ WRKSRC= ${WRKDIR}/NeTraMet${PORTVERSION:S/.//} USE_REINPLACE= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 USE_GMAKE= yes .if defined(WITH_MOTIF) diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 643f0a6..8717b70 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -17,7 +17,7 @@ COMMENT= A graphical network traffic visualization tool for gnome USE_GETTEXT= yes USE_GNOME= libglade2 libgnomeui -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index 9844131..0776ee3 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -16,7 +16,7 @@ COMMENT= Convert, change and calculate with IPv6 addresses GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ipv6calc/ipv6calc ${PREFIX}/bin diff --git a/net-mgmt/libsmi/Makefile b/net-mgmt/libsmi/Makefile index 10b99a8..9adeef4 100644 --- a/net-mgmt/libsmi/Makefile +++ b/net-mgmt/libsmi/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/ MAINTAINER= saper@system.pl COMMENT= A library to access SMI MIB information -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_GMAKE= yes MIBDIR= ${PREFIX}/share/smi/mibs diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 043cc76..df4ba92 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --sbindir=${PREFIX}/share/nagios/cgi-bin \ CONFIGURE_ENV= LOCALBASE=${LOCALBASE} SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ MKDIR="${MKDIR}" -USE_AUTOMAKE= yes +USE_AUTOMAKE_VER= 14 USE_GMAKE= yes USE_PERL5= yes diff --git a/net-mgmt/nefu/Makefile b/net-mgmt/nefu/Makefile index 776e47a..48bd1fa 100644 --- a/net-mgmt/nefu/Makefile +++ b/net-mgmt/nefu/Makefile @@ -20,7 +20,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} --disable-html USE_OPENSSL= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 MAN1= nefu.1 MAN4= nefu.conf.4 diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile index 01b2b06..58b18a0 100644 --- a/net-mgmt/net-snmp-devel/Makefile +++ b/net-mgmt/net-snmp-devel/Makefile @@ -30,7 +30,7 @@ RUN_DEPEND= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk USE_REINPLACE= yes USE_AUTOCONF_VER=257 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_RC_SUBR= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 01b2b06..58b18a0 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -30,7 +30,7 @@ RUN_DEPEND= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk USE_REINPLACE= yes USE_AUTOCONF_VER=257 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_RC_SUBR= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index 7964a2c..5896669 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -21,7 +21,7 @@ COMMENT= An extendable SNMP implementation USE_AUTOCONF_VER=213 USE_REINPLACE= yes USE_PERL5= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore CFLAGS+= -fPIC diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index 01b2b06..58b18a0 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -30,7 +30,7 @@ RUN_DEPEND= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk USE_REINPLACE= yes USE_AUTOCONF_VER=257 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_RC_SUBR= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile index cd67ead..4046b6b 100644 --- a/net-mgmt/netsaint-plugins/Makefile +++ b/net-mgmt/netsaint-plugins/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --sbindir=${PREFIX}/share/netsaint/sbin \ CONFIGURE_ENV= LOCALBASE=${LOCALBASE} SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ MKDIR="${MKDIR}" -USE_AUTOMAKE= yes +USE_AUTOMAKE_VER= 14 USE_GMAKE= yes pre-fetch: |