Date: Mon, 16 Nov 2009 21:10:02 -0500 (EST) From: Sahil Tandon <sahil@tandon.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: marcus+freebsd@sbh.eng.br Subject: ports/140620: [PATCH] mail/postfix-current: update to 2.7-20091115 Message-ID: <20091117021002.6C0B717083@spartan.hamla.org> Resent-Message-ID: <200911170220.nAH2K0vA098345@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140620 >Category: ports >Synopsis: [PATCH] mail/postfix-current: update to 2.7-20091115 >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: Tue Nov 17 02:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 2.7-20091115 - This PR supersedes ports/140498 >How-To-Repeat: >Fix: --- postfix-current.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/postfix-current/Makefile,v retrieving revision 1.240 diff -u -r1.240 Makefile --- Makefile 11 Oct 2009 02:27:31 -0000 1.240 +++ Makefile 17 Nov 2009 01:57:15 -0000 @@ -6,7 +6,7 @@ # PORTNAME= postfix -DISTVERSION= 2.7-20091008 +DISTVERSION= 2.7-20091115 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/mail/postfix-current/distinfo,v retrieving revision 1.175 diff -u -r1.175 distinfo --- distinfo 11 Oct 2009 02:27:31 -0000 1.175 +++ distinfo 17 Nov 2009 01:57:15 -0000 @@ -1,3 +1,3 @@ -MD5 (postfix/postfix-2.7-20091008.tar.gz) = 54f97e2c4b60c5e437c370d4094de6df -SHA256 (postfix/postfix-2.7-20091008.tar.gz) = cc49842feb624a4c664a76a62a5ba8aa13171513b34d1166437bd6c2fe3e4474 -SIZE (postfix/postfix-2.7-20091008.tar.gz) = 3386798 +MD5 (postfix/postfix-2.7-20091115.tar.gz) = 0c3e66ea89dcf1a97584b367976cbc5c +SHA256 (postfix/postfix-2.7-20091115.tar.gz) = 4934334876f1340039a47ee850029c0c3a98ce8ec7df295b950bdd02aa7803b6 +SIZE (postfix/postfix-2.7-20091115.tar.gz) = 3382541 Index: files/patch-makedefs =================================================================== RCS file: /home/ncvs/ports/mail/postfix-current/files/patch-makedefs,v retrieving revision 1.4 diff -u -r1.4 patch-makedefs --- files/patch-makedefs 27 Sep 2009 16:54:58 -0000 1.4 +++ files/patch-makedefs 17 Nov 2009 01:57:16 -0000 @@ -1,11 +1,9 @@ ---- makedefs.orig 2009-05-11 18:26:46.000000000 -0300 -+++ makedefs 2009-09-15 10:27:12.000000000 -0300 -@@ -144,6 +144,10 @@ +--- makedefs.orig 2009-11-09 19:44:41.000000000 -0500 ++++ makedefs 2009-11-13 18:55:18.000000000 -0500 +@@ -146,6 +146,8 @@ ;; - FreeBSD.7*) SYSTYPE=FREEBSD7 + FreeBSD.8*) SYSTYPE=FREEBSD8 ;; -+ FreeBSD.8*) SYSTYPE=FREEBSD8 -+ ;; + FreeBSD.9*) SYSTYPE=FREEBSD9 + ;; OpenBSD.2*) SYSTYPE=OPENBSD2 Index: files/patch-src__util__sys_defs.h =================================================================== RCS file: /home/ncvs/ports/mail/postfix-current/files/patch-src__util__sys_defs.h,v retrieving revision 1.2 diff -u -r1.2 patch-src__util__sys_defs.h --- files/patch-src__util__sys_defs.h 27 Sep 2009 16:54:58 -0000 1.2 +++ files/patch-src__util__sys_defs.h 17 Nov 2009 01:57:16 -0000 @@ -1,22 +1,21 @@ ---- src/util/sys_defs.h.orig 2009-06-07 15:47:59.000000000 -0300 -+++ src/util/sys_defs.h 2009-09-27 16:30:18.000000000 -0300 -@@ -25,6 +25,7 @@ +--- src/util/sys_defs.h.orig 2009-11-16 20:47:20.000000000 -0500 ++++ src/util/sys_defs.h 2009-11-16 20:53:27.000000000 -0500 +@@ -25,7 +25,7 @@ */ #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \ || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \ +- || defined(FREEBSD8) \ + || defined(FREEBSD8) || defined(FREEBSD9) \ || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \ || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \ || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \ -@@ -110,6 +111,11 @@ +@@ -111,7 +111,8 @@ #define HAS_DUPLEX_PIPE /* 4.1 breaks with kqueue(2) */ #endif +-#if __FreeBSD_version >= 800107 /* safe; don't believe the experts */ +#if (__FreeBSD_version >= 702104 && __FreeBSD_version <= 800000) \ + || __FreeBSD_version >= 800100 -+#define HAS_CLOSEFROM -+#endif -+ - /* OpenBSD version is year+month */ + #define HAS_CLOSEFROM + #endif - #if OpenBSD >= 199805 /* XXX */ --- postfix-current.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091117021002.6C0B717083>