Bug 122940 - mail/p5-Mail-SpamAssassin does not respect CC
Summary: mail/p5-Mail-SpamAssassin does not respect CC
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-20 19:30 UTC by Frank
Modified: 2008-04-24 09:50 UTC (History)
0 users

See Also:


Attachments
file.diff (443 bytes, patch)
2008-04-20 19:30 UTC, Frank
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank 2008-04-20 19:30:04 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-20 19:30:31 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Michael Scheidell 2008-04-20 20:54:50 UTC
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
_________________________________________________________________________
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2008-04-20 21:14:53 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 4 Rong-En Fan freebsd_committer freebsd_triage 2008-04-22 04:21:03 UTC
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. 


Comment 5 Rong-En Fan freebsd_committer freebsd_triage 2008-04-22 04:21:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I will take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2008-04-24 09:43:35 UTC
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"