diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-07-30 03:39:18 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-07-30 03:39:18 +0000 |
commit | b38c6b674796c12084a0a0c0b2c11dfe26970919 (patch) | |
tree | 5af34d64c5210397d0b2224dc054764a9c6744b1 /mail/postfix-current/files/patch-makedefs | |
parent | Fix mishandling of root/all case. (diff) |
- Update to 2.8-20100707
- Fix whitespace in Makefile header
- Refactor port to ease maintenance (adopted from mail/postfix)
- Remove unnecessary patches
- Add option to install into base
PR: ports/147732
Submitted by: olli hauer <ohauer@gmx.de>
Approved by: maintainer timeout (> 14 days)
Diffstat (limited to 'mail/postfix-current/files/patch-makedefs')
-rw-r--r-- | mail/postfix-current/files/patch-makedefs | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/postfix-current/files/patch-makedefs b/mail/postfix-current/files/patch-makedefs index 2c6f01dc0379..142224ad1331 100644 --- a/mail/postfix-current/files/patch-makedefs +++ b/mail/postfix-current/files/patch-makedefs @@ -1,11 +1,9 @@ ---- makedefs.orig 2009-05-11 18:26:46.000000000 -0300 -+++ makedefs 2009-09-15 10:27:12.000000000 -0300 -@@ -144,6 +144,10 @@ +--- makedefs.orig 2010-07-27 19:35:56.000000000 -0400 ++++ makedefs 2010-07-27 19:36:28.000000000 -0400 +@@ -146,6 +146,8 @@ ;; - FreeBSD.7*) SYSTYPE=FREEBSD7 + FreeBSD.8*) SYSTYPE=FREEBSD8 ;; -+ FreeBSD.8*) SYSTYPE=FREEBSD8 -+ ;; + FreeBSD.9*) SYSTYPE=FREEBSD9 + ;; OpenBSD.2*) SYSTYPE=OPENBSD2 |