Date: Mon, 11 Dec 2017 05:27:50 +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: r455926 - head/sysutils/lscpu Message-ID: <201712110527.vBB5RonK043129@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Mon Dec 11 05:27:50 2017 New Revision: 455926 URL: https://svnweb.freebsd.org/changeset/ports/455926 Log: Also broken on powerpc64 (and presumably also powerpc). Approved by: portmgr (tier-2 blanket) Modified: head/sysutils/lscpu/Makefile Modified: head/sysutils/lscpu/Makefile ============================================================================== --- head/sysutils/lscpu/Makefile Mon Dec 11 05:22:21 2017 (r455925) +++ head/sysutils/lscpu/Makefile Mon Dec 11 05:27:50 2017 (r455926) @@ -15,6 +15,8 @@ BROKEN_armv6= fails to compile: lib/clang/5.0.0/inclu 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 +BROKEN_powerpc= fails to compile: lscpu.c:10:19: error: cpuid.h: No such file or directory +BROKEN_powerpc64= 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?201712110527.vBB5RonK043129>