[patch] multimedia/gstreamer-plugins80: be carefull when removing lib/gstreamer-0.8

Vasil Dimov vd at FreeBSD.org
Fri Jun 16 09:08:17 UTC 2006


>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
- at dirrm lib/gstreamer-%%VERSION%%
+ at 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 ---


More information about the freebsd-multimedia mailing list