FreeBSD Bugzilla – Attachment 104839 Details for
Bug 145097
[PATCH] mail/postfix26: update to 2.6.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
postfix26.diff
postfix26.diff (text/plain), 3.69 KB, created by
Sahil Tandon
on 2010-03-28 05:20:06 UTC
(
hide
)
Description:
postfix26.diff
Filename:
MIME Type:
Creator:
Sahil Tandon
Created:
2010-03-28 05:20:06 UTC
Size:
3.69 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/mail/postfix26/Makefile,v >retrieving revision 1.155 >diff -u -r1.155 Makefile >--- Makefile 8 Mar 2010 12:20:58 -0000 1.155 >+++ Makefile 28 Mar 2010 03:43:41 -0000 >@@ -6,7 +6,7 @@ > # > > PORTNAME= postfix >-PORTVERSION= 2.6.5 >+PORTVERSION= 2.6.6 > PORTEPOCH= 1 > CATEGORIES= mail ipv6 > MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/mail/postfix26/distinfo,v >retrieving revision 1.106 >diff -u -r1.106 distinfo >--- distinfo 4 Mar 2010 13:52:08 -0000 1.106 >+++ distinfo 28 Mar 2010 03:43:41 -0000 >@@ -1,6 +1,6 @@ >-MD5 (postfix/postfix-2.6.5.tar.gz) = 6b954cfb3eb6141dac1e773281211717 >-SHA256 (postfix/postfix-2.6.5.tar.gz) = 5b5c8d3c98d7dffece1d30ed4dc1cfbd3220842fd626a324ce038d7d795e4102 >-SIZE (postfix/postfix-2.6.5.tar.gz) = 3325444 >+MD5 (postfix/postfix-2.6.6.tar.gz) = 2032102731aee48b4d1541962ecc0438 >+SHA256 (postfix/postfix-2.6.6.tar.gz) = 03b08a4a93065ffd07b2abd1e461575215cc8e0ba90595145c0e2e86ea3f0a36 >+SIZE (postfix/postfix-2.6.6.tar.gz) = 3327136 > MD5 (postfix/postfix-2.6.5-vda-ng.patch.gz) = 43e54d0a1a016b90d15a1bd231e6fa38 > SHA256 (postfix/postfix-2.6.5-vda-ng.patch.gz) = e1c04e9d268dc84832334997e1f593af9877dbd5030708280427a0dc4452e797 > SIZE (postfix/postfix-2.6.5-vda-ng.patch.gz) = 12435 >Index: files/patch-makedefs >=================================================================== >RCS file: /home/ncvs/ports/mail/postfix26/files/patch-makedefs,v >retrieving revision 1.10 >diff -u -r1.10 patch-makedefs >--- files/patch-makedefs 4 Mar 2010 13:52:09 -0000 1.10 >+++ files/patch-makedefs 28 Mar 2010 03:43:41 -0000 >@@ -1,11 +1,9 @@ >---- makedefs.orig 2009-07-17 18:21:25.000000000 -0400 >-+++ makedefs 2009-07-17 18:23:12.000000000 -0400 >-@@ -144,6 +144,10 @@ >+--- makedefs.orig 2010-03-27 22:45:57.000000000 -0400 >++++ makedefs 2010-03-27 22:46:29.000000000 -0400 >+@@ -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/postfix26/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 4 Mar 2010 13:52:09 -0000 1.7 >+++ files/patch-src::util::sys_defs.h 28 Mar 2010 03:43:41 -0000 >@@ -1,22 +1,21 @@ >---- src/util/sys_defs.h.orig 2009-05-11 03:45:27.000000000 +0300 >-+++ src/util/sys_defs.h 2009-07-22 21:26:44.208909929 +0300 >-@@ -25,6 +25,7 @@ >+--- src/util/sys_defs.h.orig 2010-03-27 22:48:21.000000000 -0400 >++++ src/util/sys_defs.h 2010-03-27 22:49:57.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 145097
: 104839