View | Details | Raw Unified | Return to bug 251271 | Differences between
and this patch

Collapse All | Expand All

(-)net-p2p/openethereum/Makefile (+1 lines)
Lines 3-8 Link Here
3
PORTNAME=	openethereum
3
PORTNAME=	openethereum
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	3.1.0
5
DISTVERSION=	3.1.0
6
PORTREVISION=	1
6
CATEGORIES=	net-p2p
7
CATEGORIES=	net-p2p
7
8
8
MAINTAINER=	ale@FreeBSD.org
9
MAINTAINER=	ale@FreeBSD.org
(-)net-p2p/openethereum/files/patch-cargo-crates_parity-rocksdb-sys-0.5.6_rocksdb_util_channel.h (+11 lines)
Line 0 Link Here
1
--- cargo-crates/parity-rocksdb-sys-0.5.6/rocksdb/util/channel.h.orig	2020-11-20 16:25:54 UTC
2
+++ cargo-crates/parity-rocksdb-sys-0.5.6/rocksdb/util/channel.h
3
@@ -31,7 +31,7 @@ class channel {
4
     return buffer_.empty() && eof_;
5
   }
6
 
7
-  size_t size() const {
8
+  size_t size() {
9
     std::lock_guard<std::mutex> lk(lock_);
10
     return buffer_.size();
11
   }

Return to bug 251271