ports/70637: Add VDA option to mail/postfix

Marcus Grando marcus at corp.grupos.com.br
Wed Aug 18 17:50:21 UTC 2004


>Number:         70637
>Category:       ports
>Synopsis:       Add VDA option to mail/postfix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 18 17:50:20 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Marcus Grando
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Grupos Internet S/A
>Environment:
System: FreeBSD corp.grupos.com.br 4.10-STABLE FreeBSD 4.10-STABLE #22: Sat Aug 7 20:09:49 BRT 2004 root at corp.grupos.com.br:/usr/obj/usr/src/sys/CORP i386


	
>Description:
Add VDA option to mail/postfix

VDA is Virtual Delivered Agent
http://web.onda.com.br/nadal/
	
>How-To-Repeat:
	
>Fix:
--cut--
diff -ruN postfix.old/distinfo postfix/distinfo
--- postfix.old/distinfo	Wed Jul 14 01:01:12 2004
+++ postfix/distinfo	Wed Aug 18 14:16:01 2004
@@ -6,3 +6,5 @@
 SIZE (postfix/ipv6-1.25-pf-2.1.3.patch.gz) = 79473
 MD5 (postfix/tls+ipv6-1.25-pf-2.1.3.patch.gz) = 71181d8dcf26c24e6fe373ad1ac7e741
 SIZE (postfix/tls+ipv6-1.25-pf-2.1.3.patch.gz) = 256591
+MD5 (postfix/postfix-2.1.4-trash.patch.gz) = 6602396fcf82a5bff508109d0224ffe8
+SIZE (postfix/postfix-2.1.4-trash.patch.gz) = 7081
diff -ruN postfix.old/scripts/configure.postfix postfix/scripts/configure.postfix
--- postfix.old/scripts/configure.postfix	Wed Jul 14 01:01:12 2004
+++ postfix/scripts/configure.postfix	Wed Aug 18 14:20:02 2004
@@ -36,6 +36,7 @@
 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
 
@@ -234,6 +235,11 @@
 			echo "TLS_SUFFIX=	+tls+ipv6"
 			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
--cut--

	
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list