aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2009-07-30 08:21:14 +0800
committermnag <mnag@FreeBSD.org>2009-07-30 08:21:14 +0800
commitd3872179baf3ee996fa3fb184130eccc6a1449d8 (patch)
tree7ef3010829ae862f14c55bc1bd229c35bb120ffa
parent546baf2352bc0ca7ccbec167306cd3aea9261fd6 (diff)
downloadfreebsd-ports-gnome-d3872179baf3ee996fa3fb184130eccc6a1449d8.tar.gz
freebsd-ports-gnome-d3872179baf3ee996fa3fb184130eccc6a1449d8.tar.zst
freebsd-ports-gnome-d3872179baf3ee996fa3fb184130eccc6a1449d8.zip
- Update to 2.7-20090712
- Fix build with new closefrom(2) Reported by: Jorge Medina <jorge__bsdchile.cl>
-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 */