Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2015 20:27:50 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391951 - head/benchmarks/nosqlbench
Message-ID:  <201507132027.t6DKRoYj052588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507132027.t6DKRoYj052588>