ports/95496: [PATCH] audio/xmms2: mark slave ports BROKEN; general cleanup

Alexander Botero-Lowry alex at foxybanana.com
Fri Apr 7 22:50:13 UTC 2006


>Number:         95496
>Category:       ports
>Synopsis:       [PATCH] audio/xmms2: mark slave ports BROKEN; general cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 07 22:50:11 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
- Do not declare DATADIR; xmms2 port uses default anyway
- All the bindings are broken on 4.x, so mark all slave ports broken

Port maintainer (alex at foxybanana.com) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- xmms2-0.2.d.4_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/xmms2/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/xmms2/Makefile
--- /usr/ports/audio/xmms2/Makefile	Fri Apr  7 02:40:18 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/audio/xmms2/Makefile	Fri Apr  7 15:10:38 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	xmms2
 PORTVERSION=	0.2.d.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -42,8 +42,6 @@
 MANCOMPRESSED=	yes
 .endif
 
-DATADIR=	share/xmms2
-
 SCONS_TARGET?=
 
 .if defined(WITH_CURL)
@@ -165,6 +163,12 @@
 .endif
 
 .include <bsd.port.pre.mk>
+
+.if defined(XMMS2_SLAVE)
+.if ${OSVERSION} < 500000
+BROKEN=	Broken on FreeBSD 4.x
+.endif
+.endif
 
 pre-everything::
 .if defined(WITH_SAMBA)
--- xmms2-0.2.d.4_3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list