Date: Mon, 28 Apr 2008 15:42:12 -0500 (CDT) From: Michael Stowe <mstowe@chicago.us.mensa.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/123180: [patch] mail/milter-greylist add optional URL checks Message-ID: <200804282042.m3SKgCs8096679@baddomain.com> Resent-Message-ID: <200804282050.m3SKo2Nl007827@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123180 >Category: ports >Synopsis: [patch] mail/milter-greylist add optional URL checks >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 28 20:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Michael Stowe >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD baddomain.com 7.0-STABLE FreeBSD 7.0-STABLE #20: Thu Apr 10 13:52:50 CDT 2008 root@baddomain.com:/usr/obj/usr/src/sys/STOWE i386 >Description: Updates Makefile to optionally include curl dependency for milter-greylist URL checking >How-To-Repeat: >Fix: --- milter-greylist.diff begins here --- diff -ruN milter-greylist.old/Makefile milter-greylist/Makefile --- milter-greylist.old/Makefile 2008-04-25 14:15:33.000000000 -0500 +++ milter-greylist/Makefile 2008-04-28 15:32:11.000000000 -0500 @@ -67,6 +67,10 @@ BUILD_DEPENDS+= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP CONFIGURE_ARGS+= --with-libGeoIP=${LOCALBASE} .endif +.if defined(WITH_CURL) +BUILD_DEPENDS+= curl>=7.18:${PORTSDIR}/ftp/curl +CONFIGURE_ARGS+= --with-curl=${LOCALBASE} +.endif RUN_DEPENDS+= ${BUILD_DEPENDS} BUILD_DEPENDS+= ${_MILT_DEP} --- milter-greylist.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804282042.m3SKgCs8096679>