diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-10-22 18:50:27 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-10-22 18:50:27 +0000 |
commit | 2430edd76dde9ec8f26837474e38981357766ebc (patch) | |
tree | bc2b5c295318f1af75e8f377ad25ffed912362c2 /mail/postfix-current/files/patch-makedefs | |
parent | - Update to 2.4.6 (diff) |
- Update to 2.5-20071006
- Teach postfix to 8.0 [1]
PR: 117304 [1]
Submitted by: Oliver Peter <hoschi___mouhaha.de> [1]
Notes
Notes:
svn path=/head/; revision=201763
Diffstat (limited to 'mail/postfix-current/files/patch-makedefs')
-rw-r--r-- | mail/postfix-current/files/patch-makedefs | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/mail/postfix-current/files/patch-makedefs b/mail/postfix-current/files/patch-makedefs index a630cc9002d1..e2c3ef21120f 100644 --- a/mail/postfix-current/files/patch-makedefs +++ b/mail/postfix-current/files/patch-makedefs @@ -1,12 +1,10 @@ ---- makedefs.orig Thu Mar 31 22:55:18 2005 -+++ makedefs Wed Jul 13 17:40:42 2005 -@@ -116,6 +116,10 @@ +--- makedefs.orig 2007-08-19 11:28:11.000000000 -0300 ++++ makedefs 2007-10-22 16:37:52.000000000 -0200 +@@ -132,6 +132,8 @@ ;; - FreeBSD.5*) SYSTYPE=FREEBSD5 + FreeBSD.7*) SYSTYPE=FREEBSD7 ;; -+ FreeBSD.6*) SYSTYPE=FREEBSD5 -+ ;; -+ FreeBSD.7*) SYSTYPE=FREEBSD5 ++ FreeBSD.8*) SYSTYPE=FREEBSD7 + ;; OpenBSD.2*) SYSTYPE=OPENBSD2 ;; |