ports/63362: Nuppelvideo only for i386 and amd64

Steve O'Hara-Smith steve at sohara.org
Wed Feb 25 19:40:18 UTC 2004


>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 at ams-gw.sohara.org:/usr/obj/usr/src/sys/GATE i386
 



More information about the freebsd-ports-bugs mailing list