diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-14 04:27:49 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-14 04:27:49 +0800 |
commit | 8b5149325c9cabf918b209c84dae024ee73863ce (patch) | |
tree | 8db8ce827567e0f60de060464ce19eab4081c624 /benchmarks | |
parent | e750ee736dd6c8d1780401402f7674c17e0034a5 (diff) | |
download | freebsd-ports-gnome-8b5149325c9cabf918b209c84dae024ee73863ce.tar.gz freebsd-ports-gnome-8b5149325c9cabf918b209c84dae024ee73863ce.tar.zst freebsd-ports-gnome-8b5149325c9cabf918b209c84dae024ee73863ce.zip |
- Mark BROKEN: does not build as it still requires libtarantool.so which databases/tarantool no longer installs
Approved by: portmgr blanket
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/nosqlbench/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/nosqlbench/Makefile b/benchmarks/nosqlbench/Makefile index eba841563aca..0e38c3ed4c1e 100644 --- a/benchmarks/nosqlbench/Makefile +++ b/benchmarks/nosqlbench/Makefile @@ -11,6 +11,8 @@ COMMENT= Micro-benchmarking NoSQL storage 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 \ |