aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2001-03-23 08:43:24 +0800
committerjeh <jeh@FreeBSD.org>2001-03-23 08:43:24 +0800
commit32ff8f4261a7b5c79ee339e7245789227c22264d (patch)
tree2a606ed5ec6fb8408a8a06e9782a7bd2f4d3bfb8 /mail
parent7f340ca79ba4a65f976133692c4a6fa48f75db2e (diff)
downloadfreebsd-ports-gnome-32ff8f4261a7b5c79ee339e7245789227c22264d.tar.gz
freebsd-ports-gnome-32ff8f4261a7b5c79ee339e7245789227c22264d.tar.zst
freebsd-ports-gnome-32ff8f4261a7b5c79ee339e7245789227c22264d.zip
Link to dynamic mysql library, not static Bump portrevision
PR: 25973 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> MAINTAINER
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix-current/Makefile4
-rw-r--r--mail/postfix-current/scripts/configure.postfix4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 3945896d257d..e1e4cb491b4d 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010228
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
ftp://ftp.utoronto.ca/mirror/packages/postfix/experimental/ \
ftp://ftp.samurai.com/pub/postfix/experimental/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/experimental/&,}
-MASTER_SITE_SUBDIR= . old related/postfix
+MASTER_SITE_SUBDIR= . old related/postfix
DISTNAME= snapshot-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix
index 7d9a11bfb6a9..aadbd4f1539e 100644
--- a/mail/postfix-current/scripts/configure.postfix
+++ b/mail/postfix-current/scripts/configure.postfix
@@ -89,9 +89,9 @@ while [ "$1" ]; do
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;
\"MySQL\")
- echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client"
+ echo "BUILD_DEPENDS+= \${LOCALBASE}/lib/mysql/libmysqlclient.so:\${PORTSDIR}/databases/mysql323-client"
echo "POSTFIX_CCARGS+= -DHAS_MYSQL -I\${LOCALBASE}/include/mysql"
- echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz"
+ echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib/mysql -lmysqlclient -lm -lz"
;;
\"OpenLDAP\")
echo "CONF2+= sample-ldap.cf"