From owner-freebsd-ports Sun Apr 29 13:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C28337B443 for ; Sun, 29 Apr 2001 13:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TKe2T60728; Sun, 29 Apr 2001 13:40:02 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id EED6F37B422 for ; Sun, 29 Apr 2001 13:38:43 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 1E38C3CCF; Sun, 29 Apr 2001 22:38:43 +0200 (CEST) Message-Id: <20010429203843.1E38C3CCF@totem.fix.no> Date: Sun, 29 Apr 2001 22:38:43 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26964: Port fix: audio/xmp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26964 >Category: ports >Synopsis: Port fix: audio/xmp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 29 13:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 4.3-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: Alpha architecture. Unfortunately, I have no such equipment to test this on. >Description: Port fails building on Alpha hardware: http://beta.freebsd.org/errorlogs/4-full/xmp-2.0.4.log >How-To-Repeat: Build the port on Alpha. >Fix: Use esound on Alpha instead of using the xmp oss driver: diff -Nur xmp.old/Makefile xmp/Makefile --- xmp.old/Makefile Tue Apr 17 13:02:01 2001 +++ xmp/Makefile Sun Apr 29 20:57:03 2001 @@ -25,7 +25,7 @@ .include -.if ${OSVERSION} > 500013 +.if ${OSVERSION} > 500013 || ${MACHINE_ARCH} == "alpha" USE_ESOUND= yes CONFIGURE_ARGS+= --disable-oss --enable-esd .elif defined(HAVE_ESOUND) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message