ports/188834: [MAINTAINER] emulators/higan: Fix runtime
Naram Qashat
cyberbotx at cyberbotx.com
Mon Apr 21 00:20:00 UTC 2014
>Number: 188834
>Category: ports
>Synopsis: [MAINTAINER] emulators/higan: Fix runtime
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Apr 21 00:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Naram Qashat
>Release: FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 9.2-STABLE FreeBSD 9.2-STABLE #0 r258460: Thu Nov 21 22:30:13 EST
>Description:
Fix for finding the /usr/local/share/higan directory at runtime. higan is
unusable without this fix.
Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
--- higan-0.94.patch begins here ---
Index: Makefile
===================================================================
--- Makefile (revision 351661)
+++ Makefile (working copy)
@@ -3,6 +3,7 @@
PORTNAME= higan
PORTVERSION= 0.94
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://byuu.org/files/ \
http://www.cyberbotx.com/higan/
@@ -115,7 +116,7 @@
-e 's|%%AUDIO%%|${AUDIO_DRIVER}|' \
-e 's|%%INPUT%%|${INPUT_DRIVER}|' \
${WRKSRC}/target-ethos/Makefile
- ${REINPLACE_CMD} -e 's|/usr/share/|${PREFIX}/|' \
+ ${REINPLACE_CMD} -e 's|/usr/share/|${PREFIX}/share/|' \
${WRKSRC}/nall/string/platform.hpp
.if ${PORT_OPTIONS:MDEBUG}
${REINPLACE_CMD} -e 's|-O3|-g|g' \
--- higan-0.94.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list