Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  1 Feb 2011 17:39:11 +0100 (CET)
From:      Martin Matuska <mm@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sahil@FreeBSD.org
Subject:   ports/154465: [PATCH] mail/postfix: unbreak SPF with 2.8.0
Message-ID:  <20110202134055.97BEA8436C@mail2.vx.sk>
Resent-Message-ID: <201102021350.p12Do7ge032649@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154465
>Category:       ports
>Synopsis:       [PATCH] mail/postfix: unbreak SPF with 2.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 02 13:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD neo.vx.sk 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #1 r217725M: Sat Jan 22 22:59:27 CET
>Description:
Unbreak SPF with new patch (2.8.0)

Port maintainer (sahil@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- postfix-2.8.0,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/postfix/Makefile,v
retrieving revision 1.165
diff -u -r1.165 Makefile
--- Makefile	24 Jan 2011 23:38:40 -0000	1.165
+++ Makefile	1 Feb 2011 16:38:14 -0000
@@ -163,11 +163,10 @@
 .endif
 
 .if defined(WITH_SPF)
-BROKEN=			At the moment, SPF support is unavailable for ${PORTNAME}-${DISTVERSION}
 LIB_DEPENDS+=		spf2.3:${PORTSDIR}/mail/libspf2
 PATCH_SITES+=		${MASTER_SITE_LOCAL}
 PATCH_SITE_SUBDIR=	mm
-PATCHFILES+=		postfix-2.7.1-libspf2-1.2.x-4.patch.gz
+PATCHFILES+=		postfix-2.8.0-libspf2-1.2.x-0.patch.gz
 PATCH_DIST_STRIP=	-p1
 POSTFIX_CCARGS+=	-DHAVE_NS_TYPE -DHAS_SPF -I${LOCALBASE}/include
 POSTFIX_AUXLIBS+=	-L${LOCALBASE}/lib -lspf2
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/postfix/distinfo,v
retrieving revision 1.112
diff -u -r1.112 distinfo
--- distinfo	24 Jan 2011 23:38:40 -0000	1.112
+++ distinfo	1 Feb 2011 16:38:14 -0000
@@ -1,2 +1,4 @@
 SHA256 (postfix/postfix-2.8.0.tar.gz) = 4b6c44601e2ed591b0863ddac43fbe04e30caf9ae0ec65089cb13e9a92aa37ed
 SIZE (postfix/postfix-2.8.0.tar.gz) = 3643132
+SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc
+SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191
--- postfix-2.8.0,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110202134055.97BEA8436C>