From owner-freebsd-gnome@FreeBSD.ORG Sun Jul 26 16:25:56 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA726106566B; Sun, 26 Jul 2009 16:25:56 +0000 (UTC) (envelope-from tejblum@yandex-team.ru) Received: from archeopterix.yandex.ru (archeopterix.yandex.ru [93.158.136.52]) by mx1.freebsd.org (Postfix) with ESMTP id 902A88FC1A; Sun, 26 Jul 2009 16:25:56 +0000 (UTC) (envelope-from tejblum@yandex-team.ru) Received: from tejblum.pp.ru (dhcp250-190.yandex.ru [87.250.250.190]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by archeopterix.yandex.ru (Postfix) with ESMTPS id 435B259D8F0; Sun, 26 Jul 2009 20:09:36 +0400 (MSD) Message-ID: <4A6C7FBF.9010905@yandex-team.ru> Date: Sun, 26 Jul 2009 20:09:35 +0400 From: Dmitrij Tejblum User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.17) Gecko/20081109 SeaMonkey/1.1.12 MIME-Version: 1.0 To: mezz@FreeBSD.org References: <200907261511.n6QFBGWN064553@freefall.freebsd.org> In-Reply-To: <200907261511.n6QFBGWN064553@freefall.freebsd.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: gnome@FreeBSD.org, bugs-followup@freebsd.org Subject: Re: ports/137136: [PATCH] Make python support in editor/gedit an explicit option X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2009 16:25:57 -0000 mezz@FreeBSD.org wrote: > Synopsis: [PATCH] Make python support in editor/gedit an explicit option > > State-Changed-From-To: open->closed > State-Changed-By: mezz > State-Changed-When: Sun Jul 26 15:10:39 UTC 2009 > State-Changed-Why: > You already can disable it by either WITHOUT_GNOME=yes or > WITHOUT_GNOME=pygtksourceview. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=137136 > The actual goal of the proposed change is not to allow the users to _disable_ it, but to allow them to _enable_ in an apparent way. Now, if pygtksourceview is not installed, the features is _silently_ omitted. Perhaps, it would be better to make the dependecy unconditional (remember, it is already conditional, but check for presence of pygtksourceview instead of an explicit option). (Yes, I know that I can "solve" this problem by manual install of pygtksourceview before gedit or adding some options to make.conf, but it is much less convenient since require a fair amount of investignation.)