ports/162119: [patch] audio/audacity-devel attempts to unconditonally remove shared directories

4720 at hushmail.com 4720 at hushmail.com
Fri Oct 28 22:10:10 UTC 2011


>Number:         162119
>Category:       ports
>Synopsis:       [patch] audio/audacity-devel attempts to unconditonally remove shared directories
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 28 22:10:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     4720 at hushmail.com
>Release:        
>Organization:
>Environment:
>Description:
audio/audacity lists several shared directories in its plist with @dirrm, causing packing list errors when upgraded/uninstalled and other ports have files in those directories.

pkg_delete: unable to completely remove directory '/usr/local/share/mime/packages'
pkg_delete: unable to completely remove directory '/usr/local/share/mime'
pkg_delete: unable to completely remove directory '/usr/local/share/locale/oc/LC_MESSAGES'
pkg_delete: unable to completely remove directory '/usr/local/share/locale/oc'
pkg_delete: unable to completely remove directory '/usr/local/share/locale/my/LC_MESSAGES'
pkg_delete: unable to completely remove directory '/usr/local/share/locale/my'
pkg_delete: unable to completely remove directory '/usr/local/share/locale/ca at valencia/LC_MESSAGES'
pkg_delete: unable to completely remove directory '/usr/local/share/locale/ca at valencia'
pkg_delete: unable to completely remove directory '/usr/local/share/icons/hicolor/scalable/apps'
pkg_delete: unable to completely remove directory '/usr/local/share/icons/hicolor/scalable'
pkg_delete: unable to completely remove directory '/usr/local/share/icons/hicolor/48x48/apps'
pkg_delete: unable to completely remove directory '/usr/local/share/icons/hicolor/48x48'
pkg_delete: unable to completely remove directory '/usr/local/share/icons/hicolor/32x32/apps'
pkg_delete: unable to completely remove directory '/usr/local/share/icons/hicolor/32x32'
pkg_delete: unable to completely remove directory '/usr/local/share/icons/hicolor/24x24/apps'
pkg_delete: unable to completely remove directory '/usr/local/share/icons/hicolor/24x24'
pkg_delete: unable to completely remove directory '/usr/local/share/icons/hicolor/22x22/apps'
pkg_delete: unable to completely remove directory '/usr/local/share/icons/hicolor/22x22'
pkg_delete: unable to completely remove directory '/usr/local/share/icons/hicolor/16x16/apps'
pkg_delete: unable to completely remove directory '/usr/local/share/icons/hicolor/16x16'
pkg_delete: unable to completely remove directory '/usr/local/share/icons/hicolor'
pkg_delete: unable to completely remove directory '/usr/local/share/icons'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
>How-To-Repeat:

>Fix:
attached patch changes unconditional @dirrm to @dirrmtry for shared directories.

Patch attached with submission follows:

Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/audio/audacity-devel/pkg-plist,v
retrieving revision 1.16
diff -u -r1.16 pkg-plist
--- pkg-plist	10 Jun 2011 22:19:56 -0000	1.16
+++ pkg-plist	28 Oct 2011 22:01:05 -0000
@@ -118,30 +118,30 @@
 share/pixmaps/audacity16.xpm
 share/pixmaps/audacity32.xpm
 share/pixmaps/gnome-mime-application-x-audacity-project.xpm
- at dirrm share/mime/packages
- at dirrm share/mime
- at dirrm share/locale/oc/LC_MESSAGES
- at dirrm share/locale/oc
- at dirrm share/locale/my/LC_MESSAGES
- at dirrm share/locale/my
- at dirrm share/locale/km/LC_MESSAGES
- at dirrm share/locale/km
- at dirrm share/locale/ca at valencia/LC_MESSAGES
- at dirrm share/locale/ca at valencia
- at dirrm share/icons/hicolor/scalable/apps
- at dirrm share/icons/hicolor/scalable
- at dirrm share/icons/hicolor/48x48/apps
- at dirrm share/icons/hicolor/48x48
- at dirrm share/icons/hicolor/32x32/apps
- at dirrm share/icons/hicolor/32x32
- at dirrm share/icons/hicolor/24x24/apps
- at dirrm share/icons/hicolor/24x24
- at dirrm share/icons/hicolor/22x22/apps
- at dirrm share/icons/hicolor/22x22
- at dirrm share/icons/hicolor/16x16/apps
- at dirrm share/icons/hicolor/16x16
- at dirrm share/icons/hicolor
- at dirrm share/icons
+ at dirrmtry share/mime/packages
+ at dirrmtry share/mime
+ at dirrmtry share/locale/oc/LC_MESSAGES
+ at dirrmtry share/locale/oc
+ at dirrmtry share/locale/my/LC_MESSAGES
+ at dirrmtry share/locale/my
+ at dirrmtry share/locale/km/LC_MESSAGES
+ at dirrmtry share/locale/km
+ at dirrmtry share/locale/ca at valencia/LC_MESSAGES
+ at dirrmtry share/locale/ca at valencia
+ at dirrmtry share/icons/hicolor/scalable/apps
+ at dirrmtry share/icons/hicolor/scalable
+ at dirrmtry share/icons/hicolor/48x48/apps
+ at dirrmtry share/icons/hicolor/48x48
+ at dirrmtry share/icons/hicolor/32x32/apps
+ at dirrmtry share/icons/hicolor/32x32
+ at dirrmtry share/icons/hicolor/24x24/apps
+ at dirrmtry share/icons/hicolor/24x24
+ at dirrmtry share/icons/hicolor/22x22/apps
+ at dirrmtry share/icons/hicolor/22x22
+ at dirrmtry share/icons/hicolor/16x16/apps
+ at dirrmtry share/icons/hicolor/16x16
+ at dirrmtry share/icons/hicolor
+ at dirrmtry share/icons
 @dirrm %%DATADIR%%/plug-ins
 @dirrm %%DATADIR%%/nyquist/rawwaves
 @dirrm %%DATADIR%%/nyquist


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list