aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix25
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-11-05 16:53:01 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-11-05 16:53:01 +0000
commit70c8dd6023c109510f73df8b7d31626a63a2c473 (patch)
treee0fbfe0b50e83facb8d9f31106408594b3746e7b /mail/postfix25
parent2f742c1366c12d34c3e9a82db5ab8177037db3f1 (diff)
- Fix build on FreeBSD 10
Notes
Notes: svn path=/head/; revision=285095
Diffstat (limited to 'mail/postfix25')
-rw-r--r--mail/postfix25/distinfo2
-rw-r--r--mail/postfix25/files/patch-makedefs8
-rw-r--r--mail/postfix25/files/patch-src::util::sys_defs.h2
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix25/distinfo b/mail/postfix25/distinfo
index 3be62f7fac91..f01cd4cf45a3 100644
--- a/mail/postfix25/distinfo
+++ b/mail/postfix25/distinfo
@@ -1,4 +1,2 @@
SHA256 (postfix/postfix-2.5.15.tar.gz) = 384c9de6b6664a87e421f8120377102f4e39ee550045b53427ae8ca5d70339c4
SIZE (postfix/postfix-2.5.15.tar.gz) = 3167712
-SHA256 (postfix/postfix-2.5.6-vda-ng.patch.gz) = c4e4ff3da5b6bfa2648dc41bbf7ee56c1ba2f62e2c77a7885bc8044a1131f531
-SIZE (postfix/postfix-2.5.6-vda-ng.patch.gz) = 12388
diff --git a/mail/postfix25/files/patch-makedefs b/mail/postfix25/files/patch-makedefs
index 0991d7c881e1..5e222a30f2f7 100644
--- a/mail/postfix25/files/patch-makedefs
+++ b/mail/postfix25/files/patch-makedefs
@@ -1,11 +1,13 @@
---- makedefs.orig 2010-03-27 23:06:06.000000000 -0400
-+++ makedefs 2010-03-27 23:06:34.000000000 -0400
-@@ -134,6 +134,8 @@
+--- makedefs.orig 2011-06-15 22:36:37.000000000 +0000
++++ makedefs 2011-11-06 00:37:30.699815339 +0000
+@@ -146,6 +146,10 @@
;;
FreeBSD.8*) SYSTYPE=FREEBSD8
;;
+ FreeBSD.9*) SYSTYPE=FREEBSD9
+ ;;
++ FreeBSD.10*) SYSTYPE=FREEBSD10
++ ;;
OpenBSD.2*) SYSTYPE=OPENBSD2
;;
OpenBSD.3*) SYSTYPE=OPENBSD3
diff --git a/mail/postfix25/files/patch-src::util::sys_defs.h b/mail/postfix25/files/patch-src::util::sys_defs.h
index 15c466e01518..a13c320759ff 100644
--- a/mail/postfix25/files/patch-src::util::sys_defs.h
+++ b/mail/postfix25/files/patch-src::util::sys_defs.h
@@ -5,7 +5,7 @@
#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
|| defined(FREEBSD5) || defined(FREEBSD6) || defined(FREEBSD7) \
- || defined(FREEBSD8) \
-+ || defined(FREEBSD8) || defined(FREEBSD9) \
++ || defined(FREEBSD8) || defined(FREEBSD9) || defined(FREEBSD10) \
|| defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
|| defined(OPENBSD2) || defined(OPENBSD3) || defined(OPENBSD4) \
|| defined(NETBSD1) || defined(NETBSD2) || defined(NETBSD3) \