pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libebml
Module Name: pkgsrc
Committed By: mrg
Date: Mon Jun 4 20:27:09 UTC 2018
Modified Files:
pkgsrc/devel/libebml: distinfo
Added Files:
pkgsrc/devel/libebml/patches: patch-src_EbmlSInteger.cpp
Log Message:
#include <limits> to fix the build on netbsd-8/amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/libebml/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/libebml/patches/patch-src_EbmlSInteger.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libebml/distinfo
diff -u pkgsrc/devel/libebml/distinfo:1.31 pkgsrc/devel/libebml/distinfo:1.32
--- pkgsrc/devel/libebml/distinfo:1.31 Sun Apr 22 21:38:22 2018
+++ pkgsrc/devel/libebml/distinfo Mon Jun 4 20:27:09 2018
@@ -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
Added files:
Index: pkgsrc/devel/libebml/patches/patch-src_EbmlSInteger.cpp
diff -u /dev/null pkgsrc/devel/libebml/patches/patch-src_EbmlSInteger.cpp:1.1
--- /dev/null Mon Jun 4 20:27:09 2018
+++ pkgsrc/devel/libebml/patches/patch-src_EbmlSInteger.cpp Mon Jun 4 20:27:09 2018
@@ -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