From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 28 22:10:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ABED106564A for ; Fri, 28 Oct 2011 22:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 474298FC0C for ; Fri, 28 Oct 2011 22:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9SMAA1t039130 for ; Fri, 28 Oct 2011 22:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9SMAADa039129; Fri, 28 Oct 2011 22:10:10 GMT (envelope-from gnats) Resent-Date: Fri, 28 Oct 2011 22:10:10 GMT Resent-Message-Id: <201110282210.p9SMAADa039129@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "4720@hushmail.com" <4720@hushmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B82B1065672 for ; Fri, 28 Oct 2011 22:07:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0148F8FC12 for ; Fri, 28 Oct 2011 22:07:11 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p9SM7AJF072590 for ; Fri, 28 Oct 2011 22:07:10 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p9SM7A1b072589; Fri, 28 Oct 2011 22:07:10 GMT (envelope-from nobody) Message-Id: <201110282207.p9SM7A1b072589@red.freebsd.org> Date: Fri, 28 Oct 2011 22:07:10 GMT From: "4720@hushmail.com" <4720@hushmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/162119: [patch] audio/audacity-devel attempts to unconditonally remove shared directories X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2011 22:10:10 -0000 >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@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@valencia/LC_MESSAGES' pkg_delete: unable to completely remove directory '/usr/local/share/locale/ca@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 -@dirrm share/mime/packages -@dirrm share/mime -@dirrm share/locale/oc/LC_MESSAGES -@dirrm share/locale/oc -@dirrm share/locale/my/LC_MESSAGES -@dirrm share/locale/my -@dirrm share/locale/km/LC_MESSAGES -@dirrm share/locale/km -@dirrm share/locale/ca@valencia/LC_MESSAGES -@dirrm share/locale/ca@valencia -@dirrm share/icons/hicolor/scalable/apps -@dirrm share/icons/hicolor/scalable -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor/24x24/apps -@dirrm share/icons/hicolor/24x24 -@dirrm share/icons/hicolor/22x22/apps -@dirrm share/icons/hicolor/22x22 -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor -@dirrm share/icons +@dirrmtry share/mime/packages +@dirrmtry share/mime +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/my/LC_MESSAGES +@dirrmtry share/locale/my +@dirrmtry share/locale/km/LC_MESSAGES +@dirrmtry share/locale/km +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/24x24/apps +@dirrmtry share/icons/hicolor/24x24 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons @dirrm %%DATADIR%%/plug-ins @dirrm %%DATADIR%%/nyquist/rawwaves @dirrm %%DATADIR%%/nyquist >Release-Note: >Audit-Trail: >Unformatted: