summaryrefslogtreecommitdiffstats
path: root/mail/postfix-current
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-08-31 01:41:19 +0000
committerdwcjr <dwcjr@FreeBSD.org>2001-08-31 01:41:19 +0000
commit85d809ce8d4d8adfdeeb472007c70de3c689c625 (patch)
tree51f7b293f95a07a021d464dfd050094aa142ac40 /mail/postfix-current
parent16b04088217cd651553bdffe0ea280209f8666b7 (diff)
downloadFreeBSD-ports-85d809ce8d4d8adfdeeb472007c70de3c689c625.zip
FreeBSD-ports-85d809ce8d4d8adfdeeb472007c70de3c689c625.tar.gz
Mark IPv6 broken because kame hasn't updated their patches in 6
months for the development version and has been holding this port from being upgraded
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/scripts/configure.postfix5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix
index 7975ba3..15ad039 100644
--- a/mail/postfix-current/scripts/configure.postfix
+++ b/mail/postfix-current/scripts/configure.postfix
@@ -114,6 +114,9 @@ while [ "$1" ]; do
SUB_TEST=""
;;
\"IPv6\")
+ /usr/bin/dialog --msgbox "IPv6 is currently broken until kame updates patches" 5 60 > /dev/stderr
+ rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
+ exit 1
if [ `uname -m` != "i386" ]; then
/usr/bin/dialog --msgbox "IPv6 patch currently only supported on i386!" 5 60 > /dev/stderr
rm -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
@@ -126,7 +129,7 @@ while [ "$1" ]; do
fi
echo "PATCH_SITES+= ftp://ftp.kame.net/pub/kame/misc/"
echo "PATCH_SITES+= \${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/kame/misc/&,}"
- echo "PATCHFILES+= postfix-20010228pl02-v6-20010515a.diff.gz"
+ echo "PATCHFILES+= postfix-20010225snap-v6-20010228a.diff.gz"
echo "PATCH_DIST_STRIP= -p1"
echo ""
;;
OpenPOWER on IntegriCloud