Date: Thu, 28 Sep 2000 18:20:57 -0700 (PDT) From: wolman@cs.washington.edu To: freebsd-gnats-submit@FreeBSD.org Subject: ports/21636: gnomelibs PLIST bug Message-ID: <20000929012057.5978C37B422@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000929012057.5978C37B422>