Date: Mon, 11 Dec 2017 15:26:23 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456045 - head/sysutils/lscpu Message-ID: <201712111526.vBBFQNDD006708@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Mon Dec 11 15:26:23 2017 New Revision: 456045 URL: https://svnweb.freebsd.org/changeset/ports/456045 Log: 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 Modified: head/sysutils/lscpu/Makefile Modified: head/sysutils/lscpu/Makefile ============================================================================== --- head/sysutils/lscpu/Makefile Mon Dec 11 14:53:44 2017 (r456044) +++ head/sysutils/lscpu/Makefile Mon Dec 11 15:26:23 2017 (r456045) @@ -11,6 +11,7 @@ COMMENT= Display information about the CPU architectur LICENSE= BSD3CLAUSE ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= unconditionally invokes x86-specific code USE_GITHUB= yes GH_ACCOUNT= NanXiao
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712111526.vBBFQNDD006708>