summaryrefslogtreecommitdiff
path: root/mail/postfix27/files/patch-makedefs
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2009-07-22 19:46:39 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2009-07-22 19:46:39 +0000
commit0b6a009ebf244658dd5131a9357c98d17bc74662 (patch)
tree185d4d77ca086809ffe3769b0551537e82ee300b /mail/postfix27/files/patch-makedefs
parent- Fix PATH in example and man file (diff)
Now that closefrom() has been merged to 7.X too, we have to patch sys_defs.h
of Postfix to use closefrom() for __FreeBSD_version >= 702104 too. Submitted by: Sahil Tandon, sahil at tandon.net (maintainer) Tested by: wxs (7.X), keramida (head)
Notes
Notes: svn path=/head/; revision=238212
Diffstat (limited to 'mail/postfix27/files/patch-makedefs')
-rw-r--r--mail/postfix27/files/patch-makedefs6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix27/files/patch-makedefs b/mail/postfix27/files/patch-makedefs
index 98ef2a03dbc8..0379a3aa9b54 100644
--- a/mail/postfix27/files/patch-makedefs
+++ b/mail/postfix27/files/patch-makedefs
@@ -1,10 +1,10 @@
---- makedefs.orig 2009-05-11 17:26:46.000000000 -0400
-+++ makedefs 2009-05-11 17:26:46.000000000 -0400
+--- makedefs.orig 2009-07-17 18:21:25.000000000 -0400
++++ makedefs 2009-07-17 18:23:12.000000000 -0400
@@ -144,6 +144,8 @@
;;
FreeBSD.7*) SYSTYPE=FREEBSD7
;;
-+ FreeBSD.8*) SYSTYPE=FREEBSD7
++ FreeBSD.8*) SYSTYPE=FREEBSD8
+ ;;
OpenBSD.2*) SYSTYPE=OPENBSD2
;;