svn commit: r313644 - in head/multimedia/xmms: . files

Bryan Drewery bdrewery at FreeBSD.org
Fri Mar 8 13:04:51 UTC 2013


On 3/8/2013 7:03 AM, Pietro Cerutti wrote:
> Author: gahr
> Date: Fri Mar  8 13:03:13 2013
> New Revision: 313644
> URL: http://svnweb.freebsd.org/changeset/ports/313644
> 
> Log:
>   - Add gettext library to xmms-config --libs
>   - While at it, get rid of PTHREAD_LIBS
> 

Please note this port is no longer maintained by ports@

> Added:
>   head/multimedia/xmms/files/patch-xmms-config.in   (contents, props changed)
> Modified:
>   head/multimedia/xmms/Makefile   (contents, props changed)
> 
> Modified: head/multimedia/xmms/Makefile
> ==============================================================================
> --- head/multimedia/xmms/Makefile	Fri Mar  8 12:59:10 2013	(r313643)
> +++ head/multimedia/xmms/Makefile	Fri Mar  8 13:03:13 2013	(r313644)
> @@ -3,7 +3,7 @@
>  
>  PORTNAME=	xmms
>  PORTVERSION=	1.2.11
> -PORTREVISION=	16
> +PORTREVISION=	17
>  CATEGORIES+=	multimedia audio ipv6
>  MASTER_SITES=	http://www.xmms.org/files/1.2.x/ \
>  		http://legacy.xmms2.org/ \
> @@ -24,7 +24,6 @@ USE_AUTOTOOLS=	automake autoconf libtool
>  AUTOTOOLSFILES=	aclocal.m4
>  AUTOMAKE_ARGS=	--add-missing
>  CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib" \
> -		PTHREAD_LIBS="${PTHREAD_LIBS}" \
>  		INPUT_PLUGINS="${INPUT_PLUGINS}" \
>  		OUTPUT_PLUGINS="${OUTPUT_PLUGINS}" \
>  		VISUALIZATION_PLUGINS="${VISUALIZATION_PLUGINS}"
> 
> Added: head/multimedia/xmms/files/patch-xmms-config.in
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/multimedia/xmms/files/patch-xmms-config.in	Fri Mar  8 13:03:13 2013	(r313644)
> @@ -0,0 +1,14 @@
> +--- xmms-config.in.orig	2013-03-08 13:50:50.000000000 +0100
> ++++ xmms-config.in	2013-03-08 13:51:04.000000000 +0100
> +@@ -153,9 +153,9 @@
> + fi
> + 
> + if test "$lib_dir" != "/usr/lib"; then
> +-    libs="-L$lib_dir $gtk_libs -lxmms"
> ++    libs="-L$lib_dir $gtk_libs -lxmms -lgettextlib"
> + else
> +-    libs="$gtk_libs -lxmms"
> ++    libs="$gtk_libs -lxmms -lgettextlib"
> + fi
> + 
> + if test "$echo_cflags" = "yes"; then
> 


-- 
Regards,
Bryan Drewery
bdrewery at freenode/EFNet

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130308/2d1f7ad0/attachment.sig>


More information about the svn-ports-all mailing list