aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-12-30 11:04:24 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-12-30 11:04:24 +0000
commitb701318348f62944236f9ef16ce0769ec46c2a9f (patch)
tree460694d3527695f145f56d885bd1da39c06f6d33
parentd7355a4dfdbc7f682268db1421fd237da61967b9 (diff)
downloadports-b701318348f62944236f9ef16ce0769ec46c2a9f.tar.gz
ports-b701318348f62944236f9ef16ce0769ec46c2a9f.zip
Notes
-rw-r--r--mail/postfix-current/Makefile2
-rw-r--r--mail/postfix-current/distinfo2
-rw-r--r--mail/postfix-current/scripts/configure.postfix12
3 files changed, 12 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index e4fc7e8ca2ae..cb84dd31b9ef 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -15,7 +15,7 @@
# NOTE: PCRE is enabled by default unless you specifically disable it.
PORTNAME= postfix
-PORTVERSION= 2.0.16.20031113
+PORTVERSION= 2.0.16.20031223
PORTEPOCH= 2
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index 030038ee7526..137fd7d2979e 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,4 +1,4 @@
-MD5 (postfix/postfix-2.0.16-20031113.tar.gz) = ad9c62aae19505763861ce38f1d8687c
+MD5 (postfix/postfix-2.0.16-20031223.tar.gz) = 4b23a66020c5a84636b7253f336a9ac8
MD5 (postfix/ipv6-1.18b-pf-2.0.16-20030921.patch.gz) = cf5be9e0fefa4dbaafeeec5687b87265
MD5 (postfix/tls+ipv6-1.18b-pf-2.0.16-20030921.patch.gz) = d744dbc5f3fe71d634a36573cee5f2b4
MD5 (postfix/pfixtls-0.8.16-2.0.16-20031113-0.9.7c.tar.gz) = 1bf33c20f3513227fb61e5a240b42812
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix
index 333b881fbdac..2096139a21bd 100644
--- a/mail/postfix-current/scripts/configure.postfix
+++ b/mail/postfix-current/scripts/configure.postfix
@@ -23,14 +23,15 @@ NOPCRE "DISABLE Perl Compatible Regular Expressions" "$status_NOPCRE" \
SASL "Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \
SASL2 "Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \
SASLKRB "If your SASL requires Kerberos select this option" "$status_SASLKRB" \
-TLS "SSL and TLS" "$status_TLS" \
+TLS "SSL and TLS (broken)" "$status_TLS" \
IPv6 "IPv6 support (broken)" "$status_IPv6" \
IPv6TLS "IPv6 support with SSL and TLS (broken)" "$status_IPv6TLS" \
DB3 "Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \
DB40 "Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \
DB41 "Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \
MySQL "MySQL map lookups" "$status_MySQL" \
-PgSQL "PostgreSQL v7.3 map lookups" "$status_PgSQL" \
+PgSQL "PostgreSQL v7.4 map lookups" "$status_PgSQL" \
+PgSQL73 "PostgreSQL v7.3 map lookups" "$status_PgSQL73" \
PgSQL72 "PostgreSQL v7.2 map lookups" "$status_PgSQL72" \
OpenLDAP12 "OpenLDAP 1.2 map lookups" "$status_OpenLDAP" \
OpenLDAP20 "OpenLDAP 2.0 map lookups" "$status_OpenLDAP" \
@@ -161,6 +162,13 @@ while [ "$1" ]; do
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt"
echo "PGSQL_SUFFIX= +pgsql"
;;
+ PgSQL73)
+ echo "POSTGRESQL_PORT?= databases/postgresql73"
+ echo "LIB_DEPENDS+= pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}"
+ echo "POSTFIX_CCARGS+= -DHAS_PGSQL -I\${LOCALBASE}/include -I\${LOCALBASE}/pgsql/include"
+ echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt"
+ echo "PGSQL_SUFFIX= +pgsql"
+ ;;
PgSQL72)
echo "POSTGRESQL_PORT?= databases/postgresql72"
echo "LIB_DEPENDS+= pq.2:\${PORTSDIR}/\${POSTGRESQL_PORT}"