Sun Oct 25 09:47:34 2015 UTC ()
Add upstream bug report URL.


(wiz)
diff -r1.25 -r1.26 pkgsrc/devel/libebml/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/libebml/patches/patch-ebml_EbmlBinary.h

cvs diff -r1.25 -r1.26 pkgsrc/devel/libebml/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libebml/distinfo 2015/10/25 09:44:09 1.25
+++ pkgsrc/devel/libebml/distinfo 2015/10/25 09:47:34 1.26
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.25 2015/10/25 09:44:09 wiz Exp $ 1$NetBSD: distinfo,v 1.26 2015/10/25 09:47:34 wiz Exp $
2 2
3SHA1 (libebml-1.3.3.tar.bz2) = 9fa8c5a08d8e9069638a9b04751efa3f57b14a2f 3SHA1 (libebml-1.3.3.tar.bz2) = 9fa8c5a08d8e9069638a9b04751efa3f57b14a2f
4RMD160 (libebml-1.3.3.tar.bz2) = 8632f60f99c45d3c6b0c23270e63bec11b47029c 4RMD160 (libebml-1.3.3.tar.bz2) = 8632f60f99c45d3c6b0c23270e63bec11b47029c
5SHA512 (libebml-1.3.3.tar.bz2) = 3ae048b468272e5ff1dc813121c1addcbbe324cd466e4b43ccce5aca148095190c10196433db951529ff62c587cc2b9a3c0c713db7921825221babaf7d4e824d 5SHA512 (libebml-1.3.3.tar.bz2) = 3ae048b468272e5ff1dc813121c1addcbbe324cd466e4b43ccce5aca148095190c10196433db951529ff62c587cc2b9a3c0c713db7921825221babaf7d4e824d
6Size (libebml-1.3.3.tar.bz2) = 588607 bytes 6Size (libebml-1.3.3.tar.bz2) = 588607 bytes
7SHA1 (patch-ebml_EbmlBinary.h) = f2253fd395dad676a494c388dfaca742c57098a8 7SHA1 (patch-ebml_EbmlBinary.h) = e432c97216375042ec3fae53aafd0c00a8373bd1

cvs diff -r1.1 -r1.2 pkgsrc/devel/libebml/patches/Attic/patch-ebml_EbmlBinary.h (expand / switch to unified diff)

--- pkgsrc/devel/libebml/patches/Attic/patch-ebml_EbmlBinary.h 2013/04/29 21:31:10 1.1
+++ pkgsrc/devel/libebml/patches/Attic/patch-ebml_EbmlBinary.h 2015/10/25 09:47:34 1.2
@@ -1,12 +1,17 @@ @@ -1,12 +1,17 @@
1$NetBSD: patch-ebml_EbmlBinary.h,v 1.1 2013/04/29 21:31:10 joerg Exp $ 1$NetBSD: patch-ebml_EbmlBinary.h,v 1.2 2015/10/25 09:47:34 wiz Exp $
 2
 3Add cstdlib for free/malloc.
 4Needed when compiling with clang/libc++.
 5
 6https://github.com/Matroska-Org/libebml/pull/13
2 7
3--- ebml/EbmlBinary.h.orig 2013-04-28 06:51:13.000000000 +0000 8--- ebml/EbmlBinary.h.orig 2013-04-28 06:51:13.000000000 +0000
4+++ ebml/EbmlBinary.h 9+++ ebml/EbmlBinary.h
5@@ -37,6 +37,7 @@ 10@@ -37,6 +37,7 @@
6 #ifndef LIBEBML_BINARY_H 11 #ifndef LIBEBML_BINARY_H
7 #define LIBEBML_BINARY_H 12 #define LIBEBML_BINARY_H
8  13
9+#include <cstdlib> 14+#include <cstdlib>
10 #include <cstring> 15 #include <cstring>
11  16
12 #include "EbmlTypes.h" 17 #include "EbmlTypes.h"