Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2001 22:38:43 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26964: Port fix: audio/xmp
Message-ID:  <20010429203843.1E38C3CCF@totem.fix.no>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.pre.mk>
 
-.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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010429203843.1E38C3CCF>