Created attachment 186067 [details] Patch to update emulators/nestopia to 1.4.8 This port builds on FreeBSD 11.1 amd64.
++# 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?
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
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
Committed, thanks!