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

Xavier Beaudouin kiwi at oav.net
Tue Jul 8 13:27:29 UTC 2003


Le lundi, 7 jul 2003, à 11:02 Europe/Paris, Sergey A. Osokin a écrit :

> Synopsis: Non-Maintainer-Update: mail/postfix add support VDA  
> softquotas patch
>
> State-Changed-From-To: open->feedback
> State-Changed-By: osa
> State-Changed-When: Mon Jul 7 01:59:42 PDT 2003
> State-Changed-Why:
> Please resubmit your patch.
> Current version of postfix - 2.0.13
> Also, please Cc: your changes to port maintainer.
> Thanks.


Here is the patch for 2.0.13, notice that it is also available at  
http://www.oav.net/vda/postfix.patch as well

diff -u --recursive --new-file postfix.orig/Makefile postfix/Makefile
--- postfix.orig/Makefile	Tue Jul  8 15:09:30 2003
+++ postfix/Makefile	Tue Jul  8 15:16:33 2003
@@ -17,6 +17,7 @@
  PORTNAME=	postfix
  PORTVERSION=	2.0.13
  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 --recursive --new-file postfix.orig/distinfo postfix/distinfo
--- postfix.orig/distinfo	Tue Jul  8 15:09:30 2003
+++ postfix/distinfo	Tue Jul  8 15:09:48 2003
@@ -3,3 +3,4 @@
  MD5 (postfix/postfix-pg.postfix-2.0.0.2.patch) =  
5a0aa5ef6a231a593eb6c5628236a3e4
  MD5 (postfix/ipv6-1.15-pf-2.0.13.patch.gz) =  
29201023f371176af986efbd95eb2392
  MD5 (postfix/tls+ipv6-1.15-pf-2.0.13.patch.gz) =  
227ec4958e5f415024655147df75669a
+MD5 (postfix-2.0.13.v2.patch.gz) = 6d68086dce593ef3b17ac00d69a4da0c
diff -u --recursive --new-file postfix.orig/scripts/configure.postfix  
postfix/scripts/configure.postfix
--- postfix.orig/scripts/configure.postfix	Tue Jul  8 15:09:30 2003
+++ postfix/scripts/configure.postfix	Tue Jul  8 15:18:22 2003
@@ -29,6 +29,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_VDAQutoas" \
  MySQL		"MySQL map lookups" "$status_MySQL" \
  PgSQL		"PostgreSQL v7.3 map lookups" "$status_PgSQL" \
  PgSQL72		"PostgreSQL v7.2 map lookups" "$status_PgSQL72" \
@@ -146,6 +147,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.13.v2.patch.gz"
  			;;
  		MySQL)
  			echo  
"BUILD_DEPENDS+=	\${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/ 
databases/mysql323-client"



More information about the freebsd-ports-bugs mailing list