diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-27 02:15:57 +0000 | 
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-11-27 02:15:57 +0000 | 
| commit | 81f580eacad569bd0d69c9f72ff0c7c09dfb70b6 (patch) | |
| tree | 645a638b12e140958730c7ff9b7209da520aa657 /mail/postfix21/scripts/configure.postfix | |
| parent | Apparently the host for the eclipse UML2 packages changed. (diff) | |
[PATCH] mail/postfix: Update to libspf2-2.1.5-5
	update the SPF patch to latest release which fixes bug
	exposed by gcc in FreeBSD 5.3.  it is otherwise identical
	to prior version, so no upgrade is necessary if you have
	it compiled and workign in FreeBSD 4.10 already (thus no
	version bump).
	removed "extra libspf2" patch that tried to work around
	failure of IPv6+TLS patch when used in conjunction with SPF
	patch.  It just doesn't work, and I can't figure out exactly
	what it is supposed to do.  As it was, this would cause
	failures when selecting just the SPF patch.
PR:		ports/74095
Submitted by:	Vivek Khera <vivek@khera.org>
Notes
Notes:
    svn path=/head/; revision=122543
Diffstat (limited to 'mail/postfix21/scripts/configure.postfix')
| -rw-r--r-- | mail/postfix21/scripts/configure.postfix | 9 | 
1 files changed, 3 insertions, 6 deletions
| diff --git a/mail/postfix21/scripts/configure.postfix b/mail/postfix21/scripts/configure.postfix index 211634b7f24f..c559cbf17e74 100644 --- a/mail/postfix21/scripts/configure.postfix +++ b/mail/postfix21/scripts/configure.postfix @@ -1,5 +1,5 @@  #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.56 2004-11-14 19:59:51 pav Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.57 2004-11-27 02:15:57 edwin Exp $  if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then  	exit @@ -210,8 +210,8 @@ while [ "$1" ]; do  		SPF)  			# see http://www.ipnet6.org/postfix/spf/  			echo "LIB_DEPENDS+=	spf2.1:\${PORTSDIR}/mail/libspf2" -			echo "PATCH_SITES+=	ftp://ftp.stack.nl/pub/postfix/spf/p4/" -			echo "PATCHFILES+=	postfix-libspf2-2.1.3-4.patch" +			echo "PATCH_SITES+=	http://www.ipnet6.org/postfix/download/" +			echo "PATCHFILES+=	postfix-libspf2-2.1.5-5.patch"  			echo "PATCH_DIST_STRIP=	-p1"  			echo "POSTFIX_CCARGS+=	-I\${LOCALBASE}/include"  			echo "POSTFIX_AUXLIBS+=	-L\${LOCALBASE}/lib -lspf2" @@ -219,9 +219,6 @@ while [ "$1" ]; do  ##			echo "README+=	SPF_README"  			echo ""  			SUB_SPF="" -			if [ X$SUB_TLS != "X" ]; then -				echo "EXTRA_PATCHES+=	${FILESDIR}/extra-libspf2_and_tls.patch" -			fi  			;;  		IPv6)  			if [ X$SUB_TLS = "X" ]; then | 
