From 1aa9931a67e99d809485ca11d3cba5e280e5f8c5 Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 21 Aug 2004 20:36:01 +0000 Subject: - Add VDA (Virtual Delivery Agent) patch PR: ports/70637 Submitted by: Marcus Grando Approved by: maintainer --- mail/postfix28/scripts/configure.postfix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mail/postfix28/scripts') diff --git a/mail/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix index 56dff98e9e88..3accdb1adf4e 100644 --- a/mail/postfix28/scripts/configure.postfix +++ b/mail/postfix28/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.52 2004-08-18 15:33:08 mat Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.53 2004-08-21 20:36:01 pav Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -37,6 +37,7 @@ PgSQL "PostgreSQL v7.4 map lookups" "$status_PgSQL" \ PgSQL73 "PostgreSQL v7.3 map lookups" "$status_PgSQL73" \ PgSQL72 "PostgreSQL v7.2 map lookups" "$status_PgSQL72" \ OpenLDAP "OpenLDAP map lookups (choose ver. with WITH_OPENLDAP_VER)" "$status_OpenLDAP" \ +VDA "VDA (Virtual Delivery Agent)" "$status_VDA" \ Test "SMTP/LMTP test server and generator" "$status_Test" \ 2> $tempfile @@ -250,6 +251,11 @@ while [ "$1" ]; do SUB_TLS="" SUB_IPV6="" ;; + VDA) + echo "PATCH_SITES+= http://web.onda.com.br/nadal/postfix/VDA/" + echo "PATCHFILES+= postfix-2.1.4-trash.patch.gz" + echo "PATCH_DIST_STRIP= -p1" + ;; *) echo "Unknown option(s): $*" > /dev/stderr rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc -- cgit