From e69906ddc509389f4b0b0073ac489b9a14b1ac9c Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Sun, 28 Feb 2016 08:16:49 +0000 Subject: - 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) --- mail/postfix211/files/patch-makedefs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mail/postfix211/files/patch-makedefs (limited to 'mail/postfix211/files/patch-makedefs') 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 -- cgit v1.2.3