mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Update to 3.9.1
Changes: https://github.com/facebook/rocksdb/releases
This commit is contained in:
parent
0bc3113f50
commit
ddbca3c0f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379487
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rocksdb
|
||||
PORTVERSION= 3.8
|
||||
PORTVERSION= 3.9.1
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
@ -18,10 +18,10 @@ CFLAGS+= -I${LOCALBASE}/include
|
||||
CPPFLAGS+= -DOS_FREEBSD
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
USES= compiler:c++11-lang gmake
|
||||
USES= compiler:c++11-lib gmake
|
||||
|
||||
GH_ACCOUNT= facebook
|
||||
GH_COMMIT= 7fe2470
|
||||
GH_COMMIT= b506c51
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= ${PORTNAME}-${PORTVERSION}
|
||||
USE_GITHUB= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rocksdb-3.8.tar.gz) = e24fdf6b00a246ae1a2d52975958799eb69fecf5ac22e2aa18b61ad9019e9885
|
||||
SIZE (rocksdb-3.8.tar.gz) = 1237877
|
||||
SHA256 (rocksdb-3.9.1.tar.gz) = e6673b31ae866fa4b472bd1866a5015fb042bffb5d0a1e9b607c115d7f8cf72d
|
||||
SIZE (rocksdb-3.9.1.tar.gz) = 1275876
|
||||
|
11
databases/rocksdb/files/patch-util-thread_local.cc
Normal file
11
databases/rocksdb/files/patch-util-thread_local.cc
Normal file
@ -0,0 +1,11 @@
|
||||
--- util/thread_local.cc.orig 2015-02-10 05:49:22.000000000 +0800
|
||||
+++ util/thread_local.cc 2015-02-21 15:54:52.950817216 +0800
|
||||
@@ -7,6 +7,8 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file. See the AUTHORS file for names of contributors.
|
||||
|
||||
+#include <cstdlib>
|
||||
+
|
||||
#include "util/thread_local.h"
|
||||
#include "util/mutexlock.h"
|
||||
#include "port/likely.h"
|
@ -38,11 +38,13 @@ include/rocksdb/transaction_log.h
|
||||
include/rocksdb/types.h
|
||||
include/rocksdb/universal_compaction.h
|
||||
include/rocksdb/utilities/backupable_db.h
|
||||
include/rocksdb/utilities/checkpoint.h
|
||||
include/rocksdb/utilities/convenience.h
|
||||
include/rocksdb/utilities/db_ttl.h
|
||||
include/rocksdb/utilities/document_db.h
|
||||
include/rocksdb/utilities/geo_db.h
|
||||
include/rocksdb/utilities/json_document.h
|
||||
include/rocksdb/utilities/leveldb_options.h
|
||||
include/rocksdb/utilities/spatial_db.h
|
||||
include/rocksdb/utilities/stackable_db.h
|
||||
include/rocksdb/utilities/utility_db.h
|
||||
|
Loading…
Reference in New Issue
Block a user