Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2001 13:54:07 +0200 (CEST)
From:      Christian Weisgerber <naddy@mips.inka.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29898: mark audio/waveplay as i386-only
Message-ID:  <200108201154.f7KBs7T06567@kemoauc.mips.inka.de>

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

>Number:         29898
>Category:       ports
>Synopsis:       mark audio/waveplay as i386-only
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 05:40:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Christian Weisgerber
>Release:        FreeBSD 5.0-CURRENT alpha
>Organization:
>Environment:
System: FreeBSD kemoauc.mips.inka.de 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Aug 11 09:23:35 CEST 2001 naddy@kemoauc.mips.inka.de:/home/obj/usr/src/sys/KEMOAUC alpha
	
>Description:

audio/waveplay assumes (at least) arbitrary alignment access and
little endian.  It blows up on alpha, and probably the forthcoming
other architectures as well.

It should be marked ONLY_FOR_ARCHS=i386.

MAINTAINER doesn't respond to me.

>How-To-Repeat:

>Fix:

diff -uNr /usr/ports/audio/waveplay/Makefile waveplay/Makefile
--- /usr/ports/audio/waveplay/Makefile	Wed Dec 13 13:45:25 2000
+++ waveplay/Makefile	Mon Aug 20 13:42:51 2001
@@ -5,6 +5,8 @@
 # $FreeBSD: ports/audio/waveplay/Makefile,v 1.5 2000/12/10 15:36:23 roam Exp $
 #
 
+ONLY_FOR_ARCHS=		i386
+
 PORTNAME=		waveplay
 PORTVERSION=		2000.12.10
 CATEGORIES=		audio
>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?200108201154.f7KBs7T06567>