ports/52877: Non-Maintainer-Update: mail/postfix add support VDA softquotas patch

Xavier Beaudouin kiwi at oav.net
Tue Jun 3 01:40:12 UTC 2003


>Number:         52877
>Category:       ports
>Synopsis:       Non-Maintainer-Update: mail/postfix add support VDA softquotas patch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 02 18:40:06 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Xavier Beaudouin
>Release:        FreeBSD 4.7-RELEASE-p10 alpha
>Organization:
The Caudium Group
>Environment:
System: FreeBSD alpha.home.oav.net 4.7-RELEASE-p10 FreeBSD 4.7-RELEASE-p10 #0: Tue Apr 8 18:16:32 CEST 2003 root at alpha.home.oav.net:/usr/src/sys/compile/ALPHA alpha


	
>Description:

A patch for Virtual Delivery Agent, soft quota and Courier-IMAP support.
I think it should be add to postfix port.

See the homepage http://www.oav.net/vda/ for more detail.

The following patch add this support for Postfix.

>How-To-Repeat:
	
>Fix:


diff -u --new-file --recursive postfix.old/Makefile postfix/Makefile
--- postfix.old/Makefile	Tue Jun  3 03:12:03 2003
+++ postfix/Makefile	Tue Jun  3 03:30:32 2003
@@ -17,6 +17,7 @@
 PORTNAME=	postfix
 PORTVERSION=	2.0.10
 PORTEPOCH=	1
+PORTREVISION=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \
 		ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff -u --new-file --recursive postfix.old/distinfo postfix/distinfo
--- postfix.old/distinfo	Tue Jun  3 03:12:03 2003
+++ postfix/distinfo	Tue Jun  3 03:14:49 2003
@@ -3,3 +3,4 @@
 MD5 (postfix/ipv6-1.14-pf-2.0.9.patch.gz) = a449622b4a822a726065c8f2a960bbad
 MD5 (postfix/pfixtls-0.8.13-2.0.9-0.9.7b.tar.gz) = f34a4b7e55a02675d04358e036f1362d
 MD5 (postfix/postfix-pg.postfix-2.0.0.2.patch) = 5a0aa5ef6a231a593eb6c5628236a3e4
+MD5 (postfix/postfix-2.0.10.patch.gz) = abf6d8c414f70f8b8852ca2df36f4df6
diff -u --new-file --recursive postfix.old/scripts/configure.postfix postfix/scripts/configure.postfix
--- postfix.old/scripts/configure.postfix	Tue Jun  3 03:12:03 2003
+++ postfix/scripts/configure.postfix	Tue Jun  3 03:21:30 2003
@@ -28,6 +28,7 @@
 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" \
+VDAQuotas	"VDA Soft-Quotas and Courier-IMAP Compatibility" "$status_VDAQuotas" \
 MySQL		"MySQL map lookups" "$status_MySQL" \
 PgSQL		"PostgreSQL v7.3 map lookups" "$status_PgSQL" \
 PgSQL72		"PostgreSQL v7.2 map lookups" "$status_PgSQL72" \
@@ -154,6 +155,10 @@
 			echo "POSTFIX_AUXLIBS+=	-L\${LOCALBASE}/lib -ldb41"
 			echo "DB_SUFFIX=	+db41"
 			DB41_SELECTED="YES"
+			;;
+		VDAQuotas)
+			echo "PATCH_SITES+=	ftp://ftp.oav.net/others/postfix/VDA/"
+			echo "PATCHFILES+=	postfix-2.0.10.patch.gz"
 			;;
 		MySQL)
 			echo "BUILD_DEPENDS+=	\${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/databases/mysql323-client"
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list