Bug 251826

Summary: devel/llvm-cheri: fix build on powerpc64
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Brooks Davis <brooks>
Status: Closed FIXED    
Severity: Affects Only Me CC: brooks, powerpc
Priority: --- Flags: bugzilla: maintainer-feedback? (brooks)
Version: Latest   
Hardware: powerpc   
OS: Any   
Attachments:
Description Flags
patch pkubaj: maintainer-approval? (brooks)

Description Piotr Kubaj freebsd_committer freebsd_triage 2020-12-13 22:18:19 UTC
Created attachment 220537 [details]
patch

The port builds fine on powerpc64. Also add PowerPC to targets.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-12-15 00:25:07 UTC
A commit references this bug:

Author: brooks
Date: Tue Dec 15 00:24:36 UTC 2020
New revision: 558115
URL: https://svnweb.freebsd.org/changeset/ports/558115

Log:
  Update to a new snapshot

  Allow to build on powerpc64 and add PowerPC target. [0]

  Add ARM target (needed for boot/firmware bits in some cases for Arm64).

  PR:		251826 [0]
  Submitted by:	pkubaj [0]
  Sponsored by:	DARPA

Changes:
  head/devel/llvm-cheri/Makefile
  head/devel/llvm-cheri/Makefile.snapshot
  head/devel/llvm-cheri/distinfo
  head/devel/llvm-cheri/pkg-plist
Comment 2 Brooks Davis freebsd_committer freebsd_triage 2020-12-15 00:26:39 UTC
I'd be a little surprised if anyone was developing CHERI software on powerpc64, but I've gone ahead and committed this along with an update.
Comment 3 Piotr Kubaj freebsd_committer freebsd_triage 2020-12-15 00:30:58 UTC
(In reply to Brooks Davis from comment #2)
Well, there's no reason to keep a port marked broken if it really isn't currently (I don't deny it was broken previously).

Thanks for committing this!