Bug 192574

Summary: [maintainer] news/husky-devel: fix build without gcc
Product: Ports & Packages Reporter: Oleg Sharoyko <osharoiko>
Component: Individual Port(s)Assignee: John Marino <marino>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
husky-devel-nogcc-20140810.diff: fixes build without gcc none

Description Oleg Sharoyko 2014-08-11 08:51:08 UTC
Created attachment 145652 [details]
husky-devel-nogcc-20140810.diff: fixes build without gcc

husky-*-devel ports have $CC and $CXX overridden in their makefiles which breaks build when gcc is not installed. Attached patch resolves this problem. Verified to build with patch on 10.0/i386/nogcc and 9.2/amd64/gcc.
Comment 1 John Marino freebsd_committer freebsd_triage 2014-08-11 09:36:14 UTC
I'll take it.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-08-11 09:43:51 UTC
A commit references this bug:

Author: marino
Date: Mon Aug 11 09:42:55 UTC 2014
New revision: 364596
URL: http://svnweb.freebsd.org/changeset/ports/364596

Log:
  news/husky-devel: fix non-gcc builds

  PR:		192574
  Submitted by:	maintainer (Oleg Sharoyko)

Changes:
  head/news/husky-devel/files/patch-fidoconf_makefile.in2
  head/news/husky-devel/files/patch-huskybse_huskymak.cfg
Comment 3 John Marino freebsd_committer freebsd_triage 2014-08-11 09:44:09 UTC
done!
Comment 4 Oleg Sharoyko 2014-08-11 09:51:09 UTC
Thank you!