From owner-freebsd-questions@FreeBSD.ORG Fri Oct 11 21:59:39 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C56A94F9 for ; Fri, 11 Oct 2013 21:59:39 +0000 (UTC) (envelope-from ges+lists@wingfoot.org) Received: from wingfoot.org (caduceus.wingfoot.org [64.19.172.234]) by mx1.freebsd.org (Postfix) with ESMTP id 97E382701 for ; Fri, 11 Oct 2013 21:59:39 +0000 (UTC) Received: from caduceus.wingfoot.org (localhost [127.0.0.1]) by wingfoot.org (Postfix) with ESMTP id D716F39DC26 for ; Fri, 11 Oct 2013 17:54:32 -0400 (EDT) X-Virus-Scanned: amavisd-new at wingfoot.org Received: from wingfoot.org ([127.0.0.1]) by caduceus.wingfoot.org (wingfoot.org [127.0.0.1]) (amavisd-new, port 10042) with ESMTP id fzkiebeqZXMG for ; Fri, 11 Oct 2013 17:54:24 -0400 (EDT) Received: from Sandal.local (ool-18bac79d.dyn.optonline.net [24.186.199.157]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by wingfoot.org (Postfix) with ESMTPSA id BC0BC39DC24 for ; Fri, 11 Oct 2013 17:54:24 -0400 (EDT) Message-ID: <52587390.3070400@wingfoot.org> Date: Fri, 11 Oct 2013 17:54:24 -0400 From: Glenn Sieb User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Do I really have to install 80 packages? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 21:59:39 -0000 On 10/11/13 5:38 PM, Walter Hurry wrote: > FreeBSD 9.1 > > I want ONE shared lib; i.e. rsvg.so, which is provided by > x11-toolkits/py-gnome-desktop. > > Unfortunately, it seems that going the normal route I shall have to > install 80! ports to get it. Is there an easier way? Actually I think you want x11-toolkits/gtk20..? Would pkg_add work for you? Best, --Glenn