diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2014-05-12 21:44:44 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2014-05-12 21:44:44 +0000 |
commit | c8dd8e95a3302c8e6392bff0d1a39cdeab9b5ac6 (patch) | |
tree | 6e94d5bbdfc6cb4c464103d68936a3cc4088ae14 | |
parent | c51f3f160519f310f541c9b6e3e23cb9322fec17 (diff) | |
download | freebsd-ports-c8dd8e95a3302c8e6392bff0d1a39cdeab9b5ac6.zip |
Comment out the RUSXMMS_PATCHES option, which is actually broken
since the USES=libtool conversion. These patches are horribly
intrusive, and if you need charset handling, a GTK1 application is
the wrong tool. (Use audacious.) I really want to remove this hack,
but let's see if somebody complains.
-rw-r--r-- | multimedia/xmms/Makefile | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile index 55859defc828..075e14af0696 100644 --- a/multimedia/xmms/Makefile +++ b/multimedia/xmms/Makefile @@ -33,7 +33,7 @@ INPUT_PLUGINS= cdaudio mpg123 tonegen wav OUTPUT_PLUGINS= OSS disk_writer VISUALIZATION_PLUGINS= blur_scope sanalyzer -OPTIONS_DEFINE= ESOUND IPV6 MIKMOD NLS SPEC VFILEINFO VORBIS RUSXMMS_PATCHES +OPTIONS_DEFINE= ESOUND IPV6 MIKMOD NLS SPEC VFILEINFO VORBIS #RUSXMMS_PATCHES OPTIONS_DEFAULT=MIKMOD VORBIS OPTIONS_DEFINE_i386= SIMD OPTIONS_DEFAULT_i386= SIMD @@ -62,7 +62,7 @@ VFILEINFO_CPPFLAGS= -DALL_VORBIS_TAGS VORBIS_CONFIGURE_ENABLE=vorbis VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis -RUSXMMS_PATCHES_DESC= Patches to handle broken non-Unicode ID3 tags +#RUSXMMS_PATCHES_DESC= Patches to handle broken non-Unicode ID3 tags .if !defined(WITH_DEBUG) INSTALL_TARGET= install-strip @@ -70,20 +70,20 @@ INSTALL_TARGET= install-strip .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MRUSXMMS_PATCHES} -ENC_PATCHLEVEL= 41 -DISTFILES+= RusXMMS2-csa${ENC_PATCHLEVEL}${EXTRACT_SUFX}:enc -MASTER_SITES+= SF/rusxmms/rusxmms2/csa41%20%28${PORTVERSION}%29:enc -MASTER_SITE_SUBDIR+= rusxmms/:enc - -LIB_DEPENDS+= librcc.so:${PORTSDIR}/devel/librcc \ - librcd.so:${PORTSDIR}/devel/librcd - -USE_AUTOTOOLS= aclocal autoheader libtoolize autoconf automake -LIBTOOLIZE_ARGS=-i -c -f -AUTOMAKE_ARGS= -a -c -f -USE_OPENSSL= yes -.endif +#.if ${PORT_OPTIONS:MRUSXMMS_PATCHES} +#ENC_PATCHLEVEL= 41 +#DISTFILES+= RusXMMS2-csa${ENC_PATCHLEVEL}${EXTRACT_SUFX}:enc +#MASTER_SITES+= SF/rusxmms/rusxmms2/csa41%20%28${PORTVERSION}%29:enc +#MASTER_SITE_SUBDIR+= rusxmms/:enc +# +#LIB_DEPENDS+= librcc.so:${PORTSDIR}/devel/librcc \ +# librcd.so:${PORTSDIR}/devel/librcd +# +#USE_AUTOTOOLS= aclocal autoheader libtoolize autoconf automake +#LIBTOOLIZE_ARGS=-i -c -f +#AUTOMAKE_ARGS= -a -c -f +#USE_OPENSSL= yes +#.endif .if ${PORT_OPTIONS:MESOUND} OUTPUT_PLUGINS+= esd @@ -104,28 +104,28 @@ VISUALIZATION_PLUGINS+= opengl_spectrum .include <bsd.port.pre.mk> post-patch: -.if ${PORT_OPTIONS:MRUSXMMS_PATCHES} - @${REINPLACE_CMD} -e 's/AM_PATH_ALSA.*/have_alsa=no/' \ - ${WRKSRC}/configure.in - @${REINPLACE_CMD} -e '/libtool/,$$d' \ - ${WRKSRC}/acinclude.m4 ${WRKSRC}/libxmms/acinclude.m4 - @${CP} ${WRKDIR}/RusXMMS2/source/* ${WRKSRC}/libxmms/ - @${CAT} ${WRKDIR}/RusXMMS2/3rdparty/mpg123/*.patch | ${PATCH} -s -p1 -d ${WRKSRC} -. for diff in xmms-ds-rusxmms.patch xmms-ds-rusxmms-charset.patch \ - xmms-ds-playlist.patch xmms-ds-shade.patch xmms-ds-textbox.patch - @${PATCH} -s -p1 -d ${WRKSRC} < ${WRKDIR}/RusXMMS2/patches/${diff} -. endfor -. for diff in xmms-ds-mpg123.patch xmms-ds-mpg123-editor.patch \ - xmms-ds-mpg123-editor-keys.patch xmms-ds-vorbis-editor.patch \ - xmms-ds-vorbis-editor-keys.patch - @${PATCH} -s -p1 -d ${WRKSRC} < ${WRKDIR}/RusXMMS2/patches/plugins/${diff} -. endfor -# If there is no esound installed, the autotools won't find a required macro -.if ${HAVE_GNOME:Mesound}=="" - @${REINPLACE_CMD} -e '/AM_PATH_ESD/,/have_esd=no/d' \ - ${WRKSRC}/configure.in -.endif -.endif +#.if ${PORT_OPTIONS:MRUSXMMS_PATCHES} +# @${REINPLACE_CMD} -e 's/AM_PATH_ALSA.*/have_alsa=no/' \ +# ${WRKSRC}/configure.in +# @${REINPLACE_CMD} -e '/libtool/,$$d' \ +# ${WRKSRC}/acinclude.m4 ${WRKSRC}/libxmms/acinclude.m4 +# @${CP} ${WRKDIR}/RusXMMS2/source/* ${WRKSRC}/libxmms/ +# @${CAT} ${WRKDIR}/RusXMMS2/3rdparty/mpg123/*.patch | ${PATCH} -s -p1 -d ${WRKSRC} +#. for diff in xmms-ds-rusxmms.patch xmms-ds-rusxmms-charset.patch \ +# xmms-ds-playlist.patch xmms-ds-shade.patch xmms-ds-textbox.patch +# @${PATCH} -s -p1 -d ${WRKSRC} < ${WRKDIR}/RusXMMS2/patches/${diff} +#. endfor +#. for diff in xmms-ds-mpg123.patch xmms-ds-mpg123-editor.patch \ +# xmms-ds-mpg123-editor-keys.patch xmms-ds-vorbis-editor.patch \ +# xmms-ds-vorbis-editor-keys.patch +# @${PATCH} -s -p1 -d ${WRKSRC} < ${WRKDIR}/RusXMMS2/patches/plugins/${diff} +#. endfor +## If there is no esound installed, the autotools won't find a required macro +#.if ${HAVE_GNOME:Mesound}=="" +# @${REINPLACE_CMD} -e '/AM_PATH_ESD/,/have_esd=no/d' \ +# ${WRKSRC}/configure.in +#.endif +#.endif @${REINPLACE_CMD} -e 's/alsa_found=yes/alsa_found=no/' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,@mkdir_p@,${MKDIR},' \ |