summaryrefslogtreecommitdiffstats
path: root/misc
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 /misc
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 'misc')
-rw-r--r--misc/afbackup/Makefile3
-rw-r--r--misc/amanda-server/Makefile2
-rw-r--r--misc/amanda25-server/Makefile2
-rw-r--r--misc/amanda26-server/Makefile2
-rw-r--r--misc/amanda32-server/Makefile2
-rw-r--r--misc/demoniac/Makefile2
-rw-r--r--misc/edonkey-tool-hash/Makefile2
-rw-r--r--misc/gtl/Makefile2
-rw-r--r--misc/libhome/Makefile2
-rw-r--r--misc/libmcal/Makefile3
-rw-r--r--misc/misterproper/Makefile2
-rw-r--r--misc/ossp-uuid/Makefile2
-rw-r--r--misc/pointless/Makefile2
-rw-r--r--misc/pybliographer/Makefile2
-rw-r--r--misc/skyutils/Makefile3
-rw-r--r--misc/talkfilters/Makefile2
-rw-r--r--misc/xfce4-iconbox/Makefile2
-rw-r--r--misc/xfce4-weather-plugin/Makefile2
18 files changed, 18 insertions, 21 deletions
diff --git a/misc/afbackup/Makefile b/misc/afbackup/Makefile
index ccc145d..41855aa 100644
--- a/misc/afbackup/Makefile
+++ b/misc/afbackup/Makefile
@@ -39,8 +39,7 @@ RUN_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83
.else
MAKE_ARGS+= NO_GUI=yes
.endif
-USE_AUTOCONF_VER= 213
-USE_LIBTOOL_VER= 13
+USE_AUTOTOOLS= autoconf:213 libtool:13
.if defined(NO_AUTOKEY) && defined(PACKAGE_BUILDING)
INGORE = "cannot be build in batch mode whithout automated DES key generation"
.endif
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile
index 60147fe..2332ee0 100644
--- a/misc/amanda-server/Makefile
+++ b/misc/amanda-server/Makefile
@@ -22,7 +22,7 @@ SLAVEDIRS= misc/amanda-client
MASTERPORTNAME= amanda-server
NO_LATEST_LINK= yes
-USE_AUTOCONF_VER= 259
+USE_AUTOTOOLS= autoconf:259
USE_GMAKE= yes
PATCH_STRIP=
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile
index 60147fe..2332ee0 100644
--- a/misc/amanda25-server/Makefile
+++ b/misc/amanda25-server/Makefile
@@ -22,7 +22,7 @@ SLAVEDIRS= misc/amanda-client
MASTERPORTNAME= amanda-server
NO_LATEST_LINK= yes
-USE_AUTOCONF_VER= 259
+USE_AUTOTOOLS= autoconf:259
USE_GMAKE= yes
PATCH_STRIP=
diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile
index 60147fe..2332ee0 100644
--- a/misc/amanda26-server/Makefile
+++ b/misc/amanda26-server/Makefile
@@ -22,7 +22,7 @@ SLAVEDIRS= misc/amanda-client
MASTERPORTNAME= amanda-server
NO_LATEST_LINK= yes
-USE_AUTOCONF_VER= 259
+USE_AUTOTOOLS= autoconf:259
USE_GMAKE= yes
PATCH_STRIP=
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile
index 60147fe..2332ee0 100644
--- a/misc/amanda32-server/Makefile
+++ b/misc/amanda32-server/Makefile
@@ -22,7 +22,7 @@ SLAVEDIRS= misc/amanda-client
MASTERPORTNAME= amanda-server
NO_LATEST_LINK= yes
-USE_AUTOCONF_VER= 259
+USE_AUTOTOOLS= autoconf:259
USE_GMAKE= yes
PATCH_STRIP=
diff --git a/misc/demoniac/Makefile b/misc/demoniac/Makefile
index e5ff009..8b39146 100644
--- a/misc/demoniac/Makefile
+++ b/misc/demoniac/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
USE_REINPLACE= yes
USE_GL= yes
USE_GNOME= gtk12
-USE_LIBTOOL_VER=15
+USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="${PTHREAD_LIBS}"
diff --git a/misc/edonkey-tool-hash/Makefile b/misc/edonkey-tool-hash/Makefile
index 42734de..65e0bc6 100644
--- a/misc/edonkey-tool-hash/Makefile
+++ b/misc/edonkey-tool-hash/Makefile
@@ -18,7 +18,7 @@ COMMENT= Both calculates 'eDonkey/Overnet hashes' producing ed2k:// file links
PLIST_FILES= bin/edonkey-tool-hash
USE_REINPLACE= yes
-USE_LIBTOOL_VER=15
+USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/ed2k_hash-${PORTVERSION}
diff --git a/misc/gtl/Makefile b/misc/gtl/Makefile
index e3a5916..5833430 100644
--- a/misc/gtl/Makefile
+++ b/misc/gtl/Makefile
@@ -20,7 +20,7 @@ RESTRICTED= License forbids redistribution (source or binary)
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-USE_INC_LIBTOOL_VER=13
+USE_AUTOTOOLS= libtool:13:inc
USE_GNOME= lthack
USE_GCC= 3.3 # Won't build with 3.4
diff --git a/misc/libhome/Makefile b/misc/libhome/Makefile
index 1c5775c..0923d48 100644
--- a/misc/libhome/Makefile
+++ b/misc/libhome/Makefile
@@ -21,7 +21,7 @@ OPTIONS+= DB4 "Support for DB4" off
OPTIONS+= PAM "Support for PAM (Experimental)" off
OPTIONS+= PGSQL "Support for PostgreSQL (Experimental)" off
-USE_LIBTOOL_VER= 15
+USE_AUTOTOOLS= libtool:15
USE_GNOME= gnometarget
INSTALLS_SHLIB= yes
diff --git a/misc/libmcal/Makefile b/misc/libmcal/Makefile
index 1769ae5..bb486b6 100644
--- a/misc/libmcal/Makefile
+++ b/misc/libmcal/Makefile
@@ -16,9 +16,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} mcaldrivers-0.9.tar.gz
MAINTAINER= thierry@pompo.net
COMMENT= Modular Calendar Access Library
-USE_LIBLTDL= yes
+USE_AUTOTOOLS= libltdl:15 libtool:13
HAS_CONFIGURE= yes
-USE_LIBTOOL_VER=13
USE_GMAKE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --with-mstore --with-icap \
diff --git a/misc/misterproper/Makefile b/misc/misterproper/Makefile
index 954c11a..9b8e0d3 100644
--- a/misc/misterproper/Makefile
+++ b/misc/misterproper/Makefile
@@ -19,7 +19,7 @@ COMMENT= A GNOME application designed to manage cyclic tasks
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomelibs gnomeprefix gnometarget
USE_GMAKE= yes
-USE_LIBTOOL_VER=15
+USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile
index ddce779..fa3b5cb 100644
--- a/misc/ossp-uuid/Makefile
+++ b/misc/ossp-uuid/Makefile
@@ -18,7 +18,7 @@ COMMENT= ISO-C & Perl API and CLI for generating Universally Unique Identifiers
CONFLICTS= e2fsprogs-[0-9]*
USE_REINPLACE= yes
-USE_LIBTOOL_VER= 15
+USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
CONFIGURE_ARGS+= --disable-shared --enable-static
diff --git a/misc/pointless/Makefile b/misc/pointless/Makefile
index b75bea2..f4b3193 100644
--- a/misc/pointless/Makefile
+++ b/misc/pointless/Makefile
@@ -29,7 +29,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
USE_GL= yes
USE_PYTHON= yes
-USE_AUTOCONF_VER= 259
+USE_AUTOTOOLS= autoconf:259
CONFIGURE_ARGS+= --prefix=${PREFIX} --program-transform-name=""
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib/${PYTHON_VERSION}/config/
diff --git a/misc/pybliographer/Makefile b/misc/pybliographer/Makefile
index 7bb83a0..63b8429 100644
--- a/misc/pybliographer/Makefile
+++ b/misc/pybliographer/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolki
USE_GNOME= glib12 gnomehack gnomeprefix
USE_PYTHON= yes
USE_X_PREFIX= yes
-USE_LIBTOOL_VER=15
+USE_AUTOTOOLS= libtool:15
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
diff --git a/misc/skyutils/Makefile b/misc/skyutils/Makefile
index 3a0ba5b..6e1a660 100644
--- a/misc/skyutils/Makefile
+++ b/misc/skyutils/Makefile
@@ -15,8 +15,7 @@ COMMENT= A library required by smssend (same author)
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_AUTOCONF_VER= 259
-USE_INC_LIBTOOL_VER= 13
+USE_AUTOTOOLS= autoconf:259 libtool:13:inc
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
diff --git a/misc/talkfilters/Makefile b/misc/talkfilters/Makefile
index 8baf2c5..6f3b369 100644
--- a/misc/talkfilters/Makefile
+++ b/misc/talkfilters/Makefile
@@ -16,7 +16,7 @@ COMMENT= Set of filters to convert English text to various stereotyped dialects
CONFLICTS= jive* chef* filters-*
-USE_LIBTOOL_VER= 15
+USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/misc/xfce4-iconbox/Makefile b/misc/xfce4-iconbox/Makefile
index fb8a843..d985964 100644
--- a/misc/xfce4-iconbox/Makefile
+++ b/misc/xfce4-iconbox/Makefile
@@ -25,7 +25,7 @@ LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
USE_GETTEXT= yes
USE_GNOME= gtk20
USE_X_PREFIX= yes
-USE_LIBTOOL_VER=15
+USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile
index 027282e..028c808 100644
--- a/misc/xfce4-weather-plugin/Makefile
+++ b/misc/xfce4-weather-plugin/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
USE_GNOME= gtk20
USE_X_PREFIX= yes
-USE_LIBTOOL_VER=15
+USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
OpenPOWER on IntegriCloud