incorrect pkg-plist Fix: 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.--cYht2rnfmwBJzbWADUzlrm0LjgTgzBHhC3zH2nUWkCpfrnJy Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- 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 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
Responsible Changed From-To: freebsd-ports-bugs->alexbl Over to maintainer
alexbl 2007-06-04 19:06:55 UTC FreeBSD ports repository Modified files: audio/xmms2 Makefile pkg-plist Log: - Correct some issues in the plist PR: 113187 Submitted by: Olivier Smedts <olivier@gid0.org> Revision Changes Path 1.33 +2 -2 ports/audio/xmms2/Makefile 1.14 +3 -2 ports/audio/xmms2/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!