FreeBSD Bugzilla – Attachment 104838 Details for
Bug 145096
[PATCH] mail/postfix25: update to 2.5.10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
postfix25.diff
postfix25.diff (text/plain), 3.70 KB, created by
Sahil Tandon
on 2010-03-28 05:20:06 UTC
(
hide
)
Description:
postfix25.diff
Filename:
MIME Type:
Creator:
Sahil Tandon
Created:
2010-03-28 05:20:06 UTC
Size:
3.70 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/mail/postfix25/Makefile,v >retrieving revision 1.156 >diff -u -r1.156 Makefile >--- Makefile 11 Oct 2009 12:42:35 -0000 1.156 >+++ Makefile 28 Mar 2010 03:39:30 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= postfix >-PORTVERSION= 2.5.9 >+PORTVERSION= 2.5.10 > PORTEPOCH= 2 > CATEGORIES= mail ipv6 > MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/mail/postfix25/distinfo,v >retrieving revision 1.108 >diff -u -r1.108 distinfo >--- distinfo 11 Oct 2009 12:42:35 -0000 1.108 >+++ distinfo 28 Mar 2010 03:39:30 -0000 >@@ -1,6 +1,6 @@ >-MD5 (postfix/postfix-2.5.9.tar.gz) = efede346cebab9075bc91fffc5b5bd13 >-SHA256 (postfix/postfix-2.5.9.tar.gz) = afabcd385d0505a772b7ea72d1087e83b84ebcb554c08f130771c0e761a84f99 >-SIZE (postfix/postfix-2.5.9.tar.gz) = 3160370 >+MD5 (postfix/postfix-2.5.10.tar.gz) = 231e3242df5f41601d88527917de05fd >+SHA256 (postfix/postfix-2.5.10.tar.gz) = d9c746dbc2b8255a445b4527e1d882650a4d571678652f46db2b965329946c5a >+SIZE (postfix/postfix-2.5.10.tar.gz) = 3161540 > MD5 (postfix/postfix-2.5.6-vda-ng.patch.gz) = 83e483795c616abb27fdee5d9886019c > SHA256 (postfix/postfix-2.5.6-vda-ng.patch.gz) = c4e4ff3da5b6bfa2648dc41bbf7ee56c1ba2f62e2c77a7885bc8044a1131f531 > SIZE (postfix/postfix-2.5.6-vda-ng.patch.gz) = 12388 >Index: files/patch-makedefs >=================================================================== >RCS file: /home/ncvs/ports/mail/postfix25/files/patch-makedefs,v >retrieving revision 1.10 >diff -u -r1.10 patch-makedefs >--- files/patch-makedefs 30 Sep 2009 12:50:04 -0000 1.10 >+++ files/patch-makedefs 28 Mar 2010 03:39:30 -0000 >@@ -1,11 +1,9 @@ >---- makedefs.orig 2009-09-27 22:18:56.000000000 -0400 >-+++ makedefs 2009-09-27 22:20:51.000000000 -0400 >-@@ -132,6 +132,10 @@ >+--- makedefs.orig 2010-03-27 23:06:06.000000000 -0400 >++++ makedefs 2010-03-27 23:06:34.000000000 -0400 >+@@ -134,6 +134,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/postfix25/files/patch-src::util::sys_defs.h,v >retrieving revision 1.7 >diff -u -r1.7 patch-src::util::sys_defs.h >--- files/patch-src::util::sys_defs.h 30 Sep 2009 12:50:04 -0000 1.7 >+++ files/patch-src::util::sys_defs.h 28 Mar 2010 03:39:30 -0000 >@@ -1,22 +1,21 @@ >---- src/util/sys_defs.h.orig 2009-09-27 22:22:10.000000000 -0400 >-+++ src/util/sys_defs.h 2009-09-27 22:24:08.000000000 -0400 >-@@ -25,6 +25,7 @@ >+--- src/util/sys_defs.h.orig 2010-03-27 23:07:02.000000000 -0400 >++++ src/util/sys_defs.h 2010-03-27 23:08:50.000000000 -0400 >+@@ -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 >= 800098 /* commit: r194262 */ > +#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 */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 145096
: 104838