From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 15 21:14:39 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 DDF631065670; Tue, 15 Sep 2009 21:14:39 +0000 (UTC) (envelope-from dougb@dougb.net) Received: from dougb.net (cl-140.phx-01.us.sixxs.net [IPv6:2001:1938:81:8b::2]) by mx1.freebsd.org (Postfix) with ESMTP id AFBBF8FC13; Tue, 15 Sep 2009 21:14:39 +0000 (UTC) Received: from dougb.net (localhost.dougb.net [127.0.0.1]) by dougb.net (8.14.3/8.14.3) with ESMTP id n8FLEbxo094994; Tue, 15 Sep 2009 14:14:38 -0700 (PDT) (envelope-from dougb@dougb.net) Received: (from dougb@localhost) by dougb.net (8.14.3/8.14.3/Submit) id n8FLEb11094993; Tue, 15 Sep 2009 14:14:37 -0700 (PDT) (envelope-from dougb) Date: Tue, 15 Sep 2009 14:14:37 -0700 (PDT) Message-Id: <200909152114.n8FLEb11094993@dougb.net> To: FreeBSD-gnats-submit@freebsd.org From: Doug Barton X-send-pr-version: 3.113 X-GNATS-Notify: Cc: gnome@freebsd.org Subject: sysutils/policykit depends on optional component for docbook-xsl X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug Barton List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2009 21:14:39 -0000 >Submitter-Id: current-users >Originator: Doug Barton >Organization: AAAG >Confidential: no >Synopsis: sysutils/policykit depends on optional component for docbook-xsl >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 9.0-CURRENT i386 >Environment: DNA >Description: policykit has a BUILD_DEPENDS on textproc/docbook-xsl but the file listed for the dependency (${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl) is an optional component of that port, which I do not have installed. This leads to the dreaded "docbook-xsl-1.75.1 is already installed" error. I also have a similar problem with the dependency for docbook-1.4 but I am not 100% sure why. >How-To-Repeat: Install textproc/docbook-xsl without the MANPAGES option checked, then install policykit. >Fix: Fix the dependency for docbook-xsl. It would also be nice if there were some sort of OPTION for policykit so that it did not install so many dependencies.