Bug 232650 - devel/yosys: fix build with GCC-based architectures
Summary: devel/yosys: fix build with GCC-based architectures
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-24 17:25 UTC by Piotr Kubaj
Modified: 2018-11-10 01:28 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (jsorocil)


Attachments
patch (2.08 KB, patch)
2018-10-24 17:25 UTC, Piotr Kubaj
no flags Details | Diff

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