ports/123180: [patch] mail/milter-greylist add optional URL checks

Michael Stowe mstowe at chicago.us.mensa.org
Mon Apr 28 20:50:03 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list