summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-01-21 15:40:47 +0000
committerdirk <dirk@FreeBSD.org>2001-01-21 15:40:47 +0000
commitc4cb361b58cc63e0115b8bb075f0c7fbf059022f (patch)
treec47f175ff5818251bd2f257c473373f1c6f79fd6 /mail
parent1366b4324e68eba9e59da8886256988266473577 (diff)
downloadFreeBSD-ports-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.zip
FreeBSD-ports-c4cb361b58cc63e0115b8bb075f0c7fbf059022f.tar.gz
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 'mail')
-rw-r--r--mail/exim-devel/Makefile2
-rw-r--r--mail/exim-old/Makefile2
-rw-r--r--mail/exim/Makefile2
-rw-r--r--mail/ezmlm-idx/Makefile2
-rw-r--r--mail/postfix-current/Makefile2
-rw-r--r--mail/postfix/Makefile2
-rw-r--r--mail/postfix1/Makefile2
-rw-r--r--mail/postfix20/Makefile2
-rw-r--r--mail/postfix21/Makefile2
-rw-r--r--mail/postfix22/Makefile2
-rw-r--r--mail/postfix23/Makefile2
-rw-r--r--mail/postfix24/Makefile2
-rw-r--r--mail/postfix25/Makefile2
-rw-r--r--mail/postfix26/Makefile2
-rw-r--r--mail/postfix27/Makefile2
-rw-r--r--mail/postfix28/Makefile2
-rw-r--r--mail/teapop-devel/Makefile2
-rw-r--r--mail/teapop/Makefile2
18 files changed, 18 insertions, 18 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile
index 50c0980..f9c7233 100644
--- a/mail/exim-devel/Makefile
+++ b/mail/exim-devel/Makefile
@@ -85,7 +85,7 @@ SEDLIST+= -e 's,XX_LDAP_[^ ]*_XX,,' \
.endif
.if defined(WITH_MYSQL)
-LIB_DEPENDS+= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
+LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
SEDLIST+= -e 's,XX_MYSQL_LIBS_XX,-L${PREFIX}/lib/mysql -lmysqlclient,' \
-e 's,XX_MYSQL_INCLUDE_XX,-I${PREFIX}/include/mysql,' \
-e 's,^\# LOOKUP_MYSQL,LOOKUP_MYSQL,'
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile
index 50c0980..f9c7233 100644
--- a/mail/exim-old/Makefile
+++ b/mail/exim-old/Makefile
@@ -85,7 +85,7 @@ SEDLIST+= -e 's,XX_LDAP_[^ ]*_XX,,' \
.endif
.if defined(WITH_MYSQL)
-LIB_DEPENDS+= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
+LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
SEDLIST+= -e 's,XX_MYSQL_LIBS_XX,-L${PREFIX}/lib/mysql -lmysqlclient,' \
-e 's,XX_MYSQL_INCLUDE_XX,-I${PREFIX}/include/mysql,' \
-e 's,^\# LOOKUP_MYSQL,LOOKUP_MYSQL,'
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 50c0980..f9c7233 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -85,7 +85,7 @@ SEDLIST+= -e 's,XX_LDAP_[^ ]*_XX,,' \
.endif
.if defined(WITH_MYSQL)
-LIB_DEPENDS+= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
+LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
SEDLIST+= -e 's,XX_MYSQL_LIBS_XX,-L${PREFIX}/lib/mysql -lmysqlclient,' \
-e 's,XX_MYSQL_INCLUDE_XX,-I${PREFIX}/include/mysql,' \
-e 's,^\# LOOKUP_MYSQL,LOOKUP_MYSQL,'
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile
index 0a5dec5..2956ba3 100644
--- a/mail/ezmlm-idx/Makefile
+++ b/mail/ezmlm-idx/Makefile
@@ -36,7 +36,7 @@ RUN_DEPENDS= ${QMAIL_DIR}/bin/qmail-send:${PORTSDIR}/mail/qmail
# If WITH_MYSQL is defined, build with MySQL extensions
.if defined(WITH_MYSQL)
ALL_TARGET= it ${LANGUAGE} mysql
-LIB_DEPENDS+= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
+LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
.else
ALL_TARGET= it ${LANGUAGE}
.endif
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 603148e..ab0fbec 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -62,7 +62,7 @@ MAKEFILEFLAGS+= CC="${CC}"
MAKEFILEFLAGS+= OPT="${CFLAGS}"
.if defined(WITH_MYSQL)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client
+BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client
POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql
POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm
.endif
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index ea932df..5ee8e7b 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -57,7 +57,7 @@ BIN2= postalias postcat postconf postdrop postfix \
postkick postlock postlog postmap postsuper sendmail
.if defined(WITH_MYSQL)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client
+BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client
POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql
POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm
.endif
diff --git a/mail/postfix1/Makefile b/mail/postfix1/Makefile
index ea932df..5ee8e7b 100644
--- a/mail/postfix1/Makefile
+++ b/mail/postfix1/Makefile
@@ -57,7 +57,7 @@ BIN2= postalias postcat postconf postdrop postfix \
postkick postlock postlog postmap postsuper sendmail
.if defined(WITH_MYSQL)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client
+BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client
POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql
POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm
.endif
diff --git a/mail/postfix20/Makefile b/mail/postfix20/Makefile
index ea932df..5ee8e7b 100644
--- a/mail/postfix20/Makefile
+++ b/mail/postfix20/Makefile
@@ -57,7 +57,7 @@ BIN2= postalias postcat postconf postdrop postfix \
postkick postlock postlog postmap postsuper sendmail
.if defined(WITH_MYSQL)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client
+BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client
POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql
POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm
.endif
diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile
index ea932df..5ee8e7b 100644
--- a/mail/postfix21/Makefile
+++ b/mail/postfix21/Makefile
@@ -57,7 +57,7 @@ BIN2= postalias postcat postconf postdrop postfix \
postkick postlock postlog postmap postsuper sendmail
.if defined(WITH_MYSQL)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client
+BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client
POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql
POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm
.endif
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile
index ea932df..5ee8e7b 100644
--- a/mail/postfix22/Makefile
+++ b/mail/postfix22/Makefile
@@ -57,7 +57,7 @@ BIN2= postalias postcat postconf postdrop postfix \
postkick postlock postlog postmap postsuper sendmail
.if defined(WITH_MYSQL)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client
+BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client
POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql
POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm
.endif
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile
index ea932df..5ee8e7b 100644
--- a/mail/postfix23/Makefile
+++ b/mail/postfix23/Makefile
@@ -57,7 +57,7 @@ BIN2= postalias postcat postconf postdrop postfix \
postkick postlock postlog postmap postsuper sendmail
.if defined(WITH_MYSQL)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client
+BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client
POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql
POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm
.endif
diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile
index ea932df..5ee8e7b 100644
--- a/mail/postfix24/Makefile
+++ b/mail/postfix24/Makefile
@@ -57,7 +57,7 @@ BIN2= postalias postcat postconf postdrop postfix \
postkick postlock postlog postmap postsuper sendmail
.if defined(WITH_MYSQL)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client
+BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client
POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql
POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm
.endif
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile
index ea932df..5ee8e7b 100644
--- a/mail/postfix25/Makefile
+++ b/mail/postfix25/Makefile
@@ -57,7 +57,7 @@ BIN2= postalias postcat postconf postdrop postfix \
postkick postlock postlog postmap postsuper sendmail
.if defined(WITH_MYSQL)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client
+BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client
POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql
POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm
.endif
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile
index ea932df..5ee8e7b 100644
--- a/mail/postfix26/Makefile
+++ b/mail/postfix26/Makefile
@@ -57,7 +57,7 @@ BIN2= postalias postcat postconf postdrop postfix \
postkick postlock postlog postmap postsuper sendmail
.if defined(WITH_MYSQL)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client
+BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client
POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql
POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm
.endif
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile
index ea932df..5ee8e7b 100644
--- a/mail/postfix27/Makefile
+++ b/mail/postfix27/Makefile
@@ -57,7 +57,7 @@ BIN2= postalias postcat postconf postdrop postfix \
postkick postlock postlog postmap postsuper sendmail
.if defined(WITH_MYSQL)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client
+BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client
POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql
POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm
.endif
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index ea932df..5ee8e7b 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/Makefile
@@ -57,7 +57,7 @@ BIN2= postalias postcat postconf postdrop postfix \
postkick postlock postlog postmap postsuper sendmail
.if defined(WITH_MYSQL)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql322-client
+BUILD_DEPENDS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a:${PORTSDIR}/databases/mysql323-client
POSTFIX_CCARGS+= -DHAS_MYSQL -I${LOCALBASE}/include/mysql
POSTFIX_AUXLIBS+= ${LOCALBASE}/lib/mysql/libmysqlclient.a -lm
.endif
diff --git a/mail/teapop-devel/Makefile b/mail/teapop-devel/Makefile
index 9fb31f9..cfa920c 100644
--- a/mail/teapop-devel/Makefile
+++ b/mail/teapop-devel/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
.endif
.if defined(WITH_MYSQL)
-LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
+LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
.endif
GNU_CONFIGURE= yes
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile
index 9fb31f9..cfa920c 100644
--- a/mail/teapop/Makefile
+++ b/mail/teapop/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
.endif
.if defined(WITH_MYSQL)
-LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client
+LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
.endif
GNU_CONFIGURE= yes
OpenPOWER on IntegriCloud