Bug 21636

Summary: gnomelibs PLIST bug
Product: Ports & Packages Reporter: wolman <wolman>
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description wolman 2000-09-29 02:30:01 UTC
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

Fix: 

see above.
How-To-Repeat: Install both gnomelibs and oaf.  Delete gnomelibs before deleting oaf.
Comment 1 dannyboy freebsd_committer freebsd_triage 2000-09-30 16:21:04 UTC
Responsible Changed
From-To: freebsd-ports->ade

Over to maintainer.
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2000-10-02 23:11:54 UTC
State Changed
From-To: open->suspended

I'm putting this one on ice for a few weeks until GNOME 1.4 comes out, 
and it becomes a little clearer exactly where devel/oaf fits in to 
the GNOME world.
Comment 3 Ade Lovett freebsd_committer freebsd_triage 2001-05-07 19:14:50 UTC
State Changed
From-To: suspended->closed

With the introduction of GNOME 1.4, which changed a lot of things around, 
I can no longer reproduce this problem.