Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2008 18:24:10 GMT
From:      Frank Fenor <frank@fenor.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122940: mail/p5-Mail-SpamAssassin does not respect CC
Message-ID:  <200804201824.m3KIOAPg075743@www.freebsd.org>
Resent-Message-ID: <200804201830.m3KIU4Dl003896@freefall.freebsd.org>

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

>Number:         122940
>Category:       ports
>Synopsis:       mail/p5-Mail-SpamAssassin does not respect CC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 20 18:30:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Frank Fenor
>Release:        FreeBSD 7.0-PRERELEASE
>Organization:
>Environment:
FreeBSD konzentrisch.de 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #5: Tue Feb  5 00:33:58 CET 2008
>Description:
mail/p5-Mail-SpamAssassin uses "cc" to build in any case, regardless of what CC is set to.
>How-To-Repeat:

>Fix:
Apply the attached patch.

Patch attached with submission follows:

diff -Nru p5-Mail-SpamAssassin.vanilla/Makefile p5-Mail-SpamAssassin/Makefile
--- p5-Mail-SpamAssassin.vanilla/Makefile	2008-03-29 19:32:47.000000000 +0100
+++ p5-Mail-SpamAssassin/Makefile	2008-04-20 16:24:17.000000000 +0200
@@ -34,6 +34,7 @@
 
 PERL_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+MAKE_ENV+=	CC="${CC}"
 CONFIGURE_ARGS=	SYSCONFDIR="${PREFIX}/etc" \
 	       	CONTACT_ADDRESS="${CONTACT_ADDRESS}" \
 		LOCALSTATEDIR="/var/db/spamassassin"


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804201824.m3KIOAPg075743>