git: 1fc616fd28ad - main - net-p2p/eiskaltdcpp-lib: unbreak after boot upgrade
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 20:17:48 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1fc616fd28adba9027edf2446f48d3d7a2f32033
commit 1fc616fd28adba9027edf2446f48d3d7a2f32033
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-22 19:03:51 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-22 20:17:06 +0000
net-p2p/eiskaltdcpp-lib: unbreak after boot upgrade
PR: 246106
---
net-p2p/eiskaltdcpp-lib/Makefile | 2 +-
net-p2p/eiskaltdcpp-lib/files/patch-dcpp__TigerHash.cpp | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile
index 610b1836e077..297512f86d94 100644
--- a/net-p2p/eiskaltdcpp-lib/Makefile
+++ b/net-p2p/eiskaltdcpp-lib/Makefile
@@ -3,7 +3,7 @@
PORTNAME= eiskaltdcpp
PORTVERSION= 2.2.10
DISTVERSIONPREFIX= v
-PORTREVISION?= 20
+PORTREVISION?= 21
CATEGORIES= net-p2p
PKGNAMESUFFIX?= -lib
diff --git a/net-p2p/eiskaltdcpp-lib/files/patch-dcpp__TigerHash.cpp b/net-p2p/eiskaltdcpp-lib/files/patch-dcpp__TigerHash.cpp
new file mode 100644
index 000000000000..e0aa49dcd595
--- /dev/null
+++ b/net-p2p/eiskaltdcpp-lib/files/patch-dcpp__TigerHash.cpp
@@ -0,0 +1,11 @@
+--- dcpp/TigerHash.cpp.orig 2015-04-19 21:57:16 UTC
++++ dcpp/TigerHash.cpp
+@@ -32,7 +32,7 @@
+
+ #include <algorithm>
+ #include <cstring>
+-#include <boost/detail/endian.hpp>
++#include <boost/predef.h>
+
+ #include "debug.h"
+