From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 08:38:51 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50BF1CF9; Sat, 21 Feb 2015 08:38:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B8CB817; Sat, 21 Feb 2015 08:38:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L8cpVh014516; Sat, 21 Feb 2015 08:38:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L8codJ014512; Sat, 21 Feb 2015 08:38:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201502210838.t1L8codJ014512@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 21 Feb 2015 08:38:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379487 - in head/databases/rocksdb: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 08:38:51 -0000 Author: sunpoet Date: Sat Feb 21 08:38:49 2015 New Revision: 379487 URL: https://svnweb.freebsd.org/changeset/ports/379487 QAT: https://qat.redports.org/buildarchive/r379487/ Log: - Update to 3.9.1 Changes: https://github.com/facebook/rocksdb/releases Added: head/databases/rocksdb/files/patch-util-thread_local.cc (contents, props changed) Modified: head/databases/rocksdb/Makefile head/databases/rocksdb/distinfo head/databases/rocksdb/pkg-plist Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Sat Feb 21 08:38:43 2015 (r379486) +++ head/databases/rocksdb/Makefile Sat Feb 21 08:38:49 2015 (r379487) @@ -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 Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Sat Feb 21 08:38:43 2015 (r379486) +++ head/databases/rocksdb/distinfo Sat Feb 21 08:38:49 2015 (r379487) @@ -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 Added: head/databases/rocksdb/files/patch-util-thread_local.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rocksdb/files/patch-util-thread_local.cc Sat Feb 21 08:38:49 2015 (r379487) @@ -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 ++ + #include "util/thread_local.h" + #include "util/mutexlock.h" + #include "port/likely.h" Modified: head/databases/rocksdb/pkg-plist ============================================================================== --- head/databases/rocksdb/pkg-plist Sat Feb 21 08:38:43 2015 (r379486) +++ head/databases/rocksdb/pkg-plist Sat Feb 21 08:38:49 2015 (r379487) @@ -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