summaryrefslogtreecommitdiff
path: root/dns
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 /dns
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 'dns')
-rw-r--r--dns/idnkit/Makefile2
-rw-r--r--dns/libidn/Makefile2
-rw-r--r--dns/mydns-ng/Makefile2
-rw-r--r--dns/mydns/Makefile2
-rw-r--r--dns/posadis/Makefile2
-rw-r--r--dns/powerdns-devel/Makefile2
-rw-r--r--dns/powerdns/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/dns/idnkit/Makefile b/dns/idnkit/Makefile
index c277ccfc24f3..75f89e903609 100644
--- a/dns/idnkit/Makefile
+++ b/dns/idnkit/Makefile
@@ -17,7 +17,7 @@ COMMENT= A library to handle internationalized domain names
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libiconv=${LOCALBASE} \
--enable-runidn \
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile
index c3a4e4410a0b..34404f64f902 100644
--- a/dns/libidn/Makefile
+++ b/dns/libidn/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS= gengetopt:${PORTSDIR}/devel/gengetopt
USE_GETTEXT= yes
USE_PERL5_BUILD= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile
index a3cb5dbcb276..12bcc13f7e7b 100644
--- a/dns/mydns-ng/Makefile
+++ b/dns/mydns-ng/Makefile
@@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc
USE_ICONV= yes
USE_GETTEXT= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_BZIP2= yes
INFO= mydns
diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile
index a3cb5dbcb276..12bcc13f7e7b 100644
--- a/dns/mydns/Makefile
+++ b/dns/mydns/Makefile
@@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc
USE_ICONV= yes
USE_GETTEXT= yes
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
USE_BZIP2= yes
INFO= mydns
diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile
index 84a3b5b0d070..f48393b8442d 100644
--- a/dns/posadis/Makefile
+++ b/dns/posadis/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ARGS= --disable-fam
PLIST_SUB= FAM="@comment "
.endif
-USE_LIBTOOL= yes
+USE_LIBTOOL_VER= 13
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile
index d12a244abcdf..80a6b91c5d4a 100644
--- a/dns/powerdns-devel/Makefile
+++ b/dns/powerdns-devel/Makefile
@@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --disable-mysql
LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT}
LIB_DEPENDS+= lber.2:${PORTSDIR}/${LDAP_PORT}
LDAP_PORT?= net/openldap20-client
-USE_LIBTOOL= YES
+USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= YES
USE_GCC=3.2
CONFIGURE_MODULES+= "ldap"
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile
index d12a244abcdf..80a6b91c5d4a 100644
--- a/dns/powerdns/Makefile
+++ b/dns/powerdns/Makefile
@@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --disable-mysql
LIB_DEPENDS+= ldap.2:${PORTSDIR}/${LDAP_PORT}
LIB_DEPENDS+= lber.2:${PORTSDIR}/${LDAP_PORT}
LDAP_PORT?= net/openldap20-client
-USE_LIBTOOL= YES
+USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= YES
USE_GCC=3.2
CONFIGURE_MODULES+= "ldap"