Date: Tue, 11 Mar 2008 20:58:28 GMT From: Rene Ladan <r.c.ladan@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/121626: [MAINTAINER] : use USE_XORG for audio/xmms-wma Message-ID: <200803112058.m2BKwSta079000@www.freebsd.org> Resent-Message-ID: <200803112110.m2BLA04K067317@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121626 >Category: ports >Synopsis: [MAINTAINER] : use USE_XORG for audio/xmms-wma >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 11 21:10:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 7.0-RELEASE >Organization: >Environment: FreeBSD self.rene-ladan.nl 7.0-RELEASE FreeBSD 7.0-RELEASE #3: Thu Feb 28 10:15:55 CET 2008 root@self.rene-ladan.nl:/usr/obj/usr/src/sys/RENE i386 >Description: Change the Makefile of audio/xmms-wma to use USE_XORG instead of USE_X_PREFIX The list should be complete, but I'm not sure. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/audio/xmms-wma/Makefile xmms-wma/Makefile --- /usr/ports/audio/xmms-wma/Makefile 2007-05-19 22:00:16.000000000 +0200 +++ xmms-wma/Makefile 2008-03-11 21:57:49.000000000 +0100 @@ -18,11 +18,12 @@ USE_BZIP2= yes USE_GMAKE= yes -USE_X_PREFIX= yes CFLAGS+= -fPIC -DPIC ONLY_FOR_ARCHS= i386 amd64 sparc64 +USE_XORG= xi xext x11 PLIST_FILES= lib/xmms/Input/libwma.so +USE_LDCONFIG= yes .if defined(WITH_ICONV) CFLAGS+= -DUSE_ICONV >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803112058.m2BKwSta079000>