summaryrefslogtreecommitdiff
path: root/mail/postfix-current/files
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2014-01-21 01:17:26 +0000
committerSahil Tandon <sahil@FreeBSD.org>2014-01-21 01:17:26 +0000
commit050e6f6b71e2a6e2e55453e9928bc3c66ba3f184 (patch)
tree8b4d833af7a88317a98a5c2e10f9d83beac1d15c /mail/postfix-current/files
parentSupport stage (diff)
- Update to Postfix 2.12 Snapshot 20140109
- Set INVALID_BDB_VER [1] - Adopt new LIB_DEPENDS syntax [2] - Add option to support LMDB databases [2] - Modify shell command to quiet warnings on 10+ [3] - Respect upstream Makefile's warning suppression [4] PR: [1]: ports/185446 [2]: ports/185860 [3]: ports/185857 Submitted by: [1]: Eero Hanninen <fax@nohik.ee> [2]: Yasuhiro KIMURA <yasu@utahime.org> [3]: adamw [4]: koobs (via email)
Notes
Notes: svn path=/head/; revision=340536
Diffstat (limited to 'mail/postfix-current/files')
-rw-r--r--mail/postfix-current/files/patch-makedefs10
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/postfix-current/files/patch-makedefs b/mail/postfix-current/files/patch-makedefs
index b5659cdb3911..9840edb972e0 100644
--- a/mail/postfix-current/files/patch-makedefs
+++ b/mail/postfix-current/files/patch-makedefs
@@ -1,15 +1,13 @@
---- makedefs.orig 2013-10-27 03:07:25.000000000 +0000
-+++ makedefs 2013-10-27 03:08:36.000000000 +0000
-@@ -158,7 +158,11 @@
+--- makedefs.orig 2014-01-20 23:24:30.000000000 +0000
++++ makedefs 2014-01-20 23:25:24.000000000 +0000
+@@ -158,6 +158,10 @@
;;
FreeBSD.9*) SYSTYPE=FREEBSD9
;;
-- DragonFly.*) SYSTYPE=DRAGONFLY
+ FreeBSD.10*) SYSTYPE=FREEBSD10
+ ;;
+ FreeBSD.11*) SYSTYPE=FREEBSD11
+ ;;
-+DragonFly.*) SYSTYPE=DRAGONFLY
+ DragonFly.*) SYSTYPE=DRAGONFLY
;;
OpenBSD.2*) SYSTYPE=OPENBSD2
- ;;