Date: Tue, 22 Dec 2020 03:35:53 +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: r558888 - head/databases/libcouchbase Message-ID: <202012220335.0BM3ZrD4090518@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Dec 22 03:35:53 2020 New Revision: 558888 URL: https://svnweb.freebsd.org/changeset/ports/558888 Log: Mark as BROKEN on riscv64 similar to aarch64. Approved by: portmgr (tier-2 blanket) Modified: head/databases/libcouchbase/Makefile Modified: head/databases/libcouchbase/Makefile ============================================================================== --- head/databases/libcouchbase/Makefile Tue Dec 22 03:19:04 2020 (r558887) +++ head/databases/libcouchbase/Makefile Tue Dec 22 03:35:53 2020 (r558888) @@ -13,6 +13,7 @@ LICENSE= APACHE20 BROKEN_armv6= fails to build: dt_modtext: libdtrace/common/dt_link.c(820): arm not implemented BROKEN_armv7= fails to build: dt_modtext: libdtrace/common/dt_link.c(820): arm not implemented BROKEN_mips64= fails to link: ld: failed to merge target specific data +BROKEN_riscv64= fails to build: dt_modtext: libdtrace/common/dt_link.c(947): RISC-V implementation required LIB_DEPENDS= libevent.so:devel/libevent \ libev.so:devel/libev \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012220335.0BM3ZrD4090518>