ports/144821: [patch] audio/xmms2 : update to version 0.7 DrNo.
Guido Falsi
mad at madpilot.net
Sun Nov 14 15:40:11 UTC 2010
The following reply was made to PR ports/144821; it has been noted by GNATS.
From: Guido Falsi <mad at madpilot.net>
To: bug-followup at FreeBSD.org, mad at madpilot.net
Cc: Anonymous <swell.k at gmail.com>
Subject: Re: ports/144821: [patch] audio/xmms2 : update to version 0.7 DrNo.
Date: Sun, 14 Nov 2010 16:30:56 +0100
This is a multi-part message in MIME format.
--------------090902060705040109050209
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
Attaching new patch which includes update of gxmms2 to 0.7.1 and uses
the debian mirrored distfile for it.
Added dir:
audio/abraca/files
Added files:
audio/abraca/files/patch-src-components-collections-collections_view.vala
audio/gxmms2/files/patch-gxmms2src-gxmms2.c
removed file:
audio/gxmms2/files/patch-gxmms2src-gxmms2.c
--
Guido Falsi <mad at madpilot.net>
--------------090902060705040109050209
Content-Type: text/plain;
name="xmms2.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="xmms2.diff"
diff -ruN ports.old/audio/abraca/Makefile ports/audio/abraca/Makefile
--- ports.old/audio/abraca/Makefile 2010-11-14 16:23:44.601241747 +0100
+++ ports/audio/abraca/Makefile 2010-11-14 16:19:16.899168005 +0100
@@ -6,25 +6,25 @@
#
PORTNAME= abraca
-PORTVERSION= 0.4
-PORTREVISION= 2
-DISTVERSIONSUFFIX=-pre2
+PORTVERSION= 0.5.0
CATEGORIES= audio
-MASTER_SITES= http://abraca.xmms.se/attachments/download/100/
+MASTER_SITES= http://abraca.xmms.se/attachments/download/128/
MAINTAINER= olivier at gid0.org
COMMENT= Abraca is a GTK2 client for the XMMS2 music player
-LIB_DEPENDS= xmmsclient.5:${PORTSDIR}/audio/xmms2
+BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${PORTSDIR}/lang/vala
+LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2 \
+ gee.2:${PORTSDIR}/devel/libgee
-USE_GMAKE= yes
-ALL_TARGET= # defined
+USE_BZIP2= yes
+USE_SCONS= yes
USE_GNOME= gtk20
PLIST_FILES= bin/${PORTNAME}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/build/src/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.pre.mk>
diff -ruN ports.old/audio/abraca/distinfo ports/audio/abraca/distinfo
--- ports.old/audio/abraca/distinfo 2010-11-14 16:23:44.601241747 +0100
+++ ports/audio/abraca/distinfo 2010-11-14 16:19:16.899168005 +0100
@@ -1,3 +1,2 @@
-MD5 (abraca-0.4-pre2.tar.gz) = ccfaf2bb1d01f0ab9915896bdad859c1
-SHA256 (abraca-0.4-pre2.tar.gz) = b2af3a885d6398735c581e43edb45658ed0190e69f99b3f55e7dfa3d6f85ce4b
-SIZE (abraca-0.4-pre2.tar.gz) = 155504
+SHA256 (abraca-0.5.0.tar.bz2) = c4caf88e9c0c8d5d51ac5c0df4cc9022a0aa2574a4ff791dea11c7e212b766e2
+SIZE (abraca-0.5.0.tar.bz2) = 402497
diff -ruN ports.old/audio/abraca/files/patch-src-components-collections-collections_view.vala ports/audio/abraca/files/patch-src-components-collections-collections_view.vala
--- ports.old/audio/abraca/files/patch-src-components-collections-collections_view.vala 1970-01-01 01:00:00.000000000 +0100
+++ ports/audio/abraca/files/patch-src-components-collections-collections_view.vala 2010-11-14 16:19:16.914173235 +0100
@@ -0,0 +1,23 @@
+--- src/components/collections/collections_view.vala.orig 2010-04-03 04:19:53.000000000 +0200
++++ src/components/collections/collections_view.vala 2010-11-12 20:11:48.471315596 +0100
+@@ -441,16 +441,11 @@
+ Gtk.TreePath path = model.get_path(iter);
+
+ if (path.get_depth() == 2) {
+- unowned GLib.List<Gtk.CellRenderer> renderers;
+- Gtk.CellRendererText renderer;
+- GLib.List<unowned Gtk.TreeViewColumn> cols;
+- Gtk.TreeViewColumn col;
++ var cols = get_columns();
++ var col = cols.data;
+
+- cols = get_columns();
+- col = cols.data;
+-
+- renderers = col.get_cells();
+- renderer = (Gtk.CellRendererText) renderers.data;
++ var renderers = col.get_cells();
++ var renderer = (Gtk.CellRendererText) renderers.data;
+
+ renderer.editable = true;
+ set_cursor_on_cell(path, col, renderer, true);
diff -ruN ports.old/audio/abraca/pkg-descr ports/audio/abraca/pkg-descr
--- ports.old/audio/abraca/pkg-descr 2010-11-14 16:23:44.601241747 +0100
+++ ports/audio/abraca/pkg-descr 2010-11-14 16:19:16.915173919 +0100
@@ -1,4 +1,4 @@
Abraca is a GTK2 client for the XMMS2 music player. It is designed with
collections in mind, which makes managing your music a breeze.
-WWW: http://nooms.de/projects/abraca
+WWW: http://abraca.xmms.se/wiki/abraca
diff -ruN ports.old/audio/cpp-xmms2/Makefile ports/audio/cpp-xmms2/Makefile
--- ports.old/audio/cpp-xmms2/Makefile 2010-11-14 16:23:45.350453443 +0100
+++ ports/audio/cpp-xmms2/Makefile 2010-11-14 16:19:17.066174380 +0100
@@ -5,7 +5,7 @@
# $FreeBSD: ports/audio/cpp-xmms2/Makefile,v 1.13 2009/08/19 11:56:15 miwi Exp $
#
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= audio
PKGNAMEPREFIX= cpp-
@@ -13,7 +13,7 @@
COMMENT= C++ Bindings for XMMS2
LIB_DEPENDS+= boost_signals.4:${PORTSDIR}/devel/boost-libs \
- xmmsclient.5:${PORTSDIR}/audio/xmms2
+ xmmsclient.6:${PORTSDIR}/audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
USE_LDCONFIG= yes
diff -ruN ports.old/audio/cpp-xmms2/pkg-plist ports/audio/cpp-xmms2/pkg-plist
--- ports.old/audio/cpp-xmms2/pkg-plist 2010-11-14 16:23:45.351453568 +0100
+++ ports/audio/cpp-xmms2/pkg-plist 2010-11-14 16:19:17.066174380 +0100
@@ -2,7 +2,7 @@
lib/libxmmsclient++-glib.so.1
lib/libxmmsclient++-glib.so.1.0.0
lib/libxmmsclient++.so
-lib/libxmmsclient++.so.3
-lib/libxmmsclient++.so.3.0.0
+lib/libxmmsclient++.so.4
+lib/libxmmsclient++.so.4.0.0
libdata/pkgconfig/xmms2-client-cpp-glib.pc
libdata/pkgconfig/xmms2-client-cpp.pc
diff -ruN ports.old/audio/gxmms2/Makefile ports/audio/gxmms2/Makefile
--- ports.old/audio/gxmms2/Makefile 2010-11-14 16:23:46.237675717 +0100
+++ ports/audio/gxmms2/Makefile 2010-11-14 16:19:17.869324889 +0100
@@ -6,19 +6,15 @@
#
PORTNAME= gxmms2
-PORTVERSION= 0.7.0.20090608
-PORTREVISION= 2
-DISTVERSIONSUFFIX=.795a77a
+PORTVERSION= 0.7.1
CATEGORIES= audio
-#MASTER_SITES= http://wejp.k.vu/projects/xmms2/
-MASTER_SITES= ftp://ftp.lissyara.su/users/Guest/distfiles/
+DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX}
+MASTER_SITES= http://ftp.de.debian.org/debian/pool/main/g/gxmms2/
MAINTAINER= ports at FreeBSD.org
COMMENT= A GTK2 based XMMS2 client, written in C
-LIB_DEPENDS= xmmsclient.5:${PORTSDIR}/audio/xmms2
-
-BROKEN= does not fetch
+LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2
USE_GNOME= gtk20
USE_GMAKE= yes
diff -ruN ports.old/audio/gxmms2/distinfo ports/audio/gxmms2/distinfo
--- ports.old/audio/gxmms2/distinfo 2010-11-14 16:23:46.241676497 +0100
+++ ports/audio/gxmms2/distinfo 2010-11-14 16:19:17.869324889 +0100
@@ -1,3 +1,2 @@
-MD5 (gxmms2-0.7.0.20090608.795a77a.tar.gz) = e3c8154035c69d5cae7d67f85f86d101
-SHA256 (gxmms2-0.7.0.20090608.795a77a.tar.gz) = aeedb2ae3ae7ca40dd1c718a3c52d92b2d0c52565b7c22e73be8ff36d04be3db
-SIZE (gxmms2-0.7.0.20090608.795a77a.tar.gz) = 75735
+SHA256 (gxmms2_0.7.1.orig.tar.gz) = fa3fef28935d29665bd7d788db2dcd131e177c7d9ee71423c096a410bfc05a27
+SIZE (gxmms2_0.7.1.orig.tar.gz) = 76473
diff -ruN ports.old/audio/p5-xmms2/Makefile ports/audio/p5-xmms2/Makefile
--- ports.old/audio/p5-xmms2/Makefile 2010-11-14 16:23:47.918028036 +0100
+++ ports/audio/p5-xmms2/Makefile 2010-11-14 16:19:23.648320999 +0100
@@ -5,14 +5,14 @@
# $FreeBSD: ports/audio/p5-xmms2/Makefile,v 1.6 2009/08/19 11:56:15 miwi Exp $
#
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= audio perl5
PKGNAMEPREFIX= p5-
MAINTAINER= ports at FreeBSD.org
COMMENT= Perl Bindings for XMMS2
-LIB_DEPENDS+= xmmsclient.5:${PORTSDIR}/audio/xmms2
+LIB_DEPENDS+= xmmsclient.6:${PORTSDIR}/audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
diff -ruN ports.old/audio/p5-xmms2/pkg-plist ports/audio/p5-xmms2/pkg-plist
--- ports.old/audio/p5-xmms2/pkg-plist 2010-11-14 16:23:47.931032458 +0100
+++ ports/audio/p5-xmms2/pkg-plist 2010-11-14 16:19:23.648320999 +0100
@@ -1,8 +1,9 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/Audio/Collection.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Audio/Glib.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Audio/Sync.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Audio/XMMSClient.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Audio/XMMSClient/Collection.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Audio/XMMSClient/Glib.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Audio/XMMSClient/Sync.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/XMMSClient/XMMSClient.so
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio/XMMSClient
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Audio
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Audio/XMMSClient
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Audio
diff -ruN ports.old/audio/py-xmms2/Makefile ports/audio/py-xmms2/Makefile
--- ports.old/audio/py-xmms2/Makefile 2010-11-14 16:23:48.153048807 +0100
+++ ports/audio/py-xmms2/Makefile 2010-11-14 16:19:24.518600580 +0100
@@ -5,7 +5,7 @@
# $FreeBSD: ports/audio/py-xmms2/Makefile,v 1.11 2009/08/19 11:56:15 miwi Exp $
#
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@
COMMENT= Python Bindings for XMMS2
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex
-LIB_DEPENDS+= xmmsclient.5:${PORTSDIR}/audio/xmms2
+LIB_DEPENDS+= xmmsclient.6:${PORTSDIR}/audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
diff -ruN ports.old/audio/ruby-xmms2/Makefile ports/audio/ruby-xmms2/Makefile
--- ports.old/audio/ruby-xmms2/Makefile 2010-11-14 16:23:48.406099210 +0100
+++ ports/audio/ruby-xmms2/Makefile 2010-11-14 16:19:25.246828027 +0100
@@ -5,14 +5,14 @@
# $FreeBSD: ports/audio/ruby-xmms2/Makefile,v 1.10 2009/08/19 11:56:16 miwi Exp $
#
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio ruby
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
MAINTAINER= ruby at FreeBSD.org
COMMENT= Ruby Bindings for XMMS2
-LIB_DEPENDS+= xmmsclient.5:${PORTSDIR}/audio/xmms2
+LIB_DEPENDS+= xmmsclient.6:${PORTSDIR}/audio/xmms2
MASTERDIR= ${.CURDIR}/../xmms2
diff -ruN ports.old/audio/xmms2/Makefile ports/audio/xmms2/Makefile
--- ports.old/audio/xmms2/Makefile 2010-11-14 16:23:49.582349857 +0100
+++ ports/audio/xmms2/Makefile 2010-11-14 16:19:28.655844595 +0100
@@ -6,11 +6,10 @@
#
PORTNAME?= xmms2
-PORTVERSION= 0.6
-PORTREVISION= 7
-DISTVERSIONSUFFIX=DrMattDestruction
+PORTVERSION= 0.7
+DISTVERSIONSUFFIX=DrNo
CATEGORIES?= audio
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20DrMattDestruction
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX}
MAINTAINER= ports at FreeBSD.org
COMMENT?= Rewrite of xmms as a client/server system (developer release)
@@ -37,6 +36,7 @@
FAAD "Support to playback AAC files" on \
FAM "Support to update Media Library on file change" off \
FLAC "Support to playback FLAC files" on \
+ GME "Support to playback video game music files" off \
GVFS "Support to playback files via GVFS" off \
ICES "Support to playback files to an icecast server" off \
JACK "Support to output via the Jack output server" off \
@@ -52,6 +52,7 @@
SAMBA "Support to playback files via SMB" off \
SID "Support to playback SID files" off \
SPEEX "Support to playback SPEEX files" off \
+ TREMOR "Support to playback OGG files" off \
VISUAL "Support for visualization plugins" off \
VOCODER "Phase Vocoder effect plugin" off \
VORBIS "Support to playback OGG files" on \
@@ -162,6 +163,14 @@
PLIST_SUB+= FLAC="@comment "
.endif
+.if !defined(WITHOUT_GME)
+LIB_DEPENDS+= gme.0:${PORTSDIR}/audio/libgme
+PLIST_SUB+= GME=""
+.else
+EXCLUDE+= --without-plugins="gme"
+PLIST_SUB+= GME="@comment "
+.endif
+
.if !defined(WITHOUT_GVFS)
USE_GNOME+= gvfs
PLIST_SUB+= GVFS=""
@@ -289,6 +298,14 @@
PLIST_SUB+= SPEEX="@comment "
.endif
+.if !defined(WITHOUT_TREMOR)
+LIB_DEPENDS+= vorbisidec.1:${PORTSDIR}/audio/libtremor
+PLIST_SUB+= TREMOR=""
+.else
+EXCLUDE+= --without-plugins="tremor"
+PLIST_SUB+= TREMOR="@comment "
+.endif
+
# xmms2-ripper
.if !defined(WITHOUT_VISUAL) && !defined(WITHOUT_VORBIS)
LIB_DEPENDS+= vorbisenc.2:${PORTSDIR}/audio/libvorbis
@@ -344,7 +361,7 @@
do-configure:
cd ${WRKSRC} && ./waf configure --conf-prefix=${LOCALBASE} \
- --prefix=${PREFIX} --with-mandir=${PREFIX}/man ${EXCLUDE}
+ --prefix=${PREFIX} --mandir=${PREFIX}/man ${EXCLUDE}
do-build:
cd ${WRKSRC} && ./waf build
diff -ruN ports.old/audio/xmms2/distinfo ports/audio/xmms2/distinfo
--- ports.old/audio/xmms2/distinfo 2010-11-14 16:23:49.582349857 +0100
+++ ports/audio/xmms2/distinfo 2010-11-14 16:19:28.656845558 +0100
@@ -1,3 +1,2 @@
-MD5 (xmms2-0.6DrMattDestruction.tar.bz2) = 954fb9c76b5db5e324a105e81b273200
-SHA256 (xmms2-0.6DrMattDestruction.tar.bz2) = 4fb4f469816d8a1a676f6660e370b0c73a07e3d7e59d07f57a43b67216291db8
-SIZE (xmms2-0.6DrMattDestruction.tar.bz2) = 1631304
+SHA256 (xmms2-0.7DrNo.tar.bz2) = 59c58d9380e6b002920a8dc75f0fd4629ab175b82f29b6637f7816fdc9832b2c
+SIZE (xmms2-0.7DrNo.tar.bz2) = 1519973
diff -ruN ports.old/audio/xmms2/files/patch-src-plugins-airplay-wscript ports/audio/xmms2/files/patch-src-plugins-airplay-wscript
--- ports.old/audio/xmms2/files/patch-src-plugins-airplay-wscript 2010-11-14 16:23:49.594349405 +0100
+++ ports/audio/xmms2/files/patch-src-plugins-airplay-wscript 2010-11-14 16:19:28.674843341 +0100
@@ -1,9 +1,13 @@
---- src/plugins/airplay/wscript~
-+++ src/plugins/airplay/wscript
-@@ -1,11 +1,6 @@
+--- src/plugins/airplay/wscript.orig 2010-02-19 18:43:54.000000000 +0100
++++ src/plugins/airplay/wscript 2010-03-17 15:14:34.459359323 +0100
+@@ -1,15 +1,6 @@
from waftools.plugin import plugin
-def plugin_configure(conf):
+- # MinGW doesn't ship sys/select.h
+- if not conf.check_cc(header_name='sys/select.h'):
+- return False
+-
- if not conf.check_cfg(package="openssl", args="--cflags --libs", uselib_store="openssl"):
- return False
- return True
diff -ruN ports.old/audio/xmms2/files/patch-wscript ports/audio/xmms2/files/patch-wscript
--- ports.old/audio/xmms2/files/patch-wscript 2010-11-14 16:23:49.605349385 +0100
+++ ports/audio/xmms2/files/patch-wscript 2010-11-14 16:19:28.685843880 +0100
@@ -1,24 +1,27 @@
---- wscript~
-+++ wscript
-@@ -297,7 +297,7 @@ def configure(conf):
+--- wscript.orig 2010-02-19 18:43:54.000000000 +0100
++++ wscript 2010-03-17 15:21:16.184861151 +0100
+@@ -303,7 +303,7 @@
conf.env['PKGCONFIGDIR'] = Options.options.pkgconfigdir
print(conf.env['PKGCONFIGDIR'])
else:
-- conf.env['PKGCONFIGDIR'] = os.path.join(conf.env["PREFIX"], "lib", "pkgconfig")
+- conf.env['PKGCONFIGDIR'] = os.path.join(conf.env["LIBDIR"], "pkgconfig")
+ conf.env['PKGCONFIGDIR'] = os.path.join(conf.env["PREFIX"], "libdata", "pkgconfig")
if Options.options.config_prefix:
for dir in Options.options.config_prefix:
-@@ -476,12 +476,5 @@ def set_options(opt):
+@@ -480,15 +480,6 @@
opt.sub_options(o)
def shutdown():
-- if Options.commands['install'] and os.geteuid() == 0:
+- if Options.commands['install'] and (
+- Options.options.ldconfig or
+- (Options.options.ldconfig is None and os.geteuid() == 0)
+- ):
- ldconfig = '/sbin/ldconfig'
- if os.path.isfile(ldconfig):
- libprefix = Utils.subst_vars('${PREFIX}/lib', Build.bld.env)
- try: Utils.cmd_output(ldconfig + ' ' + libprefix)
- except: pass
--
+
if Options.options.run_tests:
- os.system(os.path.join(os.getenv('WAF_HOME'), "default/tests/test_xmmstypes"))
+ os.system(os.path.join(blddir, "default/tests/test_xmmstypes"))
diff -ruN ports.old/audio/xmms2/pkg-plist ports/audio/xmms2/pkg-plist
--- ports.old/audio/xmms2/pkg-plist 2010-11-14 16:23:49.606349511 +0100
+++ ports/audio/xmms2/pkg-plist 2010-11-14 16:19:28.693843763 +0100
@@ -22,7 +22,6 @@
%%INCLUDEDIR%%/xmms/xmms_plugin.h
%%INCLUDEDIR%%/xmms/xmms_sample.h
%%INCLUDEDIR%%/xmms/xmms_streamtype.h
-%%INCLUDEDIR%%/xmms/xmms_strfunc.h
%%INCLUDEDIR%%/xmms/xmms_util.h
%%INCLUDEDIR%%/xmms/xmms_xformplugin.h
%%INCLUDEDIR%%/xmmsc/xmmsc_compiler.h
@@ -70,15 +69,14 @@
lib/libxmmsclient-glib.so.1
lib/libxmmsclient-glib.so.1.0.0
lib/libxmmsclient.so
-lib/libxmmsclient.so.5
-lib/libxmmsclient.so.5.0.0
+lib/libxmmsclient.so.6
+lib/libxmmsclient.so.6.0.0
%%AIRPLAY%%%%LIBDIR%%/libxmms_airplay.so
%%AO%%%%LIBDIR%%/libxmms_ao.so
%%LIBDIR%%/libxmms_apefile.so
%%LIBDIR%%/libxmms_asf.so
%%LIBDIR%%/libxmms_asx.so
%%AVCODEC%%%%LIBDIR%%/libxmms_avcodec.so
-%%AVCODEC%%%%LIBDIR%%/libxmms_avformat.so
%%CDDA%%%%LIBDIR%%/libxmms_cdda.so
%%LIBDIR%%/libxmms_cue.so
%%CURL%%%%LIBDIR%%/libxmms_curl.so
@@ -89,7 +87,7 @@
%%LIBDIR%%/libxmms_file.so
%%FLAC%%%%LIBDIR%%/libxmms_flac.so
%%LIBDIR%%/libxmms_flv.so
-%%LIBDIR%%/libxmms_gme.so
+%%GME%%%%LIBDIR%%/libxmms_gme.so
%%GVFS%%%%LIBDIR%%/libxmms_gvfs.so
%%LIBDIR%%/libxmms_html.so
%%ICES%%%%LIBDIR%%/libxmms_ices.so
@@ -117,6 +115,7 @@
%%SAMBA%%%%LIBDIR%%/libxmms_samba.so
%%SID%%%%LIBDIR%%/libxmms_sid.so
%%SPEEX%%%%LIBDIR%%/libxmms_speex.so
+%%TREMOR%%%%LIBDIR%%/libxmms_tremor.so
%%LIBDIR%%/libxmms_tta.so
%%VOCODER%%%%LIBDIR%%/libxmms_vocoder.so
%%VORBIS%%%%LIBDIR%%/libxmms_vorbis.so
diff -ruN ports.old/sysutils/conky/Makefile ports/sysutils/conky/Makefile
--- ports.old/sysutils/conky/Makefile 2010-11-14 16:25:12.757949165 +0100
+++ ports/sysutils/conky/Makefile 2010-11-14 16:21:38.989638386 +0100
@@ -7,7 +7,7 @@
PORTNAME= conky
PORTVERSION= 1.8.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= SF
@@ -153,7 +153,7 @@
.endif
.if defined(WITH_XMMS2)
-LIB_DEPENDS+= xmmsclient.5:${PORTSDIR}/audio/xmms2
+LIB_DEPENDS+= xmmsclient.6:${PORTSDIR}/audio/xmms2
CONFIGURE_ARGS+= --enable-xmms2
.else
CONFIGURE_ARGS+= --disable-xmms2
--------------090902060705040109050209--
More information about the freebsd-ports-bugs
mailing list