aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2009-07-30 00:21:14 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2009-07-30 00:21:14 +0000
commit692d72e08b119e2c6bb7ec1efe23d9645da2a4b9 (patch)
tree1d03a8fdd9e0372a277bd2025eacb1ba547ee0e3 /mail/postfix-current
parent58ce5c515fe6f069886f5c276fcc7ea045d9f099 (diff)
Notes
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile2
-rw-r--r--mail/postfix-current/distinfo6
-rw-r--r--mail/postfix-current/files/patch-src__util__sys_defs.h13
3 files changed, 17 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 8a9bd95527f5..254aac040427 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= postfix
-DISTVERSION= 2.7-20090607
+DISTVERSION= 2.7-20090712
PORTEPOCH= 4
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo
index 3554876fa8da..27c9a0ace3fb 100644
--- a/mail/postfix-current/distinfo
+++ b/mail/postfix-current/distinfo
@@ -1,3 +1,3 @@
-MD5 (postfix/postfix-2.7-20090607.tar.gz) = 6d3e1986f6b3a49c5302e6cbd5138746
-SHA256 (postfix/postfix-2.7-20090607.tar.gz) = 464403c2581d53ef8deefcc49d67be64aa6c428ca8dfb137961581c5b333d392
-SIZE (postfix/postfix-2.7-20090607.tar.gz) = 3335022
+MD5 (postfix/postfix-2.7-20090712.tar.gz) = da8622117dbf6460735218d0d024bedb
+SHA256 (postfix/postfix-2.7-20090712.tar.gz) = 49c5ae060cdf304eb273071f53a2c55131275632de0d2db803dce5e7b83eb918
+SIZE (postfix/postfix-2.7-20090712.tar.gz) = 3335421
diff --git a/mail/postfix-current/files/patch-src__util__sys_defs.h b/mail/postfix-current/files/patch-src__util__sys_defs.h
new file mode 100644
index 000000000000..22119b906d2f
--- /dev/null
+++ b/mail/postfix-current/files/patch-src__util__sys_defs.h
@@ -0,0 +1,13 @@
+--- src/util/sys_defs.h.orig 2009-07-29 16:58:28.000000000 -0300
++++ src/util/sys_defs.h 2009-07-29 16:59:15.000000000 -0300
+@@ -110,6 +110,10 @@
+ #define HAS_DUPLEX_PIPE /* 4.1 breaks with kqueue(2) */
+ #endif
+
++#if (__FreeBSD_version >= 702104 && __FreeBSD_version < 800000) || (__FreeBSD_version >= 800099)
++#define HAS_CLOSEFROM
++#endif
++
+ /* OpenBSD version is year+month */
+
+ #if OpenBSD >= 199805 /* XXX */