Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Oct 2005 16:06:04 +0400 (MSD)
From:      Oleg Sharoiko <os@rsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        aragorn+ports@babasse.net
Subject:   ports/88028: [patch] fix dependency for mail/milter-greylist
Message-ID:  <200510261206.j9QC64vn012191@brain.cc.rsu.ru>
Resent-Message-ID: <200510261210.j9QCAJ3j000894@freefall.freebsd.org>

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

>Number:         88028
>Category:       ports
>Synopsis:       [patch] fix dependency for mail/milter-greylist
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 26 12:10:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Sharoiko
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Computer Center of Rostov State University
>Environment:
System: FreeBSD brain.cc.rsu.ru 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu May 26 17:48:07 MSD 2005 os@brain.cc.rsu.ru:/usr/obj/usr/src/sys/brain.athlon-xp.RELENG_5.2005-05-26 i386


	
>Description:
	API in new version of mail/libspf2 has changed and become
incompatible with older versions. Building milter-greylist is
broken with new version of libspf. Older version is available as
mail/libspf2-10

>How-To-Repeat:
cd /usr/ports/mail/milter-greylist
make

>Fix:

--- milter-greylist.patch begins here ---
--- Makefile.orig	Wed Oct 26 15:43:35 2005
+++ Makefile	Wed Oct 26 15:43:43 2005
@@ -58,7 +58,7 @@
 .if ${OSVERSION} < 502102
 IGNORE=		Using libspf2 requires a thread safe resolver
 .else
-BUILD_DEPENDS+=	${LOCALBASE}/lib/libspf2.so:${PORTSDIR}/mail/libspf2
+BUILD_DEPENDS+=	${LOCALBASE}/lib/libspf2.so:${PORTSDIR}/mail/libspf2-10
 CONFIGURE_ARGS+=	--with-libspf2=${LOCALBASE}
 .endif
 .endif
--- milter-greylist.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?200510261206.j9QC64vn012191>