From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 21 20:30:23 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 7E41816A4CF for ; Tue, 21 Dec 2004 20:30:23 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45AEA43D4C for ; Tue, 21 Dec 2004 20:30:23 +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 iBLKUNMr009556 for ; Tue, 21 Dec 2004 20:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBLKUNre009551; Tue, 21 Dec 2004 20:30:23 GMT (envelope-from gnats) Resent-Date: Tue, 21 Dec 2004 20:30:23 GMT Resent-Message-Id: <200412212030.iBLKUNre009551@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, Craig Boston Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9626116A4CE for ; Tue, 21 Dec 2004 20:27:51 +0000 (GMT) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D1643D39 for ; Tue, 21 Dec 2004 20:27:51 +0000 (GMT) (envelope-from craig@yekse.gank.org) Received: by ion.gank.org (mail, from userid 1001) id 31FCD2AA46; Tue, 21 Dec 2004 14:27:18 -0600 (CST) Message-Id: <20041221202718.31FCD2AA46@ion.gank.org> Date: Tue, 21 Dec 2004 14:27:18 -0600 (CST) From: Craig Boston To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/75367: Audacity patch for arch. other than i386 [maintainer-update] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Craig Boston List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 20:30:23 -0000 >Number: 75367 >Category: ports >Synopsis: Audacity patch for arch. other than i386 [maintainer-update] >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: Tue Dec 21 20:30:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Craig Boston >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD hostname 5.3-STABLE FreeBSD 5.3-STABLE #0: Tue Nov 23 12:54:34 CST 2004 root@hostname:/compile/obj/compile/src/sys/HOSTNAME i386 >Description: This should fix building on architectures other than i386 which were failing. The SSE workaround is unnecessary on these as it is a Pentium4 specific problem. No PORTREVISION bump should be necessary as it has never compiled successfully in those conditions. >How-To-Repeat: See http://pointyhat.freebsd.org/errorlogs/sparc64-errorlogs/e.5.2004100722/audacity-1.2.3.log >Fix: --- audacity-i386.diff begins here --- --- Makefile.orig Tue Dec 21 14:07:16 2004 +++ Makefile Tue Dec 21 14:12:03 2004 @@ -25,7 +25,7 @@ .include -.if ${OSVERSION} >= 501103 +.if ${MACHINE_ARCH} == "i386" && ${OSVERSION} >= 501103 SSE_CFLAGS= -mno-sse -mno-sse2 .endif CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ --- audacity-i386.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: