svn commit: r455814 - head/sysutils/lscpu

Mark Linimon linimon at FreeBSD.org
Sat Dec 9 01:02:23 UTC 2017


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
 


More information about the svn-ports-all mailing list