ports/75653: ports/misc/cpuid also works on amd64
Roland Smith
rsmith at xs4all.nl
Thu Dec 30 11:40:26 UTC 2004
>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 at 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:
More information about the freebsd-ports-bugs
mailing list