Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2004 20:30:40 +0100 (CET)
From:      "Steve O'Hara-Smith" <steve@sohara.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63362: Nuppelvideo only for i386 and amd64
Message-ID:  <200402251930.i1PJUe35007229@ams-gw.sohara.org>
Resent-Message-ID: <200402251940.i1PJeH7p049610@freefall.freebsd.org>

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

>Number:         63362
>Category:       ports
>Synopsis:       Nuppelvideo only for i386 and amd64
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 25 11:40:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Steve O'Hara-Smith
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
>Description:
	The nuppelvideo port does not build on anything but i386 and amd64 because
	of code in the application that uses i386 assembler to detect and use MMX
	features.

>How-To-Repeat:
	Attempt to build nuppelvideo on anything other than i386/amd64

>Fix:

	Apply this patch to ports/multimedia/nuppelvideo to set the ONLY_FOR_ARCHS
variable.

Index: Makefile
===================================================================
RCS file: /ncvs/ports/multimedia/nuppelvideo/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	4 Feb 2004 05:07:52 -0000	1.3
+++ Makefile	25 Feb 2004 19:04:06 -0000
@@ -18,6 +18,7 @@
 USE_XLIB=	yes
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
+ONLY_FOR_ARCHS= i386 amd64
 
 # find dependencies
 CFLAGS+=	-I${LOCALBASE}/include -I${X11BASE}/include \
>Release-Note:
>Audit-Trail:
>Unformatted:
 >System: FreeBSD ams-gw.sohara.org 4.9-STABLE FreeBSD 4.9-STABLE #73: Wed Feb 11 16:54:05 CET 2004 root@ams-gw.sohara.org:/usr/obj/usr/src/sys/GATE i386
 



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