ports/88028: [patch] fix dependency for mail/milter-greylist
Oleg Sharoiko
os at rsu.ru
Wed Oct 26 12:10:25 UTC 2005
>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 at 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:
More information about the freebsd-ports-bugs
mailing list