pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/ledger ledger: fix build with boost-1.68



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40d2a93eb307
branches:  trunk
changeset: 311909:40d2a93eb307
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 20 20:45:25 2018 +0000

description:
ledger: fix build with boost-1.68

diffstat:

 finance/ledger/distinfo                  |   3 ++-
 finance/ledger/patches/patch-src_utils.h |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 93fe62e12a64 -r 40d2a93eb307 finance/ledger/distinfo
--- a/finance/ledger/distinfo   Mon Aug 20 20:23:29 2018 +0000
+++ b/finance/ledger/distinfo   Mon Aug 20 20:45:25 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2018/05/20 08:38:47 wiz Exp $
+$NetBSD: distinfo,v 1.4 2018/08/20 20:45:25 wiz Exp $
 
 SHA1 (ledger-3.1.1.tar.gz) = 77ad24ce4947e2f130e58d8e8bc4c5b6920a0222
 RMD160 (ledger-3.1.1.tar.gz) = 07645c8d798e386eb4ed0a5a9e3dcf6fe0a184f8
@@ -7,3 +7,4 @@
 SHA1 (patch-CMakeLists.txt) = 14160d9d0fad56665fe7c6ffd5fec89541d62fb2
 SHA1 (patch-src_item.h) = 994e1e87fdf7510bcac364fb554d2ec012ba84d3
 SHA1 (patch-src_system.hh.in) = c9f5830aaf77681d93eedb78d06fa91f47a7b478
+SHA1 (patch-src_utils.h) = 0dcff070c9088e9e6bea7cc41cdec3701eae3ac9
diff -r 93fe62e12a64 -r 40d2a93eb307 finance/ledger/patches/patch-src_utils.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/ledger/patches/patch-src_utils.h  Mon Aug 20 20:45:25 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_utils.h,v 1.1 2018/08/20 20:45:26 wiz Exp $
+
+Fix build with boost-1.68+.
+
+--- src/utils.h.orig   2016-01-11 15:59:38.000000000 +0000
++++ src/utils.h
+@@ -44,7 +44,7 @@
+ #ifndef _UTILS_H
+ #define _UTILS_H
+ 
+-#include <boost/uuid/sha1.hpp>
++#include <boost/uuid/detail/sha1.hpp>
+ 
+ /**
+  * @name Default values



Home | Main Index | Thread Index | Old Index