diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2009-09-27 16:54:58 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2009-09-27 16:54:58 +0000 |
commit | ce5abe443c15a1aa2d26c1cbb54dbf4cf48e6195 (patch) | |
tree | 7b73aa0b29daecc61f6e1025d0dfd9d5366bccf6 /mail/postfix-current/files/patch-makedefs | |
parent | - Mark as BROKEN on !i386. (diff) |
- Fixed build to FreeBSD 9.
- Mark as jobs safe.
PR: 138916
Submitted by: Sylvio Cesar <scjamorim___bsd.com.br>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=242172
Diffstat (limited to 'mail/postfix-current/files/patch-makedefs')
-rw-r--r-- | mail/postfix-current/files/patch-makedefs | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/postfix-current/files/patch-makedefs b/mail/postfix-current/files/patch-makedefs index e2c3ef21120f..2c6f01dc0379 100644 --- a/mail/postfix-current/files/patch-makedefs +++ b/mail/postfix-current/files/patch-makedefs @@ -1,10 +1,12 @@ ---- makedefs.orig 2007-08-19 11:28:11.000000000 -0300 -+++ makedefs 2007-10-22 16:37:52.000000000 -0200 -@@ -132,6 +132,8 @@ +--- makedefs.orig 2009-05-11 18:26:46.000000000 -0300 ++++ makedefs 2009-09-15 10:27:12.000000000 -0300 +@@ -144,6 +144,10 @@ ;; FreeBSD.7*) SYSTYPE=FREEBSD7 ;; -+ FreeBSD.8*) SYSTYPE=FREEBSD7 ++ FreeBSD.8*) SYSTYPE=FREEBSD8 ++ ;; ++ FreeBSD.9*) SYSTYPE=FREEBSD9 + ;; OpenBSD.2*) SYSTYPE=OPENBSD2 ;; |