diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-11 22:03:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-11 22:03:06 +0000 |
commit | ec97daf6c48fa15771a55727912f6a07fbe2d57b (patch) | |
tree | 38e8b2ca0a6d8411b10b632b617e277e321d4c80 /mail/postfix1/files/patch-makedefs | |
parent | Update to 6.14 and fix distfile fetching. (diff) |
- Update to 1.1.13
- Remove BROKEN to 6.0
- Update patch files to use PATCH_STRIP=-p1
- Backport pkg-message from mail/postfix
PR: ports/84781
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=140852
Diffstat (limited to 'mail/postfix1/files/patch-makedefs')
-rw-r--r-- | mail/postfix1/files/patch-makedefs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/postfix1/files/patch-makedefs b/mail/postfix1/files/patch-makedefs new file mode 100644 index 000000000000..bb10163bb4b2 --- /dev/null +++ b/mail/postfix1/files/patch-makedefs @@ -0,0 +1,13 @@ +--- postfix-1.1.13/makedefs.orig Sat May 4 10:36:23 2002 ++++ postfix-1.1.13/makedefs Wed Aug 10 18:32:53 2005 +@@ -90,6 +90,10 @@ + ;; + FreeBSD.5*) SYSTYPE=FREEBSD5 + ;; ++ FreeBSD.6*) SYSTYPE=FREEBSD5 ++ ;; ++ FreeBSD.7*) SYSTYPE=FREEBSD5 ++ ;; + OpenBSD.2*) SYSTYPE=OPENBSD2 + ;; + OpenBSD.3*) SYSTYPE=OPENBSD3 |