Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2009 17:11:18 +0200 (CEST)
From:      Florian Smeets <flo@kasimir.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gnome@FreeBSD.org
Subject:   ports/133243: [PATCH] audio/pulseaudio: remove BROKEN for sparc64
Message-ID:  <20090331151118.E74DCD270@280r.solomo.de>
Resent-Message-ID: <200903311520.n2VFK1WC083376@freefall.freebsd.org>

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

>Number:         133243
>Category:       ports
>Synopsis:       [PATCH] audio/pulseaudio: remove BROKEN for sparc64
>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:   Tue Mar 31 15:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Florian Smeets
>Release:        FreeBSD 8.0-CURRENT sparc64
>Organization:
>Environment:
System: FreeBSD 280r.solomo.de 8.0-CURRENT FreeBSD 8.0-CURRENT #34 r190520M: Sun Mar 29 15:18:18 CEST
>Description:
- remove broken for sparc64, does compile on r190520M

- add USE_GETTEXT to please portlint

Port maintainer (gnome@FreeBSD.org) is cc'd.

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

--- pulseaudio-0.9.14.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/audio/pulseaudio.orig/Makefile /usr/ports/audio/pulseaudio/Makefile
--- /usr/ports/audio/pulseaudio.orig/Makefile	2009-03-30 19:25:33.268988096 +0200
+++ /usr/ports/audio/pulseaudio/Makefile	2009-03-31 17:08:12.805869807 +0200
@@ -26,6 +26,7 @@
 GNU_CONFIGURE=	yes
 USE_AUTOTOOLS=	libltdl:15 libtool:15
 USE_GMAKE=	yes
+USE_GETTEXT=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib" \
 		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
@@ -49,10 +50,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile on sparc64
-.endif
-
 .if defined(WITH_JACK)
 LIB_DEPENDS+=	jack.0:${PORTSDIR}/audio/jack
 PLIST_SUB+=	JACK=""
--- pulseaudio-0.9.14.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?20090331151118.E74DCD270>