Bug 200524

Summary: Make print/pfbtopfa use the CC variable
Product: Ports & Packages Reporter: Dimitry Andric <dim>
Component: Individual Port(s)Assignee: Antoine Brodin <antoine>
Status: Closed FIXED    
Severity: Affects Many People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 200475    
Attachments:
Description Flags
Fix print/pfbtopfa Makefile to use the CC macro none

Description Dimitry Andric freebsd_committer freebsd_triage 2015-05-29 20:59:47 UTC
Created attachment 157256 [details]
Fix print/pfbtopfa Makefile to use the CC macro

In bug 200475, it turned out print/pfbtopfa is using "CC" as a command, instead of as a macro.  Make it use ${CC} instead.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-05-29 21:48:45 UTC
A commit references this bug:

Author: antoine
Date: Fri May 29 21:48:16 UTC 2015
New revision: 387896
URL: https://svnweb.freebsd.org/changeset/ports/387896

Log:
  - Use ${CC} instead of CC,  ${CC} was intented here
  - Do not unconditionally strip binary

  PR:		200524

Changes:
  head/print/pfbtopfa/Makefile
  head/print/pfbtopfa/files/
  head/print/pfbtopfa/files/patch-Makefile