summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2004-03-12 02:48:25 +0000
committerade <ade@FreeBSD.org>2004-03-12 02:48:25 +0000
commitc4353960b68ab8c8884c624fdb10dfc9b797b02f (patch)
tree12f03ce85220e3ed0e0e596ebd3b1c73b5c59b18 /databases
parent2c17fb15b8f0c9d5892fcdd6f98146a5de182adc (diff)
downloadFreeBSD-ports-c4353960b68ab8c8884c624fdb10dfc9b797b02f.zip
FreeBSD-ports-c4353960b68ab8c8884c624fdb10dfc9b797b02f.tar.gz
Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups.
Diffstat (limited to 'databases')
-rw-r--r--databases/firebird-client/Makefile4
-rw-r--r--databases/firebird-devel/Makefile2
-rw-r--r--databases/firebird-server/Makefile4
-rw-r--r--databases/firebird/Makefile4
-rw-r--r--databases/firebird2-server/Makefile4
-rw-r--r--databases/firebird20-server/Makefile4
-rw-r--r--databases/freetds-devel/Makefile2
-rw-r--r--databases/freetds/Makefile2
-rw-r--r--databases/memcached/Makefile2
-rw-r--r--databases/mysql-administrator/Makefile4
10 files changed, 16 insertions, 16 deletions
diff --git a/databases/firebird-client/Makefile b/databases/firebird-client/Makefile
index 188fe9a..f3122bb 100644
--- a/databases/firebird-client/Makefile
+++ b/databases/firebird-client/Makefile
@@ -19,8 +19,8 @@ USE_BISON= yes
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-WANT_LIBTOOL_VER= 13
-WANT_AUTOCONF_VER= 253
+USE_LIBTOOL_VER= 13
+USE_AUTOCONF_VER= 253
USE_GCC= 3.3
# Don't use ld for linking, use gcc
diff --git a/databases/firebird-devel/Makefile b/databases/firebird-devel/Makefile
index 1d006c6..8ad53d6 100644
--- a/databases/firebird-devel/Makefile
+++ b/databases/firebird-devel/Makefile
@@ -21,7 +21,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-WANT_AUTOCONF_VER= 257
+USE_AUTOCONF_VER= 257
USE_GCC= 3.3
CONFLICTS= firebird-1.*
diff --git a/databases/firebird-server/Makefile b/databases/firebird-server/Makefile
index 188fe9a..f3122bb 100644
--- a/databases/firebird-server/Makefile
+++ b/databases/firebird-server/Makefile
@@ -19,8 +19,8 @@ USE_BISON= yes
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-WANT_LIBTOOL_VER= 13
-WANT_AUTOCONF_VER= 253
+USE_LIBTOOL_VER= 13
+USE_AUTOCONF_VER= 253
USE_GCC= 3.3
# Don't use ld for linking, use gcc
diff --git a/databases/firebird/Makefile b/databases/firebird/Makefile
index 188fe9a..f3122bb 100644
--- a/databases/firebird/Makefile
+++ b/databases/firebird/Makefile
@@ -19,8 +19,8 @@ USE_BISON= yes
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-WANT_LIBTOOL_VER= 13
-WANT_AUTOCONF_VER= 253
+USE_LIBTOOL_VER= 13
+USE_AUTOCONF_VER= 253
USE_GCC= 3.3
# Don't use ld for linking, use gcc
diff --git a/databases/firebird2-server/Makefile b/databases/firebird2-server/Makefile
index 188fe9a..f3122bb 100644
--- a/databases/firebird2-server/Makefile
+++ b/databases/firebird2-server/Makefile
@@ -19,8 +19,8 @@ USE_BISON= yes
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-WANT_LIBTOOL_VER= 13
-WANT_AUTOCONF_VER= 253
+USE_LIBTOOL_VER= 13
+USE_AUTOCONF_VER= 253
USE_GCC= 3.3
# Don't use ld for linking, use gcc
diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile
index 188fe9a..f3122bb 100644
--- a/databases/firebird20-server/Makefile
+++ b/databases/firebird20-server/Makefile
@@ -19,8 +19,8 @@ USE_BISON= yes
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-WANT_LIBTOOL_VER= 13
-WANT_AUTOCONF_VER= 253
+USE_LIBTOOL_VER= 13
+USE_AUTOCONF_VER= 253
USE_GCC= 3.3
# Don't use ld for linking, use gcc
diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile
index 6d828cd..dc326d0 100644
--- a/databases/freetds-devel/Makefile
+++ b/databases/freetds-devel/Makefile
@@ -20,7 +20,7 @@ USE_REINPLACE= yes
USE_GMAKE= yes
GNU_GONFIGURE= yes
USE_LIBTOOL= yes
-WANT_AUTOCONF_VER= 253
+USE_AUTOCONF_VER= 253
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-tdsver=5.0
diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile
index 6d828cd..dc326d0 100644
--- a/databases/freetds/Makefile
+++ b/databases/freetds/Makefile
@@ -20,7 +20,7 @@ USE_REINPLACE= yes
USE_GMAKE= yes
GNU_GONFIGURE= yes
USE_LIBTOOL= yes
-WANT_AUTOCONF_VER= 253
+USE_AUTOCONF_VER= 253
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-tdsver=5.0
diff --git a/databases/memcached/Makefile b/databases/memcached/Makefile
index 8613214..7159e8a 100644
--- a/databases/memcached/Makefile
+++ b/databases/memcached/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
PLIST_FILES= bin/memcached
USE_AUTOMAKE=YES
-WANT_AUTOCONF_VER=253
+USE_AUTOCONF_VER= 253
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-libevent=${LOCALBASE}
diff --git a/databases/mysql-administrator/Makefile b/databases/mysql-administrator/Makefile
index b501f20..40678e0 100644
--- a/databases/mysql-administrator/Makefile
+++ b/databases/mysql-administrator/Makefile
@@ -25,8 +25,8 @@ COMMENT= Powerful visual administration console for MySQL environment
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GMAKE= yes
-WANT_AUTOMAKE_VER= 14
-WANT_AUTOCONF_VER= 257
+USE_AUTOMAKE_VER= 14
+USE_AUTOCONF_VER= 257
CONFIGURE_ENV+= CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" \
CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
OpenPOWER on IntegriCloud