Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2016 19:03:35 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414189 - in head/databases/rocksdb: . files
Message-ID:  <201604281903.u3SJ3ZLY040002@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Apr 28 19:03:35 2016
New Revision: 414189
URL: https://svnweb.freebsd.org/changeset/ports/414189

Log:
  - Update to 4.5.1
  
  Changes:	https://github.com/facebook/rocksdb/releases

Added:
  head/databases/rocksdb/files/patch-util-thread_posix.cc   (contents, props changed)
Deleted:
  head/databases/rocksdb/files/patch-util-thread_local.cc
Modified:
  head/databases/rocksdb/Makefile
  head/databases/rocksdb/distinfo
  head/databases/rocksdb/pkg-plist

Modified: head/databases/rocksdb/Makefile
==============================================================================
--- head/databases/rocksdb/Makefile	Thu Apr 28 19:03:30 2016	(r414188)
+++ head/databases/rocksdb/Makefile	Thu Apr 28 19:03:35 2016	(r414189)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	rocksdb
-PORTVERSION=	4.4.1
+PORTVERSION=	4.5.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	databases
 
 MAINTAINER=	sunpoet@FreeBSD.org

Modified: head/databases/rocksdb/distinfo
==============================================================================
--- head/databases/rocksdb/distinfo	Thu Apr 28 19:03:30 2016	(r414188)
+++ head/databases/rocksdb/distinfo	Thu Apr 28 19:03:35 2016	(r414189)
@@ -1,2 +1,2 @@
-SHA256 (facebook-rocksdb-v4.4.1_GH0.tar.gz) = de66814668f7517b83cbdb1ef491a474a6e5278d0f464c03b36eaf3f847d2079
-SIZE (facebook-rocksdb-v4.4.1_GH0.tar.gz) = 2004007
+SHA256 (facebook-rocksdb-v4.5.1_GH0.tar.gz) = c6a23a82352dd6bb6bd580db51beafe4c5efa382b16b722c100ce2e7d1a5e497
+SIZE (facebook-rocksdb-v4.5.1_GH0.tar.gz) = 2026145

Added: head/databases/rocksdb/files/patch-util-thread_posix.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rocksdb/files/patch-util-thread_posix.cc	Thu Apr 28 19:03:35 2016	(r414189)
@@ -0,0 +1,11 @@
+--- util/thread_posix.cc.orig	2016-03-25 19:09:20 UTC
++++ util/thread_posix.cc
+@@ -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_posix.h"
+ #include <atomic>
+ #include <unistd.h>

Modified: head/databases/rocksdb/pkg-plist
==============================================================================
--- head/databases/rocksdb/pkg-plist	Thu Apr 28 19:03:30 2016	(r414188)
+++ head/databases/rocksdb/pkg-plist	Thu Apr 28 19:03:35 2016	(r414189)
@@ -18,7 +18,6 @@ include/rocksdb/comparator.h
 include/rocksdb/convenience.h
 include/rocksdb/db.h
 include/rocksdb/db_dump_tool.h
-include/rocksdb/delete_scheduler.h
 include/rocksdb/env.h
 include/rocksdb/experimental.h
 include/rocksdb/filter_policy.h
@@ -39,6 +38,7 @@ include/rocksdb/slice.h
 include/rocksdb/slice_transform.h
 include/rocksdb/snapshot.h
 include/rocksdb/sst_dump_tool.h
+include/rocksdb/sst_file_manager.h
 include/rocksdb/sst_file_writer.h
 include/rocksdb/statistics.h
 include/rocksdb/status.h



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