Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2007 06:29:59 -0600 (CST)
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/108176: graphics/gnash: change ${PREFIX} to ${LOCALBASE}
Message-ID:  <200701211229.l0LCTxja007951@serene.no-ip.org>
Resent-Message-ID: <200701211230.l0LCUJOL007766@freefall.freebsd.org>

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

>Number:         108176
>Category:       ports
>Synopsis:       graphics/gnash: change ${PREFIX} to ${LOCALBASE}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 21 12:30:18 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
N/A
>Environment:
System: FreeBSD serene.no-ip.org 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Sat Jan 20 21:06:39 CST 2007 conrads@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64


>Description:
	Change the install prefix for port graphics/gnash from ${X11BASE} 
	to ${LOCALBASE} so the plugin will install in the proper location 
	(/usr/local/lib/browser_plugins)
>How-To-Repeat:
	Build and install port in its current form.  The plugin will be 
	installed under /usr/X11R6/lib/browser_plugins, where it will not be 
	detected or used by firefox, etc.
>Fix:
	Apply the patch below

--- gnash.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/gnash/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	21 Dec 2006 20:41:31 -0000	1.12
+++ Makefile	21 Jan 2007 12:24:28 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	gnash
 PORTVERSION=	0.7.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION}
@@ -25,7 +25,6 @@
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnomehier glib20 pkgconfig libxml2
 USE_SDL=	sdl mixer
-USE_X_PREFIX=	yes
 USE_GCC=	3.4+
 
 PLUGIN_DIR=	${PREFIX}/lib/browser_plugins
--- gnash.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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