Hi,

The taglib in area51 has a library number of tag.1 (while the previous port 
had tag.6).  The following ports are affected by this: 

audio/etoile-melodie                                                            
        
audio/amarok
audio/aqualung
audio/cynthiune
audio/ezstream
audio/gimmix
audio/prokyon3
audio/py-taglib
audio/tagutil
audio/sound-juicer
audio/xmms-kde
audio/yammi
audio/py-tagpy
audio/gmm
audio/mp3unicode
audio/gmpc-mserver
audio/taglookup
devel/evfs
deskutils/pinot
multimedia/audacious-plugins
multimedia/bmpx
multimedia/eclair
multimedia/vlc
multimedia/xfce4-media
multimedia/transkode
net-p2p/ktorrent
sysutils/fusefs-pod
sysutils/krename-kde4

Attached is a patch that corrects the above ports to check for the correct 
version of tag (tested with ktorrent).  (I just did `find /usr/ports -name 
Makefile | xargs sed -i '' -e 's/tag\.6/tag.1/g'`).  

Regards,

David
diff -ur ports/audio/amarok/Makefile ports/audio/amarok/Makefile
--- ports/audio/amarok/Makefile	2009-08-09 12:56:38.000000000 +0200
+++ ports/audio/amarok/Makefile	2009-11-17 09:14:13.000000000 +0200
@@ -15,7 +15,7 @@
 MAINTAINER=	[email protected]
 COMMENT=	Media player for KDE
 
-LIB_DEPENDS=	tag.6:${PORTSDIR}/audio/taglib \
+LIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib \
 		tunepimp.5:${PORTSDIR}/audio/libtunepimp \
 		mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 \
 		xine.1:${PORTSDIR}/multimedia/libxine
diff -ur ports/audio/aqualung/Makefile ports/audio/aqualung/Makefile
--- ports/audio/aqualung/Makefile	2009-09-02 23:00:33.000000000 +0200
+++ ports/audio/aqualung/Makefile	2009-11-17 09:14:13.000000000 +0200
@@ -25,7 +25,7 @@
 		modplug.0:${PORTSDIR}/audio/libmodplug \
 		mpcdec.5:${PORTSDIR}/audio/libmpcdec \
 		mac.2:${PORTSDIR}/audio/mac \
-		tag.6:${PORTSDIR}/audio/taglib \
+		tag.1:${PORTSDIR}/audio/taglib \
 		lrdf.2:${PORTSDIR}/textproc/liblrdf \
 		cdio.8:${PORTSDIR}/sysutils/libcdio \
 		mp3lame.0:${PORTSDIR}/audio/lame \
diff -ur ports/audio/cynthiune/Makefile ports/audio/cynthiune/Makefile
--- ports/audio/cynthiune/Makefile	2009-07-11 03:03:58.000000000 +0200
+++ ports/audio/cynthiune/Makefile	2009-11-17 09:14:13.000000000 +0200
@@ -17,7 +17,7 @@
 COMMENT=	Romantic music player for GNUstep
 
 LIB_DEPENDS+=	FLAC:${PORTSDIR}/audio/flac
-LIB_DEPENDS+=	tag.6:${PORTSDIR}/audio/taglib
+LIB_DEPENDS+=	tag.1:${PORTSDIR}/audio/taglib
 LIB_DEPENDS+=	mpcdec.5:${PORTSDIR}/audio/libmpcdec
 LIB_DEPENDS+=	musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
 LIB_DEPENDS+=	modplug.0:${PORTSDIR}/audio/libmodplug
diff -ur ports/audio/etoile-melodie/Makefile ports/audio/etoile-melodie/Makefile
--- ports/audio/etoile-melodie/Makefile	2009-03-22 17:22:50.000000000 +0200
+++ ports/audio/etoile-melodie/Makefile	2009-11-17 09:14:13.000000000 +0200
@@ -15,7 +15,7 @@
 MAINTAINER=	[email protected]
 COMMENT=	Etoile Project music player
 
-LIB_DEPENDS=	tag.6:${PORTSDIR}/audio/taglib \
+LIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib \
 		mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2
 
 USE_BZIP2=	yes
diff -ur ports/audio/ezstream/Makefile ports/audio/ezstream/Makefile
--- ports/audio/ezstream/Makefile	2009-09-13 03:02:56.000000000 +0200
+++ ports/audio/ezstream/Makefile	2009-11-17 09:14:13.000000000 +0200
@@ -40,7 +40,7 @@
 .if defined(WITHOUT_TAGLIB)
 CONFIGURE_ARGS+=	--without-taglib
 .else
-LIB_DEPENDS+=	tag.6:${PORTSDIR}/audio/taglib
+LIB_DEPENDS+=	tag.1:${PORTSDIR}/audio/taglib
 CONFIGURE_ARGS+=	--with-taglib=${LOCALBASE}
 .endif
 
diff -ur ports/audio/gimmix/Makefile ports/audio/gimmix/Makefile
--- ports/audio/gimmix/Makefile	2009-09-26 03:03:59.000000000 +0200
+++ ports/audio/gimmix/Makefile	2009-11-17 09:14:15.000000000 +0200
@@ -16,7 +16,7 @@
 COMMENT=	Gimmix is a graphical MPD client written in C using GTK+2
 
 LIB_DEPENDS=	mpd:${PORTSDIR}/audio/libmpd \
-		tag.6:${PORTSDIR}/audio/taglib \
+		tag.1:${PORTSDIR}/audio/taglib \
 		nxml:${PORTSDIR}/textproc/libnxml
 
 USE_GNOME=	gtk20 intltool libglade2
diff -ur ports/audio/gmm/Makefile ports/audio/gmm/Makefile
--- ports/audio/gmm/Makefile	2009-09-13 03:02:56.000000000 +0200
+++ ports/audio/gmm/Makefile	2009-11-17 09:14:16.000000000 +0200
@@ -17,7 +17,7 @@
 BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
 LIB_DEPENDS=	FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 		\
 		xine.1:${PORTSDIR}/multimedia/libxine		\
-		tag.6:${PORTSDIR}/audio/taglib			\
+		tag.1:${PORTSDIR}/audio/taglib			\
 		sqlite3.8:${PORTSDIR}/databases/sqlite3		\
 		dbus-1:${PORTSDIR}/devel/dbus
 
diff -ur ports/audio/gmpc-mserver/Makefile ports/audio/gmpc-mserver/Makefile
--- ports/audio/gmpc-mserver/Makefile	2009-09-26 03:03:59.000000000 +0200
+++ ports/audio/gmpc-mserver/Makefile	2009-11-17 09:14:16.000000000 +0200
@@ -16,7 +16,7 @@
 
 LIB_DEPENDS=	mpd:${PORTSDIR}/audio/libmpd \
 		curl.5:${PORTSDIR}/ftp/curl \
-		tag.6:${PORTSDIR}/audio/taglib \
+		tag.1:${PORTSDIR}/audio/taglib \
 		microhttpd:${PORTSDIR}/www/libmicrohttpd
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
 RUN_DEPEND=	gmpc:${PORTSDIR}/audio/gmpc
diff -ur ports/audio/mp3unicode/Makefile ports/audio/mp3unicode/Makefile
--- ports/audio/mp3unicode/Makefile	2009-03-01 18:23:47.000000000 +0200
+++ ports/audio/mp3unicode/Makefile	2009-11-17 09:14:16.000000000 +0200
@@ -14,7 +14,7 @@
 MAINTAINER=	[email protected]
 COMMENT=	ID3 tags charset converter
 
-LIB_DEPENDS=	tag.6:${PORTSDIR}/audio/taglib/
+LIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib/
 
 USE_BZIP2=	yes
 USE_ICONV=	yes
diff -ur ports/audio/prokyon3/Makefile ports/audio/prokyon3/Makefile
--- ports/audio/prokyon3/Makefile	2009-07-11 03:04:02.000000000 +0200
+++ ports/audio/prokyon3/Makefile	2009-11-17 09:14:16.000000000 +0200
@@ -20,7 +20,7 @@
 		mad.2:${PORTSDIR}/audio/libmad \
 		musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
 		vorbis.4:${PORTSDIR}/audio/libvorbis \
-		tag.6:${PORTSDIR}/audio/taglib
+		tag.1:${PORTSDIR}/audio/taglib
 RUN_DEPENDS=	${LOCALBASE}/lib/plugins/sqldrivers/libqsqlmysql.so:${PORTSDIR}/databases/qt-mysql-plugin
 
 USE_XORG=	x11 xft
diff -ur ports/audio/py-taglib/Makefile ports/audio/py-taglib/Makefile
--- ports/audio/py-taglib/Makefile	2009-08-04 03:05:24.000000000 +0200
+++ ports/audio/py-taglib/Makefile	2009-11-17 09:14:16.000000000 +0200
@@ -16,7 +16,7 @@
 MAINTAINER=	[email protected]
 COMMENT=	Python bindings for the taglib audio file tagging library
 
-LIB_DEPENDS=	tag.6:${PORTSDIR}/audio/taglib
+LIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib
 
 WRKSRC=		${WRKDIR}/python-taglib-${PORTVERSION}
 
diff -ur ports/audio/py-tagpy/Makefile ports/audio/py-tagpy/Makefile
--- ports/audio/py-tagpy/Makefile	2009-11-05 18:55:23.000000000 +0200
+++ ports/audio/py-tagpy/Makefile	2009-11-17 09:14:16.000000000 +0200
@@ -17,7 +17,7 @@
 COMMENT=	Python bindings for Scott Wheeler's TagLib
 
 LIB_DEPENDS=	boost_python.4:${PORTSDIR}/devel/boost-python-libs \
-		tag.6:${PORTSDIR}/audio/taglib
+		tag.1:${PORTSDIR}/audio/taglib
 
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	configure.py
diff -ur ports/audio/sound-juicer/Makefile ports/audio/sound-juicer/Makefile
--- ports/audio/sound-juicer/Makefile	2009-08-02 03:04:52.000000000 +0200
+++ ports/audio/sound-juicer/Makefile	2009-11-17 09:14:16.000000000 +0200
@@ -20,7 +20,7 @@
     		musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \
 		gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \
 		cdio.8:${PORTSDIR}/sysutils/libcdio \
-    		tag.6:${PORTSDIR}/audio/taglib \
+    		tag.1:${PORTSDIR}/audio/taglib \
 		canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
 		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
 		brasero-media.1:${PORTSDIR}/sysutils/brasero
diff -ur ports/audio/taglookup/Makefile ports/audio/taglookup/Makefile
--- ports/audio/taglookup/Makefile	2008-07-12 18:11:41.000000000 +0200
+++ ports/audio/taglookup/Makefile	2009-11-17 09:14:16.000000000 +0200
@@ -16,7 +16,7 @@
 COMMENT=	Utility for tagging groups of audio files using CDDB
 
 LIB_DEPENDS=	cddb.4:${PORTSDIR}/audio/libcddb \
-		tag.6:${PORTSDIR}/audio/taglib
+		tag.1:${PORTSDIR}/audio/taglib
 
 MAN1=		taglookup.1
 PLIST_FILES=	bin/taglookup
diff -ur ports/audio/tagutil/Makefile ports/audio/tagutil/Makefile
--- ports/audio/tagutil/Makefile	2009-03-31 17:02:47.000000000 +0200
+++ ports/audio/tagutil/Makefile	2009-11-17 09:14:16.000000000 +0200
@@ -13,7 +13,7 @@
 MAINTAINER=	[email protected]
 COMMENT=	A tool to manage tags in music files
 
-LIB_DEPENDS=	tag.6:${PORTSDIR}/audio/taglib
+LIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib
 
 USE_GNOME=	pkgconfig
 MAKE_JOBS_SAFE=	yes
diff -ur ports/audio/xmms-kde/Makefile ports/audio/xmms-kde/Makefile
--- ports/audio/xmms-kde/Makefile	2009-08-04 03:05:28.000000000 +0200
+++ ports/audio/xmms-kde/Makefile	2009-11-17 09:14:16.000000000 +0200
@@ -16,7 +16,7 @@
 
 LIB_DEPENDS=	id3-3.8.3:${PORTSDIR}/audio/id3lib \
 		vorbis.4:${PORTSDIR}/audio/libvorbis \
-		tag.6:${PORTSDIR}/audio/taglib \
+		tag.1:${PORTSDIR}/audio/taglib \
 		smpeg.1:${PORTSDIR}/multimedia/smpeg \
 		xmms.4:${PORTSDIR}/multimedia/xmms
 
diff -ur ports/audio/yammi/Makefile ports/audio/yammi/Makefile
--- ports/audio/yammi/Makefile	2009-09-02 23:02:55.000000000 +0200
+++ ports/audio/yammi/Makefile	2009-11-17 09:14:16.000000000 +0200
@@ -15,7 +15,7 @@
 COMMENT=	A QT-based music manager with fuzzy search
 
 LIB_DEPENDS=	vorbis.4:${PORTSDIR}/audio/libvorbis \
-		tag.6:${PORTSDIR}/audio/taglib
+		tag.1:${PORTSDIR}/audio/taglib
 
 OPTIONS=	XMMS "XMMS backend support" off
 
diff -ur ports/deskutils/pinot/Makefile ports/deskutils/pinot/Makefile
--- ports/deskutils/pinot/Makefile	2009-08-02 03:05:04.000000000 +0200
+++ ports/deskutils/pinot/Makefile	2009-11-17 09:14:36.000000000 +0200
@@ -26,7 +26,7 @@
 		boost_thread.4:${PORTSDIR}/devel/boost-libs		\
 		exif.12:${PORTSDIR}/graphics/libexif		\
 		gmime-2.4:${PORTSDIR}/mail/gmime24		\
-		tag.6:${PORTSDIR}/audio/taglib			\
+		tag.1:${PORTSDIR}/audio/taglib			\
 		curl.5:${PORTSDIR}/ftp/curl
 RUN_DEPENDS=	update-mime-database:${PORTSDIR}/misc/shared-mime-info	\
 		antiword:${PORTSDIR}/textproc/antiword			\
diff -ur ports/devel/evfs/Makefile ports/devel/evfs/Makefile
--- ports/devel/evfs/Makefile	2009-08-02 03:05:07.000000000 +0200
+++ ports/devel/evfs/Makefile	2009-11-17 09:14:19.000000000 +0200
@@ -47,7 +47,7 @@
 .endif
 
 .if !defined(WITHOUT_TAGLIB) || exists(${LOCALBASE}/lib/libtag.so.6)
-LIB_DEPENDS+=	tag.6:${PORTSDIR}/audio/taglib
+LIB_DEPENDS+=	tag.1:${PORTSDIR}/audio/taglib
 PLIST_SUB+=	TAGLIB=""
 .else
 PLIST_SUB+=	TAGLIB="@comment "
diff -ur ports/multimedia/audacious-plugins/Makefile ports/multimedia/audacious-plugins/Makefile
--- ports/multimedia/audacious-plugins/Makefile	2009-07-28 03:07:42.000000000 +0200
+++ ports/multimedia/audacious-plugins/Makefile	2009-11-17 09:14:54.000000000 +0200
@@ -211,7 +211,7 @@
 
 .if defined(WITH_MPC)
 LIB_DEPENDS+=	mpcdec.5:${PORTSDIR}/audio/libmpcdec \
-		tag.6:${PORTSDIR}/audio/taglib
+		tag.1:${PORTSDIR}/audio/taglib
 PLIST_SUB+=	MPCPLUGIN=""
 CONFIGURE_ARGS+=--enable-musepack
 .else
diff -ur ports/multimedia/bmpx/Makefile ports/multimedia/bmpx/Makefile
--- ports/multimedia/bmpx/Makefile	2009-08-02 03:06:33.000000000 +0200
+++ ports/multimedia/bmpx/Makefile	2009-11-17 09:14:54.000000000 +0200
@@ -14,7 +14,7 @@
 MAINTAINER=	[email protected]
 COMMENT=	Media player geared towards usability, technical efficiency and looks
 
-LIB_DEPENDS=	tag.6:${PORTSDIR}/audio/taglib \
+LIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib \
 		cairomm-1.0.1:${PORTSDIR}/graphics/cairomm \
 		musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
 		cdio.8:${PORTSDIR}/sysutils/libcdio \
diff -ur ports/multimedia/eclair/Makefile ports/multimedia/eclair/Makefile
--- ports/multimedia/eclair/Makefile	2009-08-02 03:06:33.000000000 +0200
+++ ports/multimedia/eclair/Makefile	2009-11-17 09:14:54.000000000 +0200
@@ -15,7 +15,7 @@
 MAINTAINER=	[email protected]
 COMMENT=	An EFL powered media player
 
-LIB_DEPENDS=	tag.6:${PORTSDIR}/audio/taglib
+LIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
diff -ur ports/multimedia/transkode/Makefile ports/multimedia/transkode/Makefile
--- ports/multimedia/transkode/Makefile	2009-09-02 23:27:29.000000000 +0200
+++ ports/multimedia/transkode/Makefile	2009-11-17 09:14:55.000000000 +0200
@@ -15,7 +15,7 @@
 MAINTAINER=	[email protected]
 COMMENT=	A KDE/Qt based frontend for various audio transcoding tools
 
-LIB_DEPENDS=	tag.6:${PORTSDIR}/audio/taglib
+LIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib
 RUN_DEPENDS=	amarok:${PORTSDIR}/audio/amarok
 
 USE_BZIP2=	yes
diff -ur ports/multimedia/vlc/Makefile ports/multimedia/vlc/Makefile
--- ports/multimedia/vlc/Makefile	2009-11-05 18:57:47.000000000 +0200
+++ ports/multimedia/vlc/Makefile	2009-11-17 09:14:55.000000000 +0200
@@ -456,7 +456,7 @@
 .endif
 
 .if !defined(WITHOUT_TAGLIB)
-LIB_DEPENDS+=	tag.6:${PORTSDIR}/audio/taglib
+LIB_DEPENDS+=	tag.1:${PORTSDIR}/audio/taglib
 CONFIGURE_ARGS+=--enable-taglib
 .else
 CONFIGURE_ARGS+=--disable-taglib
diff -ur ports/multimedia/xfce4-media/Makefile ports/multimedia/xfce4-media/Makefile
--- ports/multimedia/xfce4-media/Makefile	2009-08-02 03:06:36.000000000 +0200
+++ ports/multimedia/xfce4-media/Makefile	2009-11-17 09:14:55.000000000 +0200
@@ -34,7 +34,7 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_TAGLIB)
-LIB_DEPENDS+=	tag.6:${PORTSDIR}/audio/taglib
+LIB_DEPENDS+=	tag.1:${PORTSDIR}/audio/taglib
 CONFIGURE_ARGS+=--with-taglib
 .else
 CONFIGURE_ARGS+=--without-taglib
diff -ur ports/net-p2p/ktorrent/Makefile ports/net-p2p/ktorrent/Makefile
--- ports/net-p2p/ktorrent/Makefile	2009-11-17 09:11:03.000000000 +0200
+++ ports/net-p2p/ktorrent/Makefile	2009-11-17 09:14:57.000000000 +0200
@@ -16,7 +16,7 @@
 LIB_DEPENDS=	gmp.8:${PORTSDIR}/math/libgmp4 \
 		qca.2:${PORTSDIR}/devel/qca \
 		streamanalyzer.0:${PORTSDIR}/deskutils/strigi \
-		tag.6:${PORTSDIR}/audio/taglib
+		tag.1:${PORTSDIR}/audio/taglib
 
 USE_BZIP2=	yes
 USE_KDE4=	kdelibs kdehier kdeprefix automoc4
diff -ur ports/sysutils/fusefs-pod/Makefile ports/sysutils/fusefs-pod/Makefile
--- ports/sysutils/fusefs-pod/Makefile	2009-09-02 23:37:13.000000000 +0200
+++ ports/sysutils/fusefs-pod/Makefile	2009-11-17 09:15:05.000000000 +0200
@@ -17,7 +17,7 @@
 
 LIB_DEPENDS=	fuse.2:${PORTSDIR}/sysutils/fusefs-libs\
 		gpod.5:${PORTSDIR}/audio/libgpod\
-		tag.6:${PORTSDIR}/audio/taglib
+		tag.1:${PORTSDIR}/audio/taglib
 RUN_DEPENDS=	${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
 
 USE_BZIP2=	yes
diff -ur ports/sysutils/krename-kde4/Makefile ports/sysutils/krename-kde4/Makefile
--- ports/sysutils/krename-kde4/Makefile	2009-10-15 18:53:19.000000000 +0200
+++ ports/sysutils/krename-kde4/Makefile	2009-11-17 09:15:05.000000000 +0200
@@ -13,7 +13,7 @@
 MAINTAINER=	[email protected]
 COMMENT=	Very powerful batch file renamer for KDE
 
-LIB_DEPENDS=	tag.6:${PORTSDIR}/audio/taglib \
+LIB_DEPENDS=	tag.1:${PORTSDIR}/audio/taglib \
 		exiv2.7:${PORTSDIR}/graphics/exiv2
 
 LATEST_LINK=	${PORTNAME}-kde4

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to