summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-03-12 02:48:25 +0000
committerAde Lovett <ade@FreeBSD.org>2004-03-12 02:48:25 +0000
commit91e0c8f1a70eea46e773c869a6b98512ea431673 (patch)
tree44462ccacbc9522809230060d6808bfbc48e2d42 /databases
parentremove duplicate LATEST_LINK (diff)
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.
Notes
Notes: svn path=/head/; revision=103722
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 188fe9af49c8..f3122bb35f60 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 1d006c69ac06..8ad53d6a68e3 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 188fe9af49c8..f3122bb35f60 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 188fe9af49c8..f3122bb35f60 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 188fe9af49c8..f3122bb35f60 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 188fe9af49c8..f3122bb35f60 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 6d828cd12f54..dc326d066c95 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 6d828cd12f54..dc326d066c95 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 86132145a8e5..7159e8af6d7d 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 b501f20ff445..40678e0cf673 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}"