diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-03-14 06:17:56 +0000 |
commit | 3f651573ad3b90cf8e6539c52b4b34a1df543fa6 (patch) | |
tree | 14261786c359f03d9574a1c204f76ddc8ec4db8a /net | |
parent | BROKEN 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')
65 files changed, 66 insertions, 66 deletions
diff --git a/net/GeoIP/Makefile b/net/GeoIP/Makefile index 91b5b147360d..40924cbcae1f 100644 --- a/net/GeoIP/Makefile +++ b/net/GeoIP/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.maxmind.com/download/geoip/api/c/ MAINTAINER= seanc@FreeBSD.org COMMENT= Find the country that any IP address or hostname originates from -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --with-gnu-ld=yes INSTALLS_SHLIB= yes diff --git a/net/atmsupport/Makefile b/net/atmsupport/Makefile index 3d7ac199ccab..54a803ecb2fc 100644 --- a/net/atmsupport/Makefile +++ b/net/atmsupport/Makefile @@ -18,7 +18,7 @@ COMMENT= Tools for testing the ATM subsystem LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS+= --with-tcldir=${LOCALBASE} INSTALLS_SHLIB= yes diff --git a/net/ayttm/Makefile b/net/ayttm/Makefile index b6b632fa973a..b824feef2d9c 100644 --- a/net/ayttm/Makefile +++ b/net/ayttm/Makefile @@ -30,7 +30,7 @@ USE_OPENSSL= yes USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFLAGS= # none CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-smtp --enable-jasper-filter diff --git a/net/cdonkey/Makefile b/net/cdonkey/Makefile index bf9fa6942ef1..060e5df3c239 100644 --- a/net/cdonkey/Makefile +++ b/net/cdonkey/Makefile @@ -22,7 +22,7 @@ PLIST_FILES= bin/cDonkey USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --with-berkeley-db="${LOCALBASE}/include/db3:${LOCALBASE}/lib" USE_GMAKE= yes WRKSRC= ${WRKDIR}/cDonkey diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile index c840a64695c8..5c5a7d048b0e 100644 --- a/net/crescendo/Makefile +++ b/net/crescendo/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS+= --enable-compile-warnings=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/net/dclib/Makefile b/net/dclib/Makefile index 0086d6842380..ad237331c79f 100644 --- a/net/dclib/Makefile +++ b/net/dclib/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_REINPLACE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/net/dictd/Makefile b/net/dictd/Makefile index 8f6beffbd789..aa22e24c70f0 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -23,7 +23,7 @@ MAN8= dictd.8 USE_REINPLACE= yes USE_BISON= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \ --without-local-zlib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 4889033828b7..924a92081388 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --enable-ethereal=no \ --disable-gtktest .endif -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFILES= configure epan/configure wiretap/configure PLIST_SUB+= PORTVERSION=${PORTVERSION} diff --git a/net/fcptools/Makefile b/net/fcptools/Makefile index c1276076c66f..e86750f331b7 100644 --- a/net/fcptools/Makefile +++ b/net/fcptools/Makefile @@ -16,7 +16,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= FreeNet client library and command-line tools for shell scripting USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_SIZE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --includedir=${PREFIX}/include/${PORTNAME:L} diff --git a/net/freeradius/Makefile b/net/freeradius/Makefile index d0249d3bf2e9..3830cdf7e5f2 100644 --- a/net/freeradius/Makefile +++ b/net/freeradius/Makefile @@ -23,7 +23,7 @@ LOGDIR?= /var/log CONFLICTS= gnu-radius-1.* openradius-0.* radiusd-cistron-1.* USE_GMAKE= yes USE_PERL5_BUILD=yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --prefix=${PREFIX} --quiet --with-logdir=${LOGDIR} \ --localstatedir=/var \ --disable-ltdl-install \ diff --git a/net/freeradius2/Makefile b/net/freeradius2/Makefile index d0249d3bf2e9..3830cdf7e5f2 100644 --- a/net/freeradius2/Makefile +++ b/net/freeradius2/Makefile @@ -23,7 +23,7 @@ LOGDIR?= /var/log CONFLICTS= gnu-radius-1.* openradius-0.* radiusd-cistron-1.* USE_GMAKE= yes USE_PERL5_BUILD=yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --prefix=${PREFIX} --quiet --with-logdir=${LOGDIR} \ --localstatedir=/var \ --disable-ltdl-install \ diff --git a/net/fugu/Makefile b/net/fugu/Makefile index 148b870c3396..33c03819949d 100644 --- a/net/fugu/Makefile +++ b/net/fugu/Makefile @@ -19,7 +19,7 @@ USE_OPENSSL= yes USE_PYTHON= yes USE_XLIB= yes USE_X_PREFIX= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib diff --git a/net/gabber/Makefile b/net/gabber/Makefile index 2d580cfce893..f1f753a7a5bb 100644 --- a/net/gabber/Makefile +++ b/net/gabber/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= gnomemm-1.2.10:${PORTSDIR}/x11-toolkits/gnome-- USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnometarget libglade gal -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFILES= configure jabberoo/configure CONFIGURE_ENV+= GNOME_LIBCONFIG_PATH="${LOCALBASE}/lib:${X11BASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net/gale/Makefile b/net/gale/Makefile index 1133926979d7..d451472481d7 100644 --- a/net/gale/Makefile +++ b/net/gale/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \ USE_OPENSSL= yes USE_AUTOCONF_VER=213 USE_AUTOMAKE_VER=14 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib diff --git a/net/gnet-glib2/Makefile b/net/gnet-glib2/Makefile index b4f130073c9f..8f0cb80cc62a 100644 --- a/net/gnet-glib2/Makefile +++ b/net/gnet-glib2/Makefile @@ -17,7 +17,7 @@ COMMENT= A simple network library built upon Glib-2 USE_REINPLACE= yes USE_GNOME= gnomehack glib20 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-glib2 diff --git a/net/gnet/Makefile b/net/gnet/Makefile index e630787bbdad..97da2dcd7cbb 100644 --- a/net/gnet/Makefile +++ b/net/gnet/Makefile @@ -15,7 +15,7 @@ COMMENT= A simple network library built upon Glib USE_REINPLACE= yes USE_GNOME= gnomehack glib12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes MAN1= gnet-config.1 diff --git a/net/gnet2/Makefile b/net/gnet2/Makefile index 54f84b4f4f20..5da600993294 100644 --- a/net/gnet2/Makefile +++ b/net/gnet2/Makefile @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A simple network library built upon Glib-2 USE_GNOME= gnomehack glib20 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile index 28ae03278807..2938e741bd35 100644 --- a/net/gnome-netstatus/Makefile +++ b/net/gnome-netstatus/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile index d399e0ecde72..f84e3f4e6f10 100644 --- a/net/gnome-nettool/Makefile +++ b/net/gnome-nettool/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/gnomeicu/gnomeicu/Makefile b/net/gnomeicu/gnomeicu/Makefile index d803657f3923..87421701e138 100644 --- a/net/gnomeicu/gnomeicu/Makefile +++ b/net/gnomeicu/gnomeicu/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libglade2 gnomepanel libxml2 USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_REINPLACE= yes .if defined(WITH_DANTE) LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile index d803657f3923..87421701e138 100644 --- a/net/gnomeicu2/Makefile +++ b/net/gnomeicu2/Makefile @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack libglade2 gnomepanel libxml2 USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_REINPLACE= yes .if defined(WITH_DANTE) LIB_DEPENDS+= socks.1:${PORTSDIR}/net/dante diff --git a/net/gnomenetstatus/Makefile b/net/gnomenetstatus/Makefile index 28ae03278807..2938e741bd35 100644 --- a/net/gnomenetstatus/Makefile +++ b/net/gnomenetstatus/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack intlhack gnomeprefix libgnome gnomepanel libglade2 USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/gnomenettool/Makefile b/net/gnomenettool/Makefile index d399e0ecde72..f84e3f4e6f10 100644 --- a/net/gnomenettool/Makefile +++ b/net/gnomenettool/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/gnomenetwork/Makefile b/net/gnomenetwork/Makefile index d399e0ecde72..f84e3f4e6f10 100644 --- a/net/gnomenetwork/Makefile +++ b/net/gnomenetwork/Makefile @@ -21,7 +21,7 @@ USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/gnometelnet/Makefile b/net/gnometelnet/Makefile index eff8515481fd..15a6e6ca29a3 100644 --- a/net/gnometelnet/Makefile +++ b/net/gnometelnet/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/gnunet/Makefile b/net/gnunet/Makefile index 6fda7510d9c5..ea7e4903dc82 100644 --- a/net/gnunet/Makefile +++ b/net/gnunet/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl USE_GETTEXT= yes USE_SIZE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_GMAKE= yes USE_REINPLACE= yes diff --git a/net/gsk/Makefile b/net/gsk/Makefile index 4c8486d9c0bc..b68b23b8b4b6 100644 --- a/net/gsk/Makefile +++ b/net/gsk/Makefile @@ -19,7 +19,7 @@ COMMENT= A C library for writing servers USE_GNOME= glib12 USE_GMAKE= yes USE_PERL5= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes .if !defined(WITHOUT_OPENSSL) diff --git a/net/howl/Makefile b/net/howl/Makefile index 1b2dc7a195fd..a68e760c9aea 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -16,7 +16,7 @@ COMMENT= Zeroconf/Rendezvous implementation ONLY_FOR_ARCHS= i386 USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/net/icqlib/Makefile b/net/icqlib/Makefile index 9fd959b96fe4..b2dd8d12793f 100644 --- a/net/icqlib/Makefile +++ b/net/icqlib/Makefile @@ -16,7 +16,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= A library required by kicq (not libicq) INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_GMAKE= yes USE_SIZE= yes diff --git a/net/icqlib0/Makefile b/net/icqlib0/Makefile index d4727d04e3f9..2aba5e29f08e 100644 --- a/net/icqlib0/Makefile +++ b/net/icqlib0/Makefile @@ -16,7 +16,7 @@ MAINTAINER= lioux@FreeBSD.org COMMENT= Old branch 0.x.x of library required by kicq (used by icqmail) USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_SIZE= yes INSTALLS_SHLIB= yes diff --git a/net/jabber-aim/Makefile b/net/jabber-aim/Makefile index 800b501799fa..911f0a3db740 100644 --- a/net/jabber-aim/Makefile +++ b/net/jabber-aim/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber PLIST_FILES= lib/jabber/aimtrans.so USE_GMAKE= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 CONFIGURE_ARGS+= --with-jabberd=${PREFIX}/include/jabber diff --git a/net/kopete/Makefile b/net/kopete/Makefile index 2ca2b03c479a..96011fa57a6c 100644 --- a/net/kopete/Makefile +++ b/net/kopete/Makefile @@ -21,7 +21,7 @@ USE_BZIP2= yes USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ENV= LDFLAGS="-lcrypto" diff --git a/net/libfreenet/Makefile b/net/libfreenet/Makefile index c93d58a51175..5ff227f05cca 100644 --- a/net/libfreenet/Makefile +++ b/net/libfreenet/Makefile @@ -18,7 +18,7 @@ COMMENT= Freenet library written in C USE_REINPLACE= yes USE_OPENSSL= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet INSTALLS_SHLIB= yes diff --git a/net/libicq/Makefile b/net/libicq/Makefile index 31ca46a1f2a9..2a3b12c43d0a 100644 --- a/net/libicq/Makefile +++ b/net/libicq/Makefile @@ -16,7 +16,7 @@ MAINTAINER= flathill@FreeBSD.org COMMENT= Library to add ICQ communication support to your software USE_GNOME= glib12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/net/libicq2000/Makefile b/net/libicq2000/Makefile index 341a70ef2e8b..a5485be12ec3 100644 --- a/net/libicq2000/Makefile +++ b/net/libicq2000/Makefile @@ -17,7 +17,7 @@ COMMENT= An opensource C++ library to support icq2000/2001 protocol LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_REINPLACE= yes USE_SIZE= yes INSTALLS_SHLIB= yes diff --git a/net/libnet/Makefile b/net/libnet/Makefile index 1085bf455100..1e2c60b510bb 100644 --- a/net/libnet/Makefile +++ b/net/libnet/Makefile @@ -16,7 +16,7 @@ COMMENT= A C library for creating IP packets CONFLICTS= libnet-devel-1.1.* -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 WRKSRC= ${WRKDIR}/Libnet-${PORTVERSION} MAN3= libnet.3 diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile index 1085bf455100..1e2c60b510bb 100644 --- a/net/libnet10/Makefile +++ b/net/libnet10/Makefile @@ -16,7 +16,7 @@ COMMENT= A C library for creating IP packets CONFLICTS= libnet-devel-1.1.* -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 WRKSRC= ${WRKDIR}/Libnet-${PORTVERSION} MAN3= libnet.3 diff --git a/net/libnss-mysql/Makefile b/net/libnss-mysql/Makefile index f9379e0f6261..2cc582a90630 100644 --- a/net/libnss-mysql/Makefile +++ b/net/libnss-mysql/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql-lib=${LOCALBASE}/lib/mysql \ --with-mysql-inc=${LOCALBASE}/include/mysql INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 USE_MYSQL= yes .include <bsd.port.pre.mk> diff --git a/net/libosip/Makefile b/net/libosip/Makefile index eb773d3c129e..4458ee6e8397 100644 --- a/net/libosip/Makefile +++ b/net/libosip/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A low layer of SIP implementation USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes diff --git a/net/libosip2/Makefile b/net/libosip2/Makefile index d2fce7459548..831bf3c5ab31 100644 --- a/net/libosip2/Makefile +++ b/net/libosip2/Makefile @@ -16,7 +16,7 @@ COMMENT= A low layer of SIP implementation USE_GNOME= gnometarget lthack USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_ARGS= --disable-debug --disable-trace INSTALLS_SHLIB= yes diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile index 00d06eae4aec..3c24ee750a2c 100644 --- a/net/libsocket++/Makefile +++ b/net/libsocket++/Makefile @@ -18,7 +18,7 @@ COMMENT= A C++ wrapper library to the sockets GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_AUTOMAKE_VER= 15 -USE_LIBTOOL= yes +USE_LIBTOOL_VER= 13 INFO= socket++ diff --git a/net/licq-osd/Makefile b/net/licq-osd/Makefile index 4aab35df4c4e..70507b1d9289 100644 --- a/net/licq-osd/Makefile +++ b/net/licq-osd/Makefile @@ -26,6 +26,6 @@ RUN_DEPENDS=${LOCALBASE}/lib/licq/licq_qt-gui.so:${PORTSDIR}/net/licq-qt-gui GNU_CONFIGURE=yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" LIBS="-liconv" -USE_LIBTOOL=yes +USE_LIBTOOL_VER=13 .include <bsd.port.mk> diff --git a/net/linc/Makefile b/net/linc/Makefile index f36ac780800e..4d4f2282167e 100644 --- a/net/linc/Makefile +++ b/net/linc/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/net/loudmouth/Makefile b/net/loudmouth/Makefile index 4412e40dd521..bef23628c623 100644 --- a/net/loudmouth/Makefile +++ b/net/loudmouth/Makefile @@ -17,7 +17,7 @@ COMMENT= Lightweight Jabber client library USE_BZIP2= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes USE_GNOME= gnomehack glib20 CONFIGURE_ARGS= --disable-gtk-doc diff --git a/net/mrt/Makefile b/net/mrt/Makefile index 0bbd431000f9..f118a93fb6fb 100644 --- a/net/mrt/Makefile +++ b/net/mrt/Makefile @@ -16,7 +16,7 @@ COMMENT= Multi-threaded Routing Toolkit WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 MAN8= mrtd.8 diff --git a/net/netdude/Makefile b/net/netdude/Makefile index 540be173f035..7fe1f2cc5a7e 100644 --- a/net/netdude/Makefile +++ b/net/netdude/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ USE_GETTEXT= yes USE_REINPLACE= yes USE_GNOME= glib12 gtk12 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lltdl" USE_GMAKE= yes diff --git a/net/netspeed_applet/Makefile b/net/netspeed_applet/Makefile index 960643baa5cc..c2d07ed33948 100644 --- a/net/netspeed_applet/Makefile +++ b/net/netspeed_applet/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= gtop-2.0:${PORTSDIR}/devel/libgtop2 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gnomehier intlhack gnomeprefix gnomehack gnomepanel -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 63b6a8ce0231..37e28c1e32e4 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -26,7 +26,7 @@ USE_GETOPT_LONG=yes USE_GMAKE= yes USE_REINPLACE= yes USE_OPENSSL= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes PLIST_SUB+= DBDIR=${DBDIR} \ SHLIB=${PORTVERSION:S/.p/pre/} diff --git a/net/openldap12/Makefile b/net/openldap12/Makefile index 90e5181aa32f..13da886c7321 100644 --- a/net/openldap12/Makefile +++ b/net/openldap12/Makefile @@ -33,7 +33,7 @@ FORBIDDEN= ancient, unsupported, potential security issues DEPRECATED= ${FORBIDDEN} EXPIRATION_DATE= 2004-04-18 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --localstatedir=/var/db \ --enable-shared \ diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 64ba111dff4c..40657a78f940 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -15,7 +15,7 @@ MAINTAINER= sobomax@FreeBSD.org COMMENT= A Real-time Transport Protocol (RTP) stack USE_GNOME= glib20 -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc INSTALLS_SHLIB= yes diff --git a/net/ossp-sa/Makefile b/net/ossp-sa/Makefile index 4c4a77117779..b6fb4d336528 100644 --- a/net/ossp-sa/Makefile +++ b/net/ossp-sa/Makefile @@ -18,7 +18,7 @@ COMMENT= An abstraction library for the Unix socket API USE_GMAKE= yes GNU_CONFIGURE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes MAN3+= sa.3 diff --git a/net/papaya/Makefile b/net/papaya/Makefile index 8ecdaa350cb4..5997fcd7ff82 100644 --- a/net/papaya/Makefile +++ b/net/papaya/Makefile @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk20 WANT_GNOME= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 USE_PERL5_BUILD=yes USE_PYTHON= yes USE_X_PREFIX= yes diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile index 407cab9aa301..8f0c75a4e564 100644 --- a/net/ppxp/Makefile +++ b/net/ppxp/Makefile @@ -39,7 +39,7 @@ RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \ USE_PERL5_BUILD=yes USE_XPM= yes USE_GMAKE= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 .if defined(WITH_TCLJP) CONFIGURE_ARGS+= --with-tclsh=${PREFIX}/bin/tclsh8.0jp \ --with-wish=${PREFIX}/bin/wish8.0jp \ diff --git a/net/pvm++/Makefile b/net/pvm++/Makefile index d238d04f2aec..3b665a1501c9 100644 --- a/net/pvm++/Makefile +++ b/net/pvm++/Makefile @@ -20,7 +20,7 @@ COMMENT= A C++-Library for PVM BUILD_DEPENDS= ${LOCALBASE}/lib/libpvm3.a:${PORTSDIR}/net/pvm USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --with-pvm-incs=${LOCALBASE}/include \ --with-pvm-libs=${LOCALBASE}/lib INSTALLS_SHLIB= yes diff --git a/net/radiusclient/Makefile b/net/radiusclient/Makefile index 1a57ce42cd08..9f24cce7dcc8 100644 --- a/net/radiusclient/Makefile +++ b/net/radiusclient/Makefile @@ -16,7 +16,7 @@ MAINTAINER= maurice@castro.aus.net COMMENT= Client library and basic utilities for Radius authenticated login USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile index fec226407f7b..c1f5d395df9c 100644 --- a/net/rrdtool/Makefile +++ b/net/rrdtool/Makefile @@ -16,7 +16,7 @@ COMMENT= Round Robin Database Tools USE_PERL5= yes MAKE_ENV+= PERL=${PERL} -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared=yes CONFIGURE_ENV= PERL=${PERL} diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile index fec226407f7b..c1f5d395df9c 100644 --- a/net/rrdtool10/Makefile +++ b/net/rrdtool10/Makefile @@ -16,7 +16,7 @@ COMMENT= Round Robin Database Tools USE_PERL5= yes MAKE_ENV+= PERL=${PERL} -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-shared=yes CONFIGURE_ENV= PERL=${PERL} diff --git a/net/samba/Makefile b/net/samba/Makefile index c21a90ac1cc0..76bd84b27dca 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -29,8 +29,8 @@ CONFLICTS= ja-samba-2.* samba-3.* sharity-light-1.* USE_BZIP2= YES USE_SUBMAKE= YES USE_GMAKE= YES -USE_LIBTOOL= YES -USE_AUTOCONF= YES +USE_LIBTOOL_VER=13 +USE_AUTOCONF_VER= 213 # directories .if !defined(BATCH) && !defined(PACKAGE_BUILDING) diff --git a/net/sdl_net/Makefile b/net/sdl_net/Makefile index 79884cd7b24c..6b27bf3a45b7 100644 --- a/net/sdl_net/Makefile +++ b/net/sdl_net/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= GUI.0:${PORTSDIR}/graphics/guilib USE_SDL= sdl USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore INSTALLS_SHLIB= yes diff --git a/net/serveez/Makefile b/net/serveez/Makefile index 6d8dcd965894..201a297c3acc 100644 --- a/net/serveez/Makefile +++ b/net/serveez/Makefile @@ -25,7 +25,7 @@ GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFLAGS= --disable-ltlibs --release-ignore CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" diff --git a/net/ssldump/Makefile b/net/ssldump/Makefile index f52eda4ae75c..f164f4e642f9 100644 --- a/net/ssldump/Makefile +++ b/net/ssldump/Makefile @@ -18,7 +18,7 @@ USE_OPENSSL= YES .include <bsd.port.pre.mk> -USE_AUTOCONF= YES +USE_AUTOCONF_VER= 213 GNU_CONFIGURE= YES USE_GMAKE= YES CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \ diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index 08078a067b0c..db12cebe74d4 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= 5250 Telnet protocol and Terminal USE_REINPLACE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-os-dir=no INSTALLS_SHLIB= yes diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 4889033828b7..924a92081388 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --enable-ethereal=no \ --disable-gtktest .endif -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 LIBTOOLFILES= configure epan/configure wiretap/configure PLIST_SUB+= PORTVERSION=${PORTVERSION} diff --git a/net/xmlrpc-c-devel/Makefile b/net/xmlrpc-c-devel/Makefile index 588a71886c40..eeebea92bfb1 100644 --- a/net/xmlrpc-c-devel/Makefile +++ b/net/xmlrpc-c-devel/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww RUN_DEPENDS= ${SITE_PERL}/Frontier/Client.pm:${PORTSDIR}/net/p5-Frontier-RPC USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes MAN1= meerkat-app-list.1 xml-rpc-api2cpp.1 xmlrpc-c-config.1 \ diff --git a/net/xmlrpc-c/Makefile b/net/xmlrpc-c/Makefile index 588a71886c40..eeebea92bfb1 100644 --- a/net/xmlrpc-c/Makefile +++ b/net/xmlrpc-c/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww RUN_DEPENDS= ${SITE_PERL}/Frontier/Client.pm:${PORTSDIR}/net/p5-Frontier-RPC USE_GMAKE= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes MAN1= meerkat-app-list.1 xml-rpc-api2cpp.1 xmlrpc-c-config.1 \ |