Bug 214411

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:
Description Flags
games/tome4: fix on aarch64
lifanov: maintainer-approval+
tome4 build log none

Description Nikolai Lifanov 2016-11-10 22:41:09 UTC
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.
Comment 1 Nikolai Lifanov 2016-11-10 22:41:32 UTC
Created attachment 176882 [details]
tome4 build log
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-11-11 21:37:51 UTC
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
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-11-11 22:00:54 UTC
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
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-11-12 08:52:33 UTC
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
Comment 5 commit-hook freebsd_committer freebsd_triage 2016-11-12 08:52:34 UTC
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
Comment 6 Matthew Seaman freebsd_committer freebsd_triage 2016-11-12 08:53:00 UTC
Committed, thanks!