ports/165935: [patch] fix WITH_RAZOR dependency for ports/mail/P5-Mail-SpamAssassin

Helge Oldach ports-mail-spamass at oldach.net
Sun Mar 11 16:30:10 UTC 2012


>Number:         165935
>Category:       ports
>Synopsis:       [patch] fix WITH_RAZOR dependency for ports/mail/P5-Mail-SpamAssassin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 11 16:30:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Helge Oldach
>Release:        FreeBSD 8.2-1089 i386
>Organization:
>Environment:

System: FreeBSD localhost 8.2-1089 FreeBSD 8.2-1089 #0: Sat Feb 11 13:08:00 CET 2012 toor at localhost:/usr/obj/usr/src/sys/HMO i386

>Description:

The WITH_RAZOR dependency was lost during the recent perl5.8 / perl5.10
cleanup. Today, SpamAssassin is dependant on mail/razor-agents
unconditionally, which effectively removes functionality from the
WITH_RAZOR knob. See trivial fix below which restores the accidentally
deleted Makefile text.

>How-To-Repeat:

>Fix:

--- Makefile.ctm	2012-03-09 07:49:27.000000000 +0100
+++ Makefile	2012-03-11 17:11:44.000000000 +0100
@@ -104,7 +104,9 @@
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
 .endif
 
+.if defined(WITH_RAZOR)
 RUN_DEPENDS+=	razor-agents>=2.84:${PORTSDIR}/mail/razor-agents
+.endif
 
 .if defined(WITH_DKIM)
 RUN_DEPENDS+=	${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL

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



More information about the freebsd-ports-bugs mailing list