summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2005-11-15 06:52:12 +0000
committerade <ade@FreeBSD.org>2005-11-15 06:52:12 +0000
commit8d9d5197561118544281733430b48b0b60884450 (patch)
tree45e5dcd7c2206fce8b01186555aac96b6292c602 /ftp
parent081b17449bd91bcac5390cd0d8a63ed3914df51d (diff)
downloadFreeBSD-ports-8d9d5197561118544281733430b48b0b60884450.zip
FreeBSD-ports-8d9d5197561118544281733430b48b0b60884450.tar.gz
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
Diffstat (limited to 'ftp')
-rw-r--r--ftp/gwget/Makefile2
-rw-r--r--ftp/moftpd/Makefile2
-rw-r--r--ftp/wu-ftpd+ipv6/Makefile2
-rw-r--r--ftp/wu-ftpd/Makefile2
-rw-r--r--ftp/wzdftpd/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/ftp/gwget/Makefile b/ftp/gwget/Makefile
index 3bf604f..310e7cd 100644
--- a/ftp/gwget/Makefile
+++ b/ftp/gwget/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui
-USE_LIBTOOL_VER=15
+USE_AUTOTOOLS= libtool:15
USE_REINPLACE= yes
USE_X_PREFIX= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile
index 103b43c..a50dfe0 100644
--- a/ftp/moftpd/Makefile
+++ b/ftp/moftpd/Makefile
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= clement
MAINTAINER= clement@FreeBSD.org
COMMENT= A powerful FTP server supporting IPv6, TLS, and much more
-USE_AUTOCONF_VER=259
+USE_AUTOTOOLS= autoconf:259
USE_GMAKE= yes
USE_RC_SUBR= yes
USE_PERL5_BUILD=yes
diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile
index ee487f4..f9865ea 100644
--- a/ftp/wu-ftpd+ipv6/Makefile
+++ b/ftp/wu-ftpd+ipv6/Makefile
@@ -23,7 +23,7 @@ COMMENT= A replacement ftp server for Un*x systems
CONFLICTS= wu-ftpd-[0-9]* heimdal-[0-9]*
-USE_AUTOCONF_VER= 213
+USE_AUTOTOOLS= autoconf:213
CONFIGURE_ARGS= --enable-rfc931 --disable-pasvip --enable-opie \
--enable-noop --disable-numericuid --enable-nlst-dirs \
--enable-ipv6 \
diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile
index f38e1ee..5de6260 100644
--- a/ftp/wu-ftpd/Makefile
+++ b/ftp/wu-ftpd/Makefile
@@ -20,7 +20,7 @@ COMMENT= A replacement ftp server for Un*x systems
CONFLICTS= wu-ftpd+ipv6-[0-9]* heimdal-[0-9]*
-USE_AUTOCONF_VER= 213
+USE_AUTOTOOLS= autoconf:213
CONFIGURE_ARGS= --enable-rfc931 --disable-pasvip --enable-opie \
--enable-noop --disable-numericuid --enable-nlst-dirs \
--prefix=${PREFIX} --with-etc-dir=${PREFIX}/etc
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index fd0236d..183a70a8 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -19,7 +19,7 @@ USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
-USE_INC_LIBTOOL_VER=13
+USE_AUTOTOOLS= libtool:13:inc
CONFIGURE_ARGS+= --without-pam --without-pgsql
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PKGMESSAGE= ${WRKDIR}/pkg-message
OpenPOWER on IntegriCloud