Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2003 15:27:21 +0200
From:      Xavier Beaudouin <kiwi@oav.net>
To:        "Sergey A. Osokin" <osa@FreeBSD.org>
Cc:        khera@kciLink.com
Subject:   Re: ports/52877: Non-Maintainer-Update: mail/postfix add support VDA softquotas patch
Message-ID:  <E7C047B4-B147-11D7-9174-000393B64262@oav.net>
In-Reply-To: <200307070902.h6792Q8G026823@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

Le lundi, 7 jul 2003, =E0 11:02 Europe/Paris, Sergey A. Osokin a =E9crit =
:

> Synopsis: Non-Maintainer-Update: mail/postfix add support VDA =20
> 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 =20
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=3D	postfix
  PORTVERSION=3D	2.0.13
  PORTEPOCH=3D	1
+PORTREVISION=3D	1
  CATEGORIES=3D	mail ipv6
  =20
MASTER_SITES=3D	=
ftp://ftp.porcupine.org/mirrors/postfix-release/official/ =20
\
  		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) =3D =20
5a0aa5ef6a231a593eb6c5628236a3e4
  MD5 (postfix/ipv6-1.15-pf-2.0.13.patch.gz) =3D =20
29201023f371176af986efbd95eb2392
  MD5 (postfix/tls+ipv6-1.15-pf-2.0.13.patch.gz) =3D =20
227ec4958e5f415024655147df75669a
+MD5 (postfix-2.0.13.v2.patch.gz) =3D 6d68086dce593ef3b17ac00d69a4da0c
diff -u --recursive --new-file postfix.orig/scripts/configure.postfix =20=

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)" =20=

"$status_DB3" \
  DB40		"Berkeley DB4.0 (required if SASL also built with =
DB4.0)" =20
"$status_DB40" \
  DB41		"Berkeley DB4.1 (required if SASL also built with =
DB4.1)" =20
"$status_DB41" \
+VDAQuotas	"VDA Soft-Quotas and Courier-IMAP Compatibility" =20
"$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+=3D	=
-L\${LOCALBASE}/lib -ldb41"
  			echo "DB_SUFFIX=3D	+db41"
  			DB41_SELECTED=3D"YES"
+			;;
+		VDAQuotas)
+			echo "PATCH_SITES+=3D	=
ftp://ftp.oav.net/others/postfix/VDA/"
+			echo "PATCHFILES+=3D	=
postfix-2.0.13.v2.patch.gz"
  			;;
  		MySQL)
  			echo =20
"BUILD_DEPENDS+=3D	=
\${LOCALBASE}/lib/mysql/libmysqlclient.a:\${PORTSDIR}/=20
databases/mysql323-client"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E7C047B4-B147-11D7-9174-000393B64262>