Bug 222058 - emulators/nestopia: Update to 1.4.8
Summary: emulators/nestopia: Update to 1.4.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-04 21:27 UTC by Neel Chauhan
Modified: 2017-09-05 17:15 UTC (History)
2 users (show)

See Also:


Attachments
Patch to update emulators/nestopia to 1.4.8 (3.13 KB, patch)
2017-09-04 21:27 UTC, Neel Chauhan
nc: maintainer-approval+
Details | Diff
Patch to update emulators/nestopia to 1.4.8 (Update 1) (2.23 KB, patch)
2017-09-05 17:08 UTC, Neel Chauhan
no flags 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 2017-09-04 21:27:02 UTC
Created attachment 186067 [details]
Patch to update emulators/nestopia to 1.4.8

This port builds on FreeBSD 11.1 amd64.
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2017-09-05 15:28:21 UTC
++# Add directory for FreeBSD package libraries
++link_directories( /usr/local/lib )

This is wrong.  ${LOCALBASE} might be set to something other than
/usr/local.  Can you check if adding USES=localbase or
USES=localbase:ldflags to the port would work as well?
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2017-09-05 17:08:04 UTC
Created attachment 186085 [details]
Patch to update emulators/nestopia to 1.4.8 (Update 1)

This is an updated patch for emulators/nestopia 1.4.8.

-Neel
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-09-05 17:13:54 UTC
A commit references this bug:

Author: tobik
Date: Tue Sep  5 17:13:09 UTC 2017
New revision: 449303
URL: https://svnweb.freebsd.org/changeset/ports/449303

Log:
  emulators/nestopia: Update to 1.4.8

  PR:		222058
  Submitted by:	Neel Chauhan <neel@neelc.org>

Changes:
  head/emulators/nestopia/Makefile
  head/emulators/nestopia/distinfo
  head/emulators/nestopia/files/
  head/emulators/nestopia/pkg-plist
Comment 4 Tobias Kortkamp freebsd_committer freebsd_triage 2017-09-05 17:15:41 UTC
Committed, thanks!