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

Vasil Dimov vd at FreeBSD.org
Fri Jun 16 09:10:20 UTC 2006


>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
- 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 ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list