diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/exim-old/Makefile | 2 | ||||
-rw-r--r-- | mail/exim/Makefile | 2 | ||||
-rw-r--r-- | mail/ezmlm-idx/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix1/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix20/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix21/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix22/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix23/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix24/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix25/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix26/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix27/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix28/Makefile | 2 | ||||
-rw-r--r-- | mail/teapop-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/teapop/Makefile | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index 50c09800ce65..f9c72338d02a 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 50c09800ce65..f9c72338d02a 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 50c09800ce65..f9c72338d02a 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 0a5dec5d95ba..2956ba379832 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 603148e5f867..ab0fbecf58f3 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 ea932df52658..5ee8e7b0beca 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 ea932df52658..5ee8e7b0beca 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 ea932df52658..5ee8e7b0beca 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 ea932df52658..5ee8e7b0beca 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 ea932df52658..5ee8e7b0beca 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 ea932df52658..5ee8e7b0beca 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 ea932df52658..5ee8e7b0beca 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 ea932df52658..5ee8e7b0beca 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 ea932df52658..5ee8e7b0beca 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 ea932df52658..5ee8e7b0beca 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 ea932df52658..5ee8e7b0beca 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 9fb31f983e98..cfa920c26eff 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 9fb31f983e98..cfa920c26eff 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 |