View | Details | Raw Unified | Return to bug 155176
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	postfix
8
PORTNAME=	postfix
9
DISTVERSION=	2.9-20110219
9
DISTVERSION=	2.9-20110228
10
PORTEPOCH=	4
10
PORTEPOCH=	4
11
CATEGORIES=	mail ipv6
11
CATEGORIES=	mail ipv6
12
MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
12
MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (postfix/postfix-2.9-20110219.tar.gz) = 0146816869862f86243cd05a61d8cf319c95c2a9d40c9fe193998944b3dec7d9
1
SHA256 (postfix/postfix-2.9-20110228.tar.gz) = a792eb21e95f19d572ac77c546d2b093865f34952023d6b6680c07a9d687a7b2
2
SIZE (postfix/postfix-2.9-20110219.tar.gz) = 3651218
2
SIZE (postfix/postfix-2.9-20110228.tar.gz) = 3653686
(-)files/patch-src__util__sys_defs.h (-12 / +2 lines)
Lines 1-5 Link Here
1
--- src/util/sys_defs.h.orig	2009-12-03 22:30:03.000000000 -0200
1
--- src/util/sys_defs.h.orig	2011-03-01 19:35:19.000000000 -0500
2
+++ src/util/sys_defs.h	2009-12-03 22:31:51.000000000 -0200
2
+++ src/util/sys_defs.h	2011-03-01 19:36:54.000000000 -0500
3
@@ -25,7 +25,7 @@
3
@@ -25,7 +25,7 @@
4
   */
4
   */
5
 #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
5
 #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
Lines 9-21 Link Here
9
     || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
9
     || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
10
     || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
10
     || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
11
     || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \
11
     || defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \
12
@@ -111,7 +111,8 @@
13
 #define HAS_DUPLEX_PIPE			/* 4.1 breaks with kqueue(2) */
14
 #endif
15
 
16
-#if __FreeBSD_version >= 800107		/* safe; don't believe the experts */
17
+#if (__FreeBSD_version >= 702104 && __FreeBSD_version <= 800000) \
18
+	|| __FreeBSD_version >= 800100
19
 #define HAS_CLOSEFROM
20
 #endif
21
 

Return to bug 155176