svn commit: r558878 - head/sysutils/cpuid2cpuflags
Mark Linimon
linimon at FreeBSD.org
Tue Dec 22 02:29:19 UTC 2020
Author: linimon
Date: Tue Dec 22 02:29:19 2020
New Revision: 558878
URL: https://svnweb.freebsd.org/changeset/ports/558878
Log:
Also mark as BROKEN on riscv64.
Approved by: portmgr (tier-2 blanket)
Modified:
head/sysutils/cpuid2cpuflags/Makefile
Modified: head/sysutils/cpuid2cpuflags/Makefile
==============================================================================
--- head/sysutils/cpuid2cpuflags/Makefile Tue Dec 22 02:26:27 2020 (r558877)
+++ head/sysutils/cpuid2cpuflags/Makefile Tue Dec 22 02:29:19 2020 (r558878)
@@ -13,6 +13,7 @@ LICENSE= BSD2CLAUSE
BROKEN_powerpc64= fails to build: error "Platform not supported (only Linux supported at the moment)"
BROKEN_powerpc64le= fails to build: error "Platform not supported (only Linux supported at the moment)"
+BROKEN_riscv64= fails to build: src/platforms.h:15:4: error: "Unsupported platform, please report"
USES= autoreconf
USE_GITHUB= yes
More information about the svn-ports-all
mailing list