ports/110459: [MAINTAINER] graphics/gnash: minor GTK-related fix

Dmitry Marakasov amdmi3 at amdmi3.ru
Sun Mar 18 00:20:07 UTC 2007


>Number:         110459
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/gnash: minor GTK-related fix
>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:   Sun Mar 18 00:20:06 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 at hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
GTK is required for plugin;
* note this in OPTIONS
* make sure plugin don't get into plist if GTK is disabled 

Noticed by: Mario Pavlov <freebsd at abv dot bg>
>How-To-Repeat:
>Fix:

--- gnash.patch begins here ---
diff -ruN gnash.orig/Makefile gnash/Makefile
--- gnash.orig/Makefile	Sun Mar 18 03:08:09 2007
+++ gnash/Makefile	Sun Mar 18 03:08:50 2007
@@ -38,7 +38,7 @@
 MAN1=		gnash.1
 
 OPTIONS=	PLUGIN	"Enable browser plugin" on \
-		GTK	"Enable GTK GUI"	on \
+		GTK	"Enable GTK GUI (required for plugin)"	on \
 		SOUND	"Enable sound"	on \
 		GSTREAMER	"Use GStreamer sound output instead of SDL"	off \
 		MAD	"Support mp3 decoding through libmad"	on
@@ -72,7 +72,7 @@
 .    endif
 .endif
 
-.if defined(WITHOUT_PLUGIN)
+.if defined(WITHOUT_PLUGIN) || defined(WITHOUT_GTK)
 PLIST_SUB+=	PLUGIN="@comment "
 CONFIGURE_ARGS+=	--disable-plugin
 .else
--- gnash.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list