Summary: | games/tome4: fix on aarch64 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Nikolai Lifanov <lifanov> | ||||||
Component: | Individual Port(s) | Assignee: | Matthew Seaman <matthew> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | matthew | ||||||
Priority: | --- | Flags: | koobs:
merge-quarterly?
|
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 176882 [details]
tome4 build log
A commit references this bug: Author: matthew Date: Fri Nov 11 21:37:38 UTC 2016 New revision: 425910 URL: https://svnweb.freebsd.org/changeset/ports/425910 Log: Use the portable vesion of luajit when building on aarch64 PR: 214411 Submitted by: lifanov@mail.lifanov.com (maintainer) MFH: 2016Q4 Changes: head/games/tome4/Makefile A commit references this bug: Author: matthew Date: Fri Nov 11 22:00:41 UTC 2016 New revision: 425913 URL: https://svnweb.freebsd.org/changeset/ports/425913 Log: Fix build from command-line: use-before-defined of ${ARCH} Curiously, test bulding with poudriere worked fine. PR: 214411 Reported by: FreshPorts sanity checking MFH: 2016Q4 Changes: head/games/tome4/Makefile A commit references this bug: Author: matthew Date: Sat Nov 12 08:51:59 UTC 2016 New revision: 425925 URL: https://svnweb.freebsd.org/changeset/ports/425925 Log: MFH: r425910 r425913 Use the portable vesion of luajit when building on aarch64 PR: 214411 Submitted by: lifanov@mail.lifanov.com (maintainer) Fix build from command-line: use-before-defined of ${ARCH} Curiously, test bulding with poudriere worked fine. PR: 214411 Reported by: FreshPorts sanity checking Approved by: ports-secteam (junovitch) Changes: _U branches/2016Q4/ branches/2016Q4/games/tome4/Makefile A commit references this bug: Author: matthew Date: Sat Nov 12 08:51:59 UTC 2016 New revision: 425925 URL: https://svnweb.freebsd.org/changeset/ports/425925 Log: MFH: r425910 r425913 Use the portable vesion of luajit when building on aarch64 PR: 214411 Submitted by: lifanov@mail.lifanov.com (maintainer) Fix build from command-line: use-before-defined of ${ARCH} Curiously, test bulding with poudriere worked fine. PR: 214411 Reported by: FreshPorts sanity checking Approved by: ports-secteam (junovitch) Changes: _U branches/2016Q4/ branches/2016Q4/games/tome4/Makefile Committed, thanks! |
Created attachment 176881 [details] games/tome4: fix on aarch64 Please apply this patch to fix the build on aarch64. The embedded luajit2 doesn't support aarch64, so switch to portable version.