diff options
author | dirk <dirk@FreeBSD.org> | 2001-01-21 23:40:47 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-01-21 23:40:47 +0800 |
commit | c4cb361b58cc63e0115b8bb075f0c7fbf059022f (patch) | |
tree | c47f175ff5818251bd2f257c473373f1c6f79fd6 /www | |
parent | 1366b4324e68eba9e59da8886256988266473577 (diff) | |
download | freebsd-ports-gnome-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.tar.gz freebsd-ports-gnome-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.tar.zst freebsd-ports-gnome-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.zip |
Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).
mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_mysql/Makefile | 2 | ||||
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/udmsearch/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index da093ca2d87e..39820aaebbc8 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://bourbon.netvision.net.il/mysql/mod_auth_mysql/ \ MAINTAINER= jeh@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${AP_PORT} -LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client +LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/www/${AP_PORT} .include <bsd.port.pre.mk> diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index db7df8f41e6f..3171c5b4f952 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -91,7 +91,7 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-imap=\${PREFIX}" ;; \"MySQL\") - echo "LIB_DEPENDS+= mysqlclient.6:\${PORTSDIR}/databases/mysql322-client" + echo "LIB_DEPENDS+= mysqlclient.10:\${PORTSDIR}/databases/mysql323-client" echo "CONFIGURE_ARGS+=--with-mysql=\${PREFIX}" ;; \"PostgreSQL\") diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 228f6949c72b..1ba51a13fd18 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -95,7 +95,7 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-imap=\${PREFIX}" ;; \"MySQL\") - echo "LIB_DEPENDS+= mysqlclient.6:\${PORTSDIR}/databases/mysql322-client" + echo "LIB_DEPENDS+= mysqlclient.10:\${PORTSDIR}/databases/mysql323-client" echo "CONFIGURE_ARGS+=--with-mysql=\${PREFIX}" ;; \"PostgreSQL\") diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 228f6949c72b..1ba51a13fd18 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -95,7 +95,7 @@ while [ "$1" ]; do echo "CONFIGURE_ARGS+=--with-imap=\${PREFIX}" ;; \"MySQL\") - echo "LIB_DEPENDS+= mysqlclient.6:\${PORTSDIR}/databases/mysql322-client" + echo "LIB_DEPENDS+= mysqlclient.10:\${PORTSDIR}/databases/mysql323-client" echo "CONFIGURE_ARGS+=--with-mysql=\${PREFIX}" ;; \"PostgreSQL\") diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile index 9422c02cefe9..f8ff463ab6a2 100644 --- a/www/udmsearch/Makefile +++ b/www/udmsearch/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --with-msql=${LOCALBASE} .else # default to mysql -LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client +LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} .if !defined(WITH_MYSQL) |