Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/postfix/files: postfix-2.9.3-freebsd9.patch
Date: Thu, 05 Jul 2012 06:15:14
Message-Id: 20120705061504.A02422004C@flycatcher.gentoo.org
1 naota 12/07/05 06:15:04
2
3 Added: postfix-2.9.3-freebsd9.patch
4 Log:
5 Add backport patch to support freebsd9. #421763
6
7 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 mail-mta/postfix/files/postfix-2.9.3-freebsd9.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/files/postfix-2.9.3-freebsd9.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/files/postfix-2.9.3-freebsd9.patch?rev=1.1&content-type=text/plain
14
15 Index: postfix-2.9.3-freebsd9.patch
16 ===================================================================
17 --- src/util/sys_defs.h 2012-01-17 16:29:55.000000000 +0000
18 +++ src/util/sys_defs.h 2012-02-25 15:28:02.000000000 +0000
19 @@ -25,7 +25,7 @@
20 */
21 #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
22 || defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
23 - || defined(FREEBSD8) \
24 + || defined(FREEBSD8) || defined(FREEBSD9) \
25 || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
26 || defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
27 || defined(OPENBSD5) \
28 --- makedefs 2012-01-18 01:19:48.000000000 +0000
29 +++ makedefs 2012-03-05 00:41:47.000000000 +0000
30 @@ -153,6 +153,8 @@
31 ;;
32 FreeBSD.8*) SYSTYPE=FREEBSD8
33 ;;
34 + FreeBSD.9*) SYSTYPE=FREEBSD9
35 + ;;
36 OpenBSD.2*) SYSTYPE=OPENBSD2
37 ;;
38 OpenBSD.3*) SYSTYPE=OPENBSD3