svn commit: r391951 - head/benchmarks/nosqlbench

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jul 13 20:27:51 UTC 2015


Author: amdmi3
Date: Mon Jul 13 20:27:49 2015
New Revision: 391951
URL: https://svnweb.freebsd.org/changeset/ports/391951

Log:
  - Mark BROKEN: does not build as it still requires libtarantool.so which databases/tarantool no longer installs
  
  Approved by:	portmgr blanket

Modified:
  head/benchmarks/nosqlbench/Makefile

Modified: head/benchmarks/nosqlbench/Makefile
==============================================================================
--- head/benchmarks/nosqlbench/Makefile	Mon Jul 13 20:20:48 2015	(r391950)
+++ head/benchmarks/nosqlbench/Makefile	Mon Jul 13 20:27:49 2015	(r391951)
@@ -11,6 +11,8 @@ COMMENT=	Micro-benchmarking NoSQL storag
 
 LIB_DEPENDS=	libtarantool.so:${PORTSDIR}/databases/tarantool
 
+BROKEN=		does not build after tarantool update
+
 DATE=		20120802
 USES=		tar:bzip2 cmake
 CMAKE_ARGS=	-DLIBTNT_INCLUDE=${LOCALBASE}/include \


More information about the svn-ports-all mailing list