Date: Tue, 5 Jan 2021 22:08:56 +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: r560436 - head/misc/free42 Message-ID: <202101052208.105M8uFE080427@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Jan 5 22:08:55 2021 New Revision: 560436 URL: https://svnweb.freebsd.org/changeset/ports/560436 Log: Mark as BROKEN on riscv64 the same as on other !x86 archs. Approved by: portmgr (tier-2 blanket) Modified: head/misc/free42/Makefile Modified: head/misc/free42/Makefile ============================================================================== --- head/misc/free42/Makefile Tue Jan 5 22:08:52 2021 (r560435) +++ head/misc/free42/Makefile Tue Jan 5 22:08:55 2021 (r560436) @@ -16,6 +16,7 @@ BROKEN_aarch64= fails to link: c++: error: no such fi BROKEN_armv6= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' BROKEN_mips64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' BROKEN_powerpc64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' +BROKEN_riscv64= fails to link: c++: error: no such file or directory: 'gcc111libbid.a' LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101052208.105M8uFE080427>