From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 9 21:20:03 2009 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A79E1065673 for ; Sun, 9 Aug 2009 21:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 88DEF8FC0A for ; Sun, 9 Aug 2009 21:20:03 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n79LK3LJ043105 for ; Sun, 9 Aug 2009 21:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n79LK3rI043104; Sun, 9 Aug 2009 21:20:03 GMT (envelope-from gnats) Date: Sun, 9 Aug 2009 21:20:03 GMT Message-Id: <200908092120.n79LK3rI043104@freefall.freebsd.org> To: gnome@FreeBSD.org From: "Carlos A. M. dos Santos" Cc: Subject: Re: ports/137367: net/libproxy: add menu option to configure dependence on Python X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Carlos A. M. dos Santos" List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2009 21:20:03 -0000 The following reply was made to PR ports/137367; it has been noted by GNATS. From: "Carlos A. M. dos Santos" To: Joe Marcus Clarke Cc: bug-followup@freebsd.org, gnome@freebsd.org Subject: Re: ports/137367: net/libproxy: add menu option to configure dependence on Python Date: Sun, 9 Aug 2009 18:11:48 -0300 On Sun, Aug 9, 2009 at 2:55 PM, Joe Marcus Clarke wrote: > On Sun, 2009-08-09 at 13:22 -0300, Carlos A. M. dos Santos wrote: >> On Sat, Aug 8, 2009 at 6:11 PM, wrote: >> > Synopsis: net/libproxy: add menu option to configure dependence on Python >> > >> > State-Changed-From-To: open->suspended >> > State-Changed-By: marcus >> > State-Changed-When: Sat Aug 8 21:11:22 UTC 2009 >> > State-Changed-Why: >> > If Python support is to be made optional, I'd rather it be broken out into >> > a separate port like libproxy-mozjs. >> > >> > http://www.freebsd.org/cgi/query-pr.cgi?pr=137367 >> >> Making it a separate port would ruin the very purpose of the patch, >> which is to make it possible to build a light desktop environment, >> based on Xfce. I'm attempting to reduce the number of dependencies, >> mainly Python. Please refer to the followup to ports/137368. > > You misunderstand. I don't want someone to build libproxy without > Python support, then have that break a dependency down the road. If > Python is to be made optional, I'd rather it be removed from libproxy > altogether, and put into a libproxy-python port. That may, people that > need Python support can simply build that submodule. This is akin to > how libproxy-mozjs works. Ok, now I got it. I will work on a libproxy-python port and submit a followup. BTW, I'm trying to figure-out what ports *really* depend on Python, but this is a bit difficult. The main problem is that some very basic ports depend on it (e.g. libX11, due to the dependence on x11/libxcb).