pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libebml #include <limits> to fix the build on ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/770a0868507d
branches:  trunk
changeset: 308926:770a0868507d
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Mon Jun 04 20:27:09 2018 +0000

description:
#include <limits> to fix the build on netbsd-8/amd64.

diffstat:

 devel/libebml/distinfo                           |   3 ++-
 devel/libebml/patches/patch-src_EbmlSInteger.cpp |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 0e95e70d93be -r 770a0868507d devel/libebml/distinfo
--- a/devel/libebml/distinfo    Mon Jun 04 17:53:46 2018 +0000
+++ b/devel/libebml/distinfo    Mon Jun 04 20:27:09 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.31 2018/04/22 21:38:22 adam Exp $
+$NetBSD: distinfo,v 1.32 2018/06/04 20:27:09 mrg Exp $
 
 SHA1 (libebml-1.3.6.tar.xz) = f37cc15c651db8c28f7bc3d69c7a81c08600dd0e
 RMD160 (libebml-1.3.6.tar.xz) = a5ec0996a02b59c3514586e1285072df13b71186
 SHA512 (libebml-1.3.6.tar.xz) = 6a31a56dcde39642848f25353a462f4621d6cfd3bc9ef62add1b00d098c6a80b3c2b50ecf4d6dd50650c609eb39a6150c6d1b69ea3a77a3928bd3300af7dd91f
 Size (libebml-1.3.6.tar.xz) = 57764 bytes
+SHA1 (patch-src_EbmlSInteger.cpp) = 102271d4d1f8fe3356562f84a4235159026f1538
diff -r 0e95e70d93be -r 770a0868507d devel/libebml/patches/patch-src_EbmlSInteger.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libebml/patches/patch-src_EbmlSInteger.cpp  Mon Jun 04 20:27:09 2018 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_EbmlSInteger.cpp,v 1.1 2018/06/04 20:27:09 mrg Exp $
+
+--- src/EbmlSInteger.cpp.orig  2018-04-20 11:27:20.000000000 -0700
++++ src/EbmlSInteger.cpp       2018-06-04 12:58:27.207323385 -0700
+@@ -34,6 +34,7 @@
+ */
+ #include <cassert>
+ #include <climits>
++#include <limits>
+ 
+ #include "ebml/EbmlSInteger.h"
+ 



Home | Main Index | Thread Index | Old Index