Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2006 15:41:54 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        alex@foxybanana.com
Subject:   ports/95496: [PATCH] audio/xmms2: mark slave ports BROKEN; general cleanup
Message-ID:  <200604072241.k37Mfstj097690@Laptop.mine.box>
Resent-Message-ID: <200604072250.k37MoCJ6024985@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604072241.k37Mfstj097690>