mail/p5-Mail-SpamAssassin uses "cc" to build in any case, regardless of what CC is set to. Fix: Apply the attached patch. Patch attached with submission follows:
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Approved, looks good as is. Thanks. doesn't need a portversion bump. -- Michael Scheidell, CTO Main: 561-999-5000, Office: 561-939-7259 > *| *SECNAP Network Security Corporation Winner 2008 Technosium hot company award. www.technosium.com/hotcompanies/ <http://www.technosium.com/hotcompanies/> _________________________________________________________________________ This email has been scanned and certified safe by SpammerTrap(tm). For Information please see http://www.spammertrap.com _________________________________________________________________________
State Changed From-To: feedback->open Maintainer approved.
State Changed From-To: open->closed make CC=gcc shows it uses gcc instead of cc. So, I will close this PR as this port already respects CC.
Responsible Changed From-To: freebsd-ports-bugs->rafan I will take it.
rafan 2008-04-24 08:43:27 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamAssassin Makefile Log: - Pass CC via MAKE_ENV to fix the case when users do something like this .if ${.CURDIR:M/usr/ports/*} && !${.CURDIR:M*/work/*} CC= gcc .endif in /etc/make.conf (this port uses CC to build WRKSRC/spamc). PR: ports/122940 Submitted by: Frank Fenor <frank at fenor.de> Approved by: maintainer Revision Changes Path 1.116 +1 -0 ports/mail/p5-Mail-SpamAssassin/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"