ports/121626: [MAINTAINER] : use USE_XORG for audio/xmms-wma

Rene Ladan r.c.ladan at gmail.com
Tue Mar 11 21:10:01 UTC 2008


>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 at 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:



More information about the freebsd-ports-bugs mailing list