Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2007 17:36:47 +0400 (MSD)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110923: [MAINTAINER] graphics/gnash: don't build konquerror plugin as it doesn't build
Message-ID:  <20070327133647.3D8CD4098@hades.panopticon>
Resent-Message-ID: <200703271340.l2RDe4cr094991@freefall.freebsd.org>

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

>Number:         110923
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/gnash: don't build konquerror plugin as it doesn't build
>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:   Tue Mar 27 13:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.1-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Tue Jan 16 23:12:21 MSK 2007 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
Errors have been reported when gnash' configure detects kdelibs and builds konquerror plugin (klash), so don't build klash until those have been resolved (and also it'll require proper plist and   depends modifications).

>How-To-Repeat:
>Fix:

--- gnash.patch begins here ---
diff -ruN gnash.orig/Makefile gnash/Makefile
--- gnash.orig/Makefile	Mon Mar 26 08:44:53 2007
+++ gnash/Makefile	Mon Mar 26 08:45:06 2007
@@ -33,7 +33,7 @@
 
 CONFIGURE_ARGS=	--libdir="${PREFIX}/lib/gnash" \
 		--with-plugindir=${PLUGIN_DIR} \
-		--enable-jpeg
+		--enable-jpeg --disable-klash
 
 MAN1=		gnash.1
 
--- gnash.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?20070327133647.3D8CD4098>