Date: Sat, 9 Dec 2017 01:02:21 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455814 - head/sysutils/lscpu Message-ID: <201712090102.vB912LHn025590@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Dec 9 01:02:21 2017 New Revision: 455814 URL: https://svnweb.freebsd.org/changeset/ports/455814 Log: Although the upstream claims that this works on non-x86 archs, it seems not to be the case. Approved by: portmgr (tier-2 blanket) Modified: head/sysutils/lscpu/Makefile Modified: head/sysutils/lscpu/Makefile ============================================================================== --- head/sysutils/lscpu/Makefile Sat Dec 9 00:42:05 2017 (r455813) +++ head/sysutils/lscpu/Makefile Sat Dec 9 01:02:21 2017 (r455814) @@ -10,6 +10,11 @@ COMMENT= Display information about the CPU architectur LICENSE= BSD3CLAUSE +BROKEN_armv6= fails to compile: lib/clang/5.0.0/include/cpuid.h:25:2: error: this header is for x86 only +BROKEN_armv7= fails to compile: lib/clang/5.0.0/include/cpuid.h:25:2: error: this header is for x86 only +BROKEN_mips= fails to compile: lscpu.c:10:19: error: cpuid.h: No such file or directory +BROKEN_mips64= fails to compile: lscpu.c:10:19: error: cpuid.h: No such file or directory + USE_GITHUB= yes GH_ACCOUNT= NanXiao
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712090102.vB912LHn025590>