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:   [patch] multimedia/gstreamer-plugins80: be carefull when removing lib/gstreamer-0.8
Message-ID:  <20060616090816.GA56657@qlovarnika.bg.datamax>

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

>Submitter-Id:	current-users
>Originator:	Vasil Dimov
>Organization:	N/A
>Confidential:	no 
>Synopsis:	[patch] multimedia/gstreamer-plugins80: be carefull when removing lib/gstreamer-0.8
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		sw-bug
>Release:	FreeBSD 6.1-STABLE amd64
>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 ---



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