summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-03-14 06:17:56 +0000
committerAde Lovett <ade@FreeBSD.org>2004-03-14 06:17:56 +0000
commit3f651573ad3b90cf8e6539c52b4b34a1df543fa6 (patch)
tree14261786c359f03d9574a1c204f76ddc8ec4db8a /net-mgmt
parentBROKEN on amd64: Tries to link non-PIC libnet.a into PIC shared library (diff)
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.
Notes
Notes: svn path=/head/; revision=103963
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/NeTraMet/Makefile2
-rw-r--r--net-mgmt/etherape/Makefile2
-rw-r--r--net-mgmt/ipv6calc/Makefile2
-rw-r--r--net-mgmt/libsmi/Makefile2
-rw-r--r--net-mgmt/nagios-plugins/Makefile2
-rw-r--r--net-mgmt/nefu/Makefile2
-rw-r--r--net-mgmt/net-snmp-devel/Makefile2
-rw-r--r--net-mgmt/net-snmp/Makefile2
-rw-r--r--net-mgmt/net-snmp4/Makefile2
-rw-r--r--net-mgmt/net-snmp53/Makefile2
-rw-r--r--net-mgmt/netsaint-plugins/Makefile2
11 files changed, 11 insertions, 11 deletions
diff --git a/net-mgmt/NeTraMet/Makefile b/net-mgmt/NeTraMet/Makefile
index 67b1b5cffe9b..eaf9e3aa59a8 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 643f0a65f201..8717b706bb7a 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 9844131766f8..0776ee3b1c89 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 10b99a8a031b..9adeef4dd8f5 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 043cc768075a..df4ba92bfbfe 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 776e47aa4640..48bd1fa8ecd9 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 01b2b06ee171..58b18a063cdd 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 01b2b06ee171..58b18a063cdd 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 7964a2c79a1b..5896669db34b 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 01b2b06ee171..58b18a063cdd 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 cd67ead0821d..4046b6b9731c 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: