diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-10-22 18:39:39 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-10-22 18:39:39 +0000 |
commit | bb970e52a05463c411c9e660b2f8a00c4aca8e18 (patch) | |
tree | 3c9817e66a75866660a62fe32ce1775a325db682 /mail/postfix24/files/patch-makedefs | |
parent | Update to 2.8.8 (diff) |
- Update to 2.4.6
- Update VDA patch to 2.4.5
- Teach postfix to 8.0 [1]
PR: 117304 [1]
Submitted by: Oliver Peter <hoschi___mouhaha.de> [1]
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=201762
Diffstat (limited to 'mail/postfix24/files/patch-makedefs')
-rw-r--r-- | mail/postfix24/files/patch-makedefs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix24/files/patch-makedefs b/mail/postfix24/files/patch-makedefs index a630cc9002d1..5b231457530b 100644 --- a/mail/postfix24/files/patch-makedefs +++ b/mail/postfix24/files/patch-makedefs @@ -1,12 +1,12 @@ ---- makedefs.orig Thu Mar 31 22:55:18 2005 -+++ makedefs Wed Jul 13 17:40:42 2005 -@@ -116,6 +116,10 @@ +--- makedefs.orig 2007-03-24 10:30:18.000000000 -0300 ++++ makedefs 2007-10-22 16:18:48.000000000 -0200 +@@ -130,6 +130,10 @@ ;; - FreeBSD.5*) SYSTYPE=FREEBSD5 + FreeBSD.6*) SYSTYPE=FREEBSD6 ;; -+ FreeBSD.6*) SYSTYPE=FREEBSD5 ++ FreeBSD.7*) SYSTYPE=FREEBSD6 + ;; -+ FreeBSD.7*) SYSTYPE=FREEBSD5 ++ FreeBSD.8*) SYSTYPE=FREEBSD6 + ;; OpenBSD.2*) SYSTYPE=OPENBSD2 ;; |