Index: net-p2p/openethereum/Makefile =================================================================== --- net-p2p/openethereum/Makefile (revision 555627) +++ net-p2p/openethereum/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= openethereum DISTVERSIONPREFIX= v DISTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= ale@FreeBSD.org Index: net-p2p/openethereum/files/patch-cargo-crates_parity-rocksdb-sys-0.5.6_rocksdb_util_channel.h =================================================================== --- net-p2p/openethereum/files/patch-cargo-crates_parity-rocksdb-sys-0.5.6_rocksdb_util_channel.h (nonexistent) +++ net-p2p/openethereum/files/patch-cargo-crates_parity-rocksdb-sys-0.5.6_rocksdb_util_channel.h (working copy) @@ -0,0 +1,11 @@ +--- cargo-crates/parity-rocksdb-sys-0.5.6/rocksdb/util/channel.h.orig 2020-11-20 16:25:54 UTC ++++ cargo-crates/parity-rocksdb-sys-0.5.6/rocksdb/util/channel.h +@@ -31,7 +31,7 @@ class channel { + return buffer_.empty() && eof_; + } + +- size_t size() const { ++ size_t size() { + std::lock_guard lk(lock_); + return buffer_.size(); + } Property changes on: net-p2p/openethereum/files/patch-cargo-crates_parity-rocksdb-sys-0.5.6_rocksdb_util_channel.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property