svn commit: r558888 - head/databases/libcouchbase

Mark Linimon linimon at FreeBSD.org
Tue Dec 22 03:35:53 UTC 2020


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 \


More information about the svn-ports-all mailing list