From owner-freebsd-gnome@FreeBSD.ORG Tue Mar 31 15:11:22 2009 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B474E10656BC; Tue, 31 Mar 2009 15:11:22 +0000 (UTC) (envelope-from flo@280r.solomo.de) Received: from mail.solomo.de (mail.solomo.de [85.214.49.72]) by mx1.freebsd.org (Postfix) with ESMTP id 712BB8FC26; Tue, 31 Mar 2009 15:11:22 +0000 (UTC) (envelope-from flo@280r.solomo.de) Received: from localhost (localhost [127.0.0.1]) by mail.solomo.de (Postfix) with ESMTP id 382CC3F54C; Tue, 31 Mar 2009 17:11:21 +0200 (CEST) X-Virus-Scanned: amavisd-new at vistream.de Received: from mail.solomo.de ([127.0.0.1]) by localhost (mail.solomo.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Iv+kxxcMhWrd; Tue, 31 Mar 2009 17:11:19 +0200 (CEST) Received: from 280r.solomo.de (unknown [212.185.53.228]) by mail.solomo.de (Postfix) with ESMTP id 24D3F3F517; Tue, 31 Mar 2009 17:11:19 +0200 (CEST) Received: by 280r.solomo.de (Postfix, from userid 1001) id E74DCD270; Tue, 31 Mar 2009 17:11:18 +0200 (CEST) To: FreeBSD-gnats-submit@freebsd.org From: Florian Smeets X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20090331151118.E74DCD270@280r.solomo.de> Date: Tue, 31 Mar 2009 17:11:18 +0200 (CEST) Cc: gnome@FreeBSD.org Subject: [PATCH] audio/pulseaudio: remove BROKEN for sparc64 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2009 15:11:23 -0000 >Submitter-Id: current-users >Originator: Florian Smeets >Organization: >Confidential: no >Synopsis: [PATCH] audio/pulseaudio: remove BROKEN for sparc64 >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 8.0-CURRENT sparc64 >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 -.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 ---