Bug 122942

Summary: security/tlswrap does not respect CC
Product: Ports & Packages Reporter: Frank <frank>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Frank 2008-04-20 19:30:04 UTC
security/tlswrap 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:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-28 02:23:46 UTC
araujo      2008-04-28 01:23:42 UTC

  FreeBSD ports repository

  Modified files:
    security/tlswrap     Makefile 
  Log:
  - Uses "CC" to build in any case, regardless of what CC is set to.
  - Bump PORTREVISION.
  
  PR:             ports/122942
  Submitted by:   Frank Fenor <frank@fenor.de>
  
  Revision  Changes    Path
  1.7       +3 -1      ports/security/tlswrap/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"
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2008-04-28 02:33:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!