1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Add ONLY_FOR_ARCHS_REASON statement: while it attempts to query generic CPU

information using sysctl(3) CTL_HW* identifiers, it does not properly guard
x86-specific code paths.

Requested by:	mat
This commit is contained in:
Alexey Dokuchaev 2017-12-11 15:26:23 +00:00
parent 59196ff0b9
commit b6291b0997
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456045

View File

@ -11,6 +11,7 @@ COMMENT= Display information about the CPU architecture
LICENSE= BSD3CLAUSE
ONLY_FOR_ARCHS= amd64 i386
ONLY_FOR_ARCHS_REASON= unconditionally invokes x86-specific code
USE_GITHUB= yes
GH_ACCOUNT= NanXiao