Bug 192574 - [maintainer] news/husky-devel: fix build without gcc
Summary: [maintainer] news/husky-devel: fix build without gcc
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-11 08:51 UTC by Oleg Sharoyko
Modified: 2014-08-11 09:51 UTC (History)
0 users

See Also:


Attachments
husky-devel-nogcc-20140810.diff: fixes build without gcc (3.56 KB, patch)
2014-08-11 08:51 UTC, Oleg Sharoyko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!