From owner-freebsd-ports Thu Sep 28 18:30: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A1DC37B42C for ; Thu, 28 Sep 2000 18:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA90816; Thu, 28 Sep 2000 18:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5978C37B422; Thu, 28 Sep 2000 18:20:57 -0700 (PDT) Message-Id: <20000929012057.5978C37B422@hub.freebsd.org> Date: Thu, 28 Sep 2000 18:20:57 -0700 (PDT) From: wolman@cs.washington.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/21636: gnomelibs PLIST bug Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21636 >Category: ports >Synopsis: gnomelibs PLIST bug >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 28 18:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alec Wolman >Release: n/a >Organization: UW, CSE Department >Environment: n/a >Description: In the PLIST file for the gnomelibs port, it unconditionally deletes the share/gnome/idl and share/gnome directories. This is a bug because other ports which do not depend on gnomelibs (such as oaf) install files into those directories. Therefore, those @dirrm lines should be replaced conditional deletions such as: @unexec rmdir %D/share/gnome 2> /dev/null || true >How-To-Repeat: Install both gnomelibs and oaf. Delete gnomelibs before deleting oaf. >Fix: see above. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message