Summary: | sysutils/hal: cleanup of ARCH statement | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mark Linimon <linimon> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-gnome (Nobody) <gnome> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(gnome) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: linimon Date: Sun Mar 11 06:10:22 UTC 2018 New revision: 464144 URL: https://svnweb.freebsd.org/changeset/ports/464144 Log: Clean up ARCH statement. ia64 is no longer supported. In addition, ARCH values do not need to be quoted; and per portlint, they ought to be sorted. PR: 223983 Approved by: gnome (maintainer timeout) Changes: head/sysutils/hal/Makefile |
Created attachment 188415 [details] patch for ARCH specification While going through the tree trying to adapt it to armv7, I also found lingering traces of ia64. In addition, ARCH values do not need to be quoted; and for consistency, they ought to be sorted. The patch has been tested on armv7 for no regression.