Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jun 2006 12:08:16 +0300
From:      Vasil Dimov <vd@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        multimedia@FreeBSD.org
Subject:   ports/99015: [patch] multimedia/gstreamer-plugins80: be carefull when removing lib/gstreamer-0.8
Message-ID:  <20060616090816.GA56657@qlovarnika.bg.datamax>
Resent-Message-ID: <200606160910.k5G9AImW082231@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99015
>Category:       ports
>Synopsis:       [patch] multimedia/gstreamer-plugins80: be carefull when removing lib/gstreamer-0.8
>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 Jun 16 09:10:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.1-STABLE amd64
>Organization:
N/A
>Environment:

>Description:

Attempt to remove lib/gstreamer-0.8 must be made with dirrmtry instead
of dirrm because other ports install files in this directory.

>From a tinderbox log:
...
Deleting gstreamer-plugins80-0.8.12_2
pkg_delete: unable to completely remove directory '/usr/X11R6/lib/gstreamer-0.8'
pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?)
...

>How-To-Repeat:

>Fix:

--- gstreamer-plugins80_dirrm.diff begins here ---
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/multimedia/gstreamer-plugins80/pkg-plist,v
retrieving revision 1.41
diff -u -r1.41 pkg-plist
--- pkg-plist	30 Apr 2006 22:24:46 -0000	1.41
+++ pkg-plist	16 Jun 2006 09:03:10 -0000
@@ -377,7 +377,7 @@
 share/locale/uk/LC_MESSAGES/gst-plugins-%%VERSION%%.mo
 share/locale/vi/LC_MESSAGES/gst-plugins-%%VERSION%%.mo
 share/locale/zh_TW/LC_MESSAGES/gst-plugins-%%VERSION%%.mo
-@dirrm lib/gstreamer-%%VERSION%%
+@dirrmtry lib/gstreamer-%%VERSION%%
 @dirrm include/gstreamer-%%VERSION%%/gst/xwindowlistener
 @dirrm include/gstreamer-%%VERSION%%/gst/xoverlay
 @dirrm include/gstreamer-%%VERSION%%/gst/video
--- gstreamer-plugins80_dirrm.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060616090816.GA56657>