ports/113187: [patch] audio/xmms2 : incorrect pkg-plist
Olivier Smedts
olivier at gid0.org
Thu May 31 09:00:08 UTC 2007
>Number: 113187
>Category: ports
>Synopsis: [patch] audio/xmms2 : incorrect pkg-plist
>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: Thu May 31 09:00:07 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Olivier Smedts
>Release: 6.2-STABLE
>Organization:
gid0.org
>Environment:
FreeBSD z.gid0.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Apr 27 16:19:36 CEST 2007 root at z.gid0.org:/work/obj/work/src/sys/XPC i386
>Description:
incorrect pkg-plist
>How-To-Repeat:
# cd /usr/ports/audio/xmms2
# make config
(uncheck all, check FLAC and AVCODEC)
# make install
# make deinstall
pkg_delete: file '/usr/local/lib/xmms2/libxmms_icymetaint.so' doesn't exist
pkg_delete: file '/usr/local/lib/xmms2/libxmms_wma.so' doesn't exist
pkg_delete: unable to completely remove directory '/usr/local/lib/xmms2'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
# ll /usr/local/lib/xmms2/
-rw-r--r-- 1 root wheel 29006 30 mai 17:17 libxmms_avcodec.so
-rw-r--r-- 1 root wheel 40611 30 mai 17:17 libxmms_avformat.so
>Fix:
--- pkg-plist.old Thu May 31 10:43:53 2007
+++ pkg-plist Thu May 31 10:48:39 2007
@@ -81,7 +81,7 @@
%%ICES%%lib/xmms2/libxmms_ices.so
%%LASTFM%%lib/xmms2/libxmms_lastfm.so
%%LASTFM%%lib/xmms2/libxmms_lastfmeta.so
-lib/xmms2/libxmms_icymetaint.so
+%%CURL%%lib/xmms2/libxmms_icymetaint.so
lib/xmms2/libxmms_id3v2.so
%%JACK%%lib/xmms2/libxmms_jack.so
lib/xmms2/libxmms_m3u.so
@@ -101,7 +101,8 @@
%%VOCODER%%lib/xmms2/libxmms_vocoder.so
lib/xmms2/libxmms_vorbis.so
lib/xmms2/libxmms_wave.so
-%%WMA%%lib/xmms2/libxmms_wma.so
+%%WMA%%lib/xmms2/libxmms_avcodec.so
+%%WMA%%lib/xmms2/libxmms_avformat.so
libdata/pkgconfig/xmms2-client-glib.pc
libdata/pkgconfig/xmms2-client.pc
libdata/pkgconfig/xmms2-plugin.pc
NOTE : I've got only "FLAC" and "AVCODEC" set for this port's options. I don't know if the pkg-plist is broken for others, but it is for "CURL" and "WMA" when using these options.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list