From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 24 21:10:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F34D516A4CE for ; Wed, 24 Nov 2004 21:10:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE73443D3F for ; Wed, 24 Nov 2004 21:10:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iAOLAISS048551 for ; Wed, 24 Nov 2004 21:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAOLAIlw048550; Wed, 24 Nov 2004 21:10:18 GMT (envelope-from gnats) Resent-Date: Wed, 24 Nov 2004 21:10:18 GMT Resent-Message-Id: <200411242110.iAOLAIlw048550@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin.Dieringer@t-online.de (Martin Dieringer) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF67E16A4CE for ; Wed, 24 Nov 2004 21:05:31 +0000 (GMT) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A56B43D48 for ; Wed, 24 Nov 2004 21:05:31 +0000 (GMT) (envelope-from Martin.Dieringer@t-online.de) Received: from fwd07.aul.t-online.de by mailout05.sul.t-online.com with smtp id 1CX4KP-0006CI-01; Wed, 24 Nov 2004 22:05:29 +0100 Received: from dieringer.dyndns.org (rIUAVvZf8efx42c8eKgtIcLwfzCJrqKrtFrJuxTFIEmfbBH2CFXTcS@[217.231.175.232]) by fwd07.sul.t-online.com with smtp id 1CX4KE-0C4V7o0; Wed, 24 Nov 2004 22:05:18 +0100 Received: (qmail 42542 invoked by uid 0); 24 Nov 2004 20:58:36 -0000 Message-Id: <20041124205836.42541.qmail@dieringer.dyndns.org> Date: 24 Nov 2004 20:58:36 -0000 From: Martin.Dieringer@t-online.de (Martin Dieringer) To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/74335: [patch] audio/mac marked BROKEN for sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 21:10:19 -0000 >Number: 74335 >Category: ports >Synopsis: [patch] audio/mac marked BROKEN for sparc64 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 24 21:10:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Martin Dieringer >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD pc.dieringer.dyndns.org 5.3-STABLE FreeBSD 5.3-STABLE #8: Sat Oct 30 14:25:09 CEST 2004 root@pc.dieringer.dyndns.org:/usr/obj/usr/src/sys/PC i386 >Description: audio/mac does not compile on sparc64. I have no fix, so I marked it BROKEN >How-To-Repeat: >Fix: apply patch --- patch-sparc64 begins here --- *** Makefile.orig Wed Nov 24 21:50:35 2004 --- Makefile Wed Nov 24 21:50:58 2004 *************** *** 31,36 **** --- 31,40 ---- .include + .if ${ARCH} == "sparc64" + BROKEN= "Sorry, does not compile on sparc64" + .endif + .if ${OSVERSION} < 500000 IGNORE= does not compile on 4.x due to missing multibyte string functions in libc .endif --- patch-sparc64 ends here --- >Release-Note: >Audit-Trail: >Unformatted: