svn commit: r557795 - head/multimedia/mkclean
Mark Linimon
linimon at FreeBSD.org
Sat Dec 12 05:34:50 UTC 2020
Author: linimon
Date: Sat Dec 12 05:34:49 2020
New Revision: 557795
URL: https://svnweb.freebsd.org/changeset/ports/557795
Log:
Mark as BROKEN on riscv64.
Obtained from: lonesome.com build testing
Modified:
head/multimedia/mkclean/Makefile
Modified: head/multimedia/mkclean/Makefile
==============================================================================
--- head/multimedia/mkclean/Makefile Sat Dec 12 05:31:17 2020 (r557794)
+++ head/multimedia/mkclean/Makefile Sat Dec 12 05:34:49 2020 (r557795)
@@ -15,6 +15,7 @@ BROKEN_aarch64= Does not install: arm-none-linux-gnuea
BROKEN_armv6= Does not install: arm-none-linux-gnueabi-gcc: Command not found
BROKEN_armv7= Does not install: arm-none-linux-gnueabi-gcc: Command not found
BROKEN_mips64= Does not install: mipsel-linux-gcc: Command not found
+BROKEN_riscv64= Does not compile: cc: invalid arch name 'i486', string must begin with rv32{i,e,g} or rv64{i,g}
BROKEN_sparc64= Does not install: gmake: GNUmakefile: No such file or directory
HAS_CONFIGURE= yes
More information about the svn-ports-all
mailing list