svn commit: r522107 - head/sysutils/cpuid2cpuflags
Mark Linimon
linimon at FreeBSD.org
Sun Jan 5 04:45:46 UTC 2020
Author: linimon
Date: Sun Jan 5 04:45:45 2020
New Revision: 522107
URL: https://svnweb.freebsd.org/changeset/ports/522107
Log:
Mark as broken on powerpc64:
src/hwcap.c:20:3: error: #error "Platform not supported (only Linux supported at the moment)"
src/hwcap.c:23:3: error: #error "Platform not supported (no getauxval())"
Approved by: portmgr (tier-2 blanket)
Modified:
head/sysutils/cpuid2cpuflags/Makefile
Modified: head/sysutils/cpuid2cpuflags/Makefile
==============================================================================
--- head/sysutils/cpuid2cpuflags/Makefile Sun Jan 5 04:08:57 2020 (r522106)
+++ head/sysutils/cpuid2cpuflags/Makefile Sun Jan 5 04:45:45 2020 (r522107)
@@ -11,6 +11,8 @@ COMMENT= Tool to generate CPU_FLAGS_* for your CPU
LICENSE= BSD2CLAUSE
+BROKEN_powerpc64= fails to build: error "Platform not supported (only Linux supported at the moment)"
+
USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= mgorny
More information about the svn-ports-all
mailing list