From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 26 17:50:39 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 37F3E16A4CE for ; Fri, 26 Nov 2004 17:50:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 294B943D58 for ; Fri, 26 Nov 2004 17:50:39 +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 iAQHocou019984 for ; Fri, 26 Nov 2004 17:50:38 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iAQHockp019983; Fri, 26 Nov 2004 17:50:38 GMT (envelope-from gnats) Date: Fri, 26 Nov 2004 17:50:38 GMT Message-Id: <200411261750.iAQHockp019983@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Martin.Dieringer@t-online.de (Martin Dieringer) Subject: Re: ports/74335: [patch] audio mac marked BROKEN for sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Martin Dieringer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2004 17:50:39 -0000 The following reply was made to PR ports/74335; it has been noted by GNATS. From: Martin.Dieringer@t-online.de (Martin Dieringer) To: freebsd-gnats-submit@FreeBSD.org Cc: Sergey Matveychuk Subject: Re: ports/74335: [patch] audio mac marked BROKEN for sparc64 Date: Fri, 26 Nov 2004 18:40:37 +0100 (CET) ok, this patch uses the more appropriate NOT_FOR_ARCHS instead *** Makefile.orig Wed Nov 24 21:50:35 2004 --- Makefile Fri Nov 26 18:35:50 2004 *************** *** 31,36 **** --- 31,39 ---- .include + # does not compile on sparc64 + NOT_FOR_ARCHS=sparc64 + .if ${OSVERSION} < 500000 IGNORE= does not compile on 4.x due to missing multibyte string functions in libc .endif