View | Details | Raw Unified | Return to bug 60701
Collapse All | Expand All

(-)postfix-current.new/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
# NOTE: PCRE is enabled by default unless you specifically disable it.
15
# NOTE: PCRE is enabled by default unless you specifically disable it.
16
16
17
PORTNAME=	postfix
17
PORTNAME=	postfix
18
PORTVERSION=	2.0.16.20031113
18
PORTVERSION=	2.0.16.20031223
19
PORTEPOCH=	2
19
PORTEPOCH=	2
20
CATEGORIES=	mail ipv6
20
CATEGORIES=	mail ipv6
21
MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
21
MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
(-)postfix-current.new/distinfo (-1 / +1 lines)
Lines 1-4 Link Here
1
MD5 (postfix/postfix-2.0.16-20031113.tar.gz) = ad9c62aae19505763861ce38f1d8687c
1
MD5 (postfix/postfix-2.0.16-20031223.tar.gz) = 4b23a66020c5a84636b7253f336a9ac8
2
MD5 (postfix/ipv6-1.18b-pf-2.0.16-20030921.patch.gz) = cf5be9e0fefa4dbaafeeec5687b87265
2
MD5 (postfix/ipv6-1.18b-pf-2.0.16-20030921.patch.gz) = cf5be9e0fefa4dbaafeeec5687b87265
3
MD5 (postfix/tls+ipv6-1.18b-pf-2.0.16-20030921.patch.gz) = d744dbc5f3fe71d634a36573cee5f2b4
3
MD5 (postfix/tls+ipv6-1.18b-pf-2.0.16-20030921.patch.gz) = d744dbc5f3fe71d634a36573cee5f2b4
4
MD5 (postfix/pfixtls-0.8.16-2.0.16-20031113-0.9.7c.tar.gz) = 1bf33c20f3513227fb61e5a240b42812
4
MD5 (postfix/pfixtls-0.8.16-2.0.16-20031113-0.9.7c.tar.gz) = 1bf33c20f3513227fb61e5a240b42812
(-)postfix-current.new/scripts/configure.postfix (-2 / +10 lines)
Lines 23-36 Link Here
23
SASL		"Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \
23
SASL		"Cyrus SASLv1 (Simple Authentication and Security Layer)" "$status_SASL" \
24
SASL2		"Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \
24
SASL2		"Cyrus SASLv2 (Simple Authentication and Security Layer)" "$status_SASL2" \
25
SASLKRB		"If your SASL requires Kerberos select this option" "$status_SASLKRB" \
25
SASLKRB		"If your SASL requires Kerberos select this option" "$status_SASLKRB" \
26
TLS		"SSL and TLS" "$status_TLS" \
26
TLS		"SSL and TLS (broken)" "$status_TLS" \
27
IPv6		"IPv6 support (broken)" "$status_IPv6" \
27
IPv6		"IPv6 support (broken)" "$status_IPv6" \
28
IPv6TLS		"IPv6 support with SSL and TLS (broken)" "$status_IPv6TLS" \
28
IPv6TLS		"IPv6 support with SSL and TLS (broken)" "$status_IPv6TLS" \
29
DB3		"Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \
29
DB3		"Berkeley DB3 (required if SASL also built with DB3)" "$status_DB3" \
30
DB40		"Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \
30
DB40		"Berkeley DB4.0 (required if SASL also built with DB4.0)" "$status_DB40" \
31
DB41		"Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \
31
DB41		"Berkeley DB4.1 (required if SASL also built with DB4.1)" "$status_DB41" \
32
MySQL		"MySQL map lookups" "$status_MySQL" \
32
MySQL		"MySQL map lookups" "$status_MySQL" \
33
PgSQL		"PostgreSQL v7.3 map lookups" "$status_PgSQL" \
33
PgSQL		"PostgreSQL v7.4 map lookups" "$status_PgSQL" \
34
PgSQL73		"PostgreSQL v7.3 map lookups" "$status_PgSQL73" \
34
PgSQL72		"PostgreSQL v7.2 map lookups" "$status_PgSQL72" \
35
PgSQL72		"PostgreSQL v7.2 map lookups" "$status_PgSQL72" \
35
OpenLDAP12	"OpenLDAP 1.2 map lookups" "$status_OpenLDAP" \
36
OpenLDAP12	"OpenLDAP 1.2 map lookups" "$status_OpenLDAP" \
36
OpenLDAP20	"OpenLDAP 2.0 map lookups" "$status_OpenLDAP" \
37
OpenLDAP20	"OpenLDAP 2.0 map lookups" "$status_OpenLDAP" \
Lines 156-161 Link Here
156
			;;
157
			;;
157
		PgSQL)
158
		PgSQL)
158
			echo "POSTGRESQL_PORT?=	databases/postgresql7"
159
			echo "POSTGRESQL_PORT?=	databases/postgresql7"
160
			echo "LIB_DEPENDS+=	pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}"
161
			echo "POSTFIX_CCARGS+=	-DHAS_PGSQL -I\${LOCALBASE}/include  -I\${LOCALBASE}/pgsql/include"
162
			echo "POSTFIX_AUXLIBS+=	-L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt"
163
			echo "PGSQL_SUFFIX=	+pgsql"
164
			;;
165
		PgSQL73)
166
			echo "POSTGRESQL_PORT?=	databases/postgresql73"
159
			echo "LIB_DEPENDS+=	pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}"
167
			echo "LIB_DEPENDS+=	pq.3:\${PORTSDIR}/\${POSTGRESQL_PORT}"
160
			echo "POSTFIX_CCARGS+=	-DHAS_PGSQL -I\${LOCALBASE}/include  -I\${LOCALBASE}/pgsql/include"
168
			echo "POSTFIX_CCARGS+=	-DHAS_PGSQL -I\${LOCALBASE}/include  -I\${LOCALBASE}/pgsql/include"
161
			echo "POSTFIX_AUXLIBS+=	-L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt"
169
			echo "POSTFIX_AUXLIBS+=	-L\${LOCALBASE}/lib -L\${LOCALBASE}/pgsql/lib -lpq -lcrypt"

Return to bug 60701