2017-04-18 21:38:18 +02:00
|
|
|
# Created by: David Thiel <lx@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
2018-02-25 06:31:39 +01:00
|
|
|
PORTREVISION= 1
|
|
|
|
|
2017-05-04 16:58:54 +02:00
|
|
|
MAINTAINER= lx@FreeBSD.org
|
2017-04-18 21:38:18 +02:00
|
|
|
COMMENT= Persistent key-value store for fast storage environments (lite version)
|
|
|
|
|
|
|
|
LITE= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../rocksdb
|
|
|
|
|
2020-07-12 22:16:35 +02:00
|
|
|
BROKEN= fails to package
|
2017-12-27 09:02:58 +01:00
|
|
|
BROKEN_armv6= does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int')
|
2018-03-15 14:19:50 +01:00
|
|
|
BROKEN_armv7= does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int')
|
2017-12-27 09:02:58 +01:00
|
|
|
|
2017-04-18 21:38:18 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|