Bug 232650

Summary: devel/yosys: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me CC: jsorocil, linimon
Priority: --- Flags: bugzilla: maintainer-feedback? (jsorocil)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-10-24 17:25:12 UTC
Created attachment 198587 [details]
patch

Clang is not available on GCC architectures, so we have to use GCC from ports.

Tested on powerpc64 and amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-11-09 17:32:18 UTC
A commit references this bug:

Author: swills
Date: Fri Nov  9 17:31:57 UTC 2018
New revision: 484532
URL: https://svnweb.freebsd.org/changeset/ports/484532

Log:
  devel/yosys: fix build with GCC-based architectures

  PR:		232650
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
  Approved by:	maintainer timeout (jsorocil@gmail.com, >2 weeks)

Changes:
  head/devel/yosys/Makefile
  head/devel/yosys/files/
  head/devel/yosys/files/extra-patch-Makefile
Comment 2 Steve Wills freebsd_committer freebsd_triage 2018-11-09 17:33:16 UTC
Committed, thanks!
Comment 3 Steve Wills freebsd_committer freebsd_triage 2018-11-10 01:28:07 UTC
(In reply to Steve Wills from comment #2)
This was updated again in r484538, for the record.