diff options
| author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2016-01-21 12:39:54 +0000 |
|---|---|---|
| committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2016-01-21 12:39:54 +0000 |
| commit | 06be62fdcca348438c1b0077e2038f27d1e15e29 (patch) | |
| tree | 9bc42b78651c293aeef81a3c1d55766432761fde | |
| parent | Add patch (sent upstream) to prepare for the upcoming Qt 5.5.1 update. (diff) | |
- Update to latest
Notes
Notes:
svn path=/head/; revision=406852
| -rw-r--r-- | benchmarks/nosqlbench/Makefile | 5 | ||||
| -rw-r--r-- | benchmarks/nosqlbench/distinfo | 4 | ||||
| -rw-r--r-- | benchmarks/nosqlbench/pkg-plist | 27 |
3 files changed, 31 insertions, 5 deletions
diff --git a/benchmarks/nosqlbench/Makefile b/benchmarks/nosqlbench/Makefile index 2d4da72ced36..ed7da24bf29e 100644 --- a/benchmarks/nosqlbench/Makefile +++ b/benchmarks/nosqlbench/Makefile @@ -13,11 +13,10 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libleveldb.so:${PORTSDIR}/databases/leveldb -DATE= 20150822 +DATE= 20151214 USES= cmake tar:bzip2 -PLIST_FILES= bin/nb \ - etc/nosqlbench.conf.sample +CONFLICTS= tarantool-c BROKEN_powerpc64= Does not build on powerpc64 diff --git a/benchmarks/nosqlbench/distinfo b/benchmarks/nosqlbench/distinfo index c72edfaf5156..d784a3accf58 100644 --- a/benchmarks/nosqlbench/distinfo +++ b/benchmarks/nosqlbench/distinfo @@ -1,2 +1,2 @@ -SHA256 (nosqlbench-0.0.20150822.tar.bz2) = e9e4ecd06eeb026ed5e7367a0356c852bdf5b7c70f301f2740ca510002ceb0e2 -SIZE (nosqlbench-0.0.20150822.tar.bz2) = 835263 +SHA256 (nosqlbench-0.0.20151214.tar.bz2) = 2275a976a97c782144cbe3b3f43fde924961cd17b1e24e4ee849d1542a020d7a +SIZE (nosqlbench-0.0.20151214.tar.bz2) = 3201002 diff --git a/benchmarks/nosqlbench/pkg-plist b/benchmarks/nosqlbench/pkg-plist new file mode 100644 index 000000000000..eabebf8a6a20 --- /dev/null +++ b/benchmarks/nosqlbench/pkg-plist @@ -0,0 +1,27 @@ +bin/nb +%%ETCDIR%%.conf.sample +include/tarantool/tarantool.h +include/tarantool/tnt_auth.h +include/tarantool/tnt_buf.h +include/tarantool/tnt_call.h +include/tarantool/tnt_delete.h +include/tarantool/tnt_insert.h +include/tarantool/tnt_io.h +include/tarantool/tnt_iob.h +include/tarantool/tnt_iter.h +include/tarantool/tnt_mem.h +include/tarantool/tnt_net.h +include/tarantool/tnt_object.h +include/tarantool/tnt_opt.h +include/tarantool/tnt_ping.h +include/tarantool/tnt_proto.h +include/tarantool/tnt_reply.h +include/tarantool/tnt_request.h +include/tarantool/tnt_schema.h +include/tarantool/tnt_select.h +include/tarantool/tnt_stream.h +include/tarantool/tnt_update.h +lib/libtarantool.a +lib/libtarantool.so +lib/libtarantool.so.2.0 +lib/libtarantool.so.2.0.0 |
