summaryrefslogtreecommitdiff
path: root/mail/postfix211/files/patch-makedefs
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2016-02-28 08:16:49 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2016-02-28 08:16:49 +0000
commite69906ddc509389f4b0b0073ac489b9a14b1ac9c (patch)
tree95e0cd473d276636f7d248fe2e70216d0c58964b /mail/postfix211/files/patch-makedefs
parent- Ignore php7 (diff)
- copy postfix (2.11) -> postfix211
- copy postfix-sasl -> postfix211-sasl - connect new postfix211 ports - remove PERL build dependency (annotate.pl was replaced upstream by annotate.sh)
Notes
Notes: svn path=/head/; revision=409726
Diffstat (limited to 'mail/postfix211/files/patch-makedefs')
-rw-r--r--mail/postfix211/files/patch-makedefs12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/postfix211/files/patch-makedefs b/mail/postfix211/files/patch-makedefs
new file mode 100644
index 000000000000..56b0c3830fb5
--- /dev/null
+++ b/mail/postfix211/files/patch-makedefs
@@ -0,0 +1,12 @@
+--- makedefs.orig 2015-04-19 10:19:57 UTC
++++ makedefs
+@@ -161,6 +161,9 @@ case "$SYSTEM.$RELEASE" in
+ FreeBSD.10*) SYSTYPE=FREEBSD10
+ : ${CC=cc}
+ ;;
++ FreeBSD.11*) SYSTYPE=FREEBSD11
++ : ${CC=cc}
++ ;;
+ DragonFly.*) SYSTYPE=DRAGONFLY
+ ;;
+ OpenBSD.2*) SYSTYPE=OPENBSD2