Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2014 20:10:15 -0400 (EDT)
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/188834: [MAINTAINER] emulators/higan: Fix runtime
Message-ID:  <20140421001015.3A8DC28440@kirby.cyberbotx.com>
Resent-Message-ID: <201404210020.s3L0K08b052835@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140421001015.3A8DC28440>