Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2004 12:34:30 +0100 (CET)
From:      Roland Smith <rsmith@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/75653: ports/misc/cpuid also works on amd64
Message-ID:  <20041230113430.6AADC630C@slackbox.xs4all.nl>
Resent-Message-ID: <200412301140.iBUBeOou046854@freefall.freebsd.org>

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

>Number:         75653
>Category:       ports
>Synopsis:       ports/misc/cpuid also works on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 30 11:40:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roland Smith
>Release:        FreeBSD 5.3-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD slackbox.xs4all.nl 5.3-RELEASE FreeBSD 5.3-RELEASE #4: Wed Dec 29 20:08:50 CET 2004 rsmith@slackbox.xs4all.nl:/usr/obj/usr/src/sys/RFS_1 amd64


>Description:
	The port misc/cpuid is marked as i386 only. It also works on amd64.
>How-To-Repeat:
	grep ONLY_FOR_ARCHS /usr/ports/misc/cpuid/Makefile
>Fix:

	Apply following patch to the Makefile:
--- Makefile.org	Thu Dec 30 12:25:53 2004
+++ Makefile	Thu Dec 30 12:26:23 2004
@@ -17,7 +17,7 @@
 
 PLIST_FILES=	bin/cpuid
 USE_REINPLACE=	yes
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 USE_GMAKE=	yes
 ALL_TARGET=	# empty
 


>Release-Note:
>Audit-Trail:
>Unformatted:



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