From kiwi@kiwi.adsl.isdnet.net  Mon Jun  2 18:36:03 2003
Return-Path: <kiwi@kiwi.adsl.isdnet.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 00C7837B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Jun 2003 18:36:03 -0700 (PDT)
Received: from kiwi.adsl.isdnet.net (kiwi.adsl.isdnet.net [195.154.177.33])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3A01543F93
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  2 Jun 2003 18:36:02 -0700 (PDT)
	(envelope-from kiwi@kiwi.adsl.isdnet.net)
Received: by kiwi.adsl.isdnet.net (Postfix, from userid 1000)
	id EFE8126C06; Tue,  3 Jun 2003 03:35:57 +0200 (CEST)
Message-Id: <20030603013557.EFE8126C06@kiwi.adsl.isdnet.net>
Date: Tue,  3 Jun 2003 03:35:57 +0200 (CEST)
From: Xavier Beaudouin <kiwi@oav.net>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Non-Maintainer-Update: mail/postfix add support VDA softquotas patch
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 02 18:40:06 PDT 2003
>Closed-Date:    Tue Jan 06 09:46:39 PST 2004
>Last-Modified:  Tue Jan 06 09:46:39 PST 2004
>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@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:
State-Changed-From-To: open->closed 
State-Changed-By: kuriyama 
State-Changed-When: Sun Jul 6 15:39:21 PDT 2003 
State-Changed-Why:  
o Use portlint before submission. 
o $SITE_PERL is already defined in bsd.port.mk. 
o $MANPREFIX is not needed because $MAN3PREFIX is defined in bsd.port.mk 
for perl ports. 
o Use %%SITE_PERL%% substitution as much as I can. 

Anyways, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52877 
State-Changed-From-To: closed->open 
State-Changed-By: kuriyama 
State-Changed-When: Sun Jul 6 15:42:07 PDT 2003 
State-Changed-Why:  
Sorry, previous message is wrong, for other PR... 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52877 
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. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52877 

From: Vivek Khera <vivek@khera.org>
To: freebsd-gnats-submit@FreeBSD.org, kiwi@oav.net
Cc:  
Subject: Re: ports/52877: Non-Maintainer-Update: mail/postfix add support
 VDA softquotas patch
Date: Mon, 03 Nov 2003 10:03:56 -0500

 I'm ok with this as long as it gets updated for the latest postfix 
 relase version (currently 2.0.16)
 
 

From: Kirill Ponomarew <krion@FreeBSD.org>
To: Xavier Beaudouin <kiwi@oav.net>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/52877: Non-Maintainer-Update: mail/postfix add support VDA softquotas patch
Date: Wed, 19 Nov 2003 10:50:00 +0100

 --byLs0wutDcxFdwtm
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Hi,
 
 On Tue, Jun 03, 2003 at 03:35:57AM +0200, Xavier Beaudouin wrote:
 >=20
 > >Number:         52877
 > >Category:       ports
 > >Synopsis:       Non-Maintainer-Update: mail/postfix add support VDA soft=
 quotas patch
 > >Confidential:   no
 > >Severity:       non-critical
 > >Priority:       medium
 > >Responsible:    freebsd-ports-bugs
 > >State:          open
 > >Quarter:       =20
 > >Keywords:      =20
 > >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
 
 Could you please update this patch for actual postfix release
 2.0.16 ? Thanks
 
 -Kirill
 
 --byLs0wutDcxFdwtm
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.3 (FreeBSD)
 
 iD8DBQE/uzzIQC1G6a60JuURAl2RAJ9o9+4t7RHf0rdzAWoEWauLYElbwgCg42Tp
 yXZiUT4CxCmDT9d7611AiFQ=
 =Id50
 -----END PGP SIGNATURE-----
 
 --byLs0wutDcxFdwtm--

From: Xavier Beaudouin <kiwi@oav.net>
To: Kirill Ponomarew <krion@FreeBSD.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/52877: Non-Maintainer-Update: mail/postfix add support VDA softquotas patch
Date: Fri, 21 Nov 2003 20:08:24 +0100

 Hello Kirill,
 
 [...]
 
 > Could you please update this patch for actual postfix release
 > 2.0.16 ? Thanks
 
 I will, when I'll a 30minutes of spare free time... ;) Maybe this 
 week-end I think.
 
 /Xavier
 
State-Changed-From-To: feedback->closed 
State-Changed-By: krion 
State-Changed-When: Tue Jan 6 09:46:20 PST 2004 
State-Changed-Why:  
Timeout from submitter (2 months) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=52877 
>Unformatted:
