Bug 222058

Summary: emulators/nestopia: Update to 1.4.8
Product: Ports & Packages Reporter: Neel Chauhan <nc>
Component: Individual Port(s)Assignee: Tobias Kortkamp <tobik>
Status: Closed FIXED    
Severity: Affects Only Me CC: nc, tobik
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to update emulators/nestopia to 1.4.8
nc: maintainer-approval+
Patch to update emulators/nestopia to 1.4.8 (Update 1) none

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!