From owner-svn-ports-all@freebsd.org Sun Mar 6 06:19:29 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 959ECA13B01; Sun, 6 Mar 2016 06:19:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 55B30114E; Sun, 6 Mar 2016 06:19:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u266JSP1036802; Sun, 6 Mar 2016 06:19:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u266JS0c036799; Sun, 6 Mar 2016 06:19:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201603060619.u266JS0c036799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Mar 2016 06:19:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410255 - head/databases/rocksdb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 06:19:29 -0000 Author: sunpoet Date: Sun Mar 6 06:19:27 2016 New Revision: 410255 URL: https://svnweb.freebsd.org/changeset/ports/410255 Log: - Update to 4.2 - Add DEBUG option Changes: https://github.com/facebook/rocksdb/releases Modified: head/databases/rocksdb/Makefile head/databases/rocksdb/distinfo head/databases/rocksdb/pkg-plist Modified: head/databases/rocksdb/Makefile ============================================================================== --- head/databases/rocksdb/Makefile Sun Mar 6 06:19:23 2016 (r410254) +++ head/databases/rocksdb/Makefile Sun Mar 6 06:19:27 2016 (r410255) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksdb -PORTVERSION= 4.1 +PORTVERSION= 4.2 DISTVERSIONPREFIX= v CATEGORIES= databases @@ -15,7 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgflags.so:${PORTSDIR}/devel/gflags \ libsnappy.so:${PORTSDIR}/archivers/snappy -ALL_TARGET= shared_lib all +OPTIONS_DEFINE= DEBUG + +ALL_TARGET= shared_lib static_lib all CPPFLAGS+= -DOS_FREEBSD MAKE_ENV= CXX=${CXX} USE_CXXSTD= c++11 @@ -30,6 +32,9 @@ BROKEN_sparc64= cannot build: uses unkno PROGRAMS= db_bench db_repl_stress db_sanity_test db_stress ldb sst_dump table_reader_bench +DEBUG_MAKE_ENV= DEBUG_LEVEL=2 +DEBUG_MAKE_ENV_OFF= DEBUG_LEVEL=0 + .include .if ${OSVERSION} <= 1000000 Modified: head/databases/rocksdb/distinfo ============================================================================== --- head/databases/rocksdb/distinfo Sun Mar 6 06:19:23 2016 (r410254) +++ head/databases/rocksdb/distinfo Sun Mar 6 06:19:27 2016 (r410255) @@ -1,2 +1,2 @@ -SHA256 (facebook-rocksdb-v4.1_GH0.tar.gz) = 4455836284279c5a5cf22017d3f15893ee6bbf2a61a7244902667df0485f0fe7 -SIZE (facebook-rocksdb-v4.1_GH0.tar.gz) = 1884738 +SHA256 (facebook-rocksdb-v4.2_GH0.tar.gz) = 83d89ca5b7574328b2380132413ba1e1e6fe5688d1cf1c85f1d2910d93e68f4c +SIZE (facebook-rocksdb-v4.2_GH0.tar.gz) = 1922024 Modified: head/databases/rocksdb/pkg-plist ============================================================================== --- head/databases/rocksdb/pkg-plist Sun Mar 6 06:19:23 2016 (r410254) +++ head/databases/rocksdb/pkg-plist Sun Mar 6 06:19:27 2016 (r410255) @@ -53,6 +53,7 @@ include/rocksdb/utilities/geo_db.h include/rocksdb/utilities/info_log_finder.h include/rocksdb/utilities/json_document.h include/rocksdb/utilities/leveldb_options.h +include/rocksdb/utilities/memory_util.h include/rocksdb/utilities/optimistic_transaction_db.h include/rocksdb/utilities/spatial_db.h include/rocksdb/utilities/stackable_db.h @@ -63,6 +64,7 @@ include/rocksdb/utilities/transaction_db include/rocksdb/utilities/utility_db.h include/rocksdb/utilities/write_batch_with_index.h include/rocksdb/version.h +include/rocksdb/wal_filter.h include/rocksdb/write_batch.h include/rocksdb/write_batch_base.h lib/librocksdb.a