Bug 226545 - emulators/gem5: Fix build on FreeBSD amd64
Summary: emulators/gem5: Fix build on FreeBSD amd64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-12 00:54 UTC by Neel Chauhan
Modified: 2018-03-12 07:54 UTC (History)
2 users (show)

See Also:


Attachments
Patch (Revision 1) (2.58 KB, patch)
2018-03-12 00:54 UTC, Neel Chauhan
nc: maintainer-approval+
Details | Diff
Patch (Revision 2) (1.92 KB, patch)
2018-03-12 01:13 UTC, Neel Chauhan
nc: maintainer-approval+
Details | Diff
Patch (Revision 3) (1.61 KB, patch)
2018-03-12 01:20 UTC, Neel Chauhan
nc: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Neel Chauhan freebsd_committer freebsd_triage 2018-03-12 00:54:33 UTC
Created attachment 191439 [details]
Patch (Revision 1)

Changes:
 * Add gettext-runtime to USES and libpython2.7.so to LIB_DEPENDS
 * Update SConstruct patch to detect Python and pthreads correctly

Builds on FreeBSD 11.1 amd64.
Comment 1 Neel Chauhan freebsd_committer freebsd_triage 2018-03-12 00:58:28 UTC
Comment on attachment 191439 [details]
Patch (Revision 1)

Also, I could not unbreak compiling on i386.
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2018-03-12 01:13:14 UTC
Created attachment 191440 [details]
Patch (Revision 2)
Comment 3 Neel Chauhan freebsd_committer freebsd_triage 2018-03-12 01:20:52 UTC
Created attachment 191441 [details]
Patch (Revision 3)
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2018-03-12 07:54:37 UTC
Committed.
Thank you for unbreaking it!
Comment 5 commit-hook freebsd_committer freebsd_triage 2018-03-12 07:54:59 UTC
A commit references this bug:

Author: yuri
Date: Mon Mar 12 07:54:30 UTC 2018
New revision: 464230
URL: https://svnweb.freebsd.org/changeset/ports/464230

Log:
  emulators/gem5: Unbreak by fixing the python-config executable name

  PR:		226545
  Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)

Changes:
  head/emulators/gem5/Makefile
  head/emulators/gem5/files/patch-SConstruct