From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 18 00:20:07 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 39CF116A406 for ; Sun, 18 Mar 2007 00:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1559213C458 for ; Sun, 18 Mar 2007 00:20:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2I0K6st042259 for ; Sun, 18 Mar 2007 00:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2I0K6xA042255; Sun, 18 Mar 2007 00:20:06 GMT (envelope-from gnats) Resent-Date: Sun, 18 Mar 2007 00:20:06 GMT Resent-Message-Id: <200703180020.l2I0K6xA042255@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FE1B16A401 for ; Sun, 18 Mar 2007 00:16:30 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from cp65.agava.net (cp65.agava.net [89.108.66.215]) by mx1.freebsd.org (Postfix) with ESMTP id 040ED13C45B for ; Sun, 18 Mar 2007 00:16:29 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from clamav by cp65.agava.net with drweb-scanned (Exim 4.44 (FreeBSD)) id 1HSj4W-000PbH-RX for FreeBSD-gnats-submit@freebsd.org; Sun, 18 Mar 2007 03:16:28 +0300 Received: from [213.148.29.33] (helo=nexii.panopticon) by cp65.agava.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.44 (FreeBSD)) id 1HSj4W-000Pb9-Ol for FreeBSD-gnats-submit@freebsd.org; Sun, 18 Mar 2007 03:16:28 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 037401703D for ; Sun, 18 Mar 2007 03:16:58 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 4D63E40B7; Sun, 18 Mar 2007 03:18:10 +0300 (MSK) Message-Id: <20070318001810.4D63E40B7@hades.panopticon> Date: Sun, 18 Mar 2007 03:18:10 +0300 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/110459: [MAINTAINER] graphics/gnash: minor GTK-related fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2007 00:20:07 -0000 >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@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 >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: