summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-10-25 09:47:34 +0000
committerwiz <wiz@pkgsrc.org>2015-10-25 09:47:34 +0000
commit3f67a6a6cc4e8051b8d233140adbffcf852b760d (patch)
tree76b5598c1e833c9726849bbe498fce9f6ebfd731 /devel
parent6124230e43d713255a45e79b6ccfb483b635a0ea (diff)
downloadpkgsrc-3f67a6a6cc4e8051b8d233140adbffcf852b760d.tar.gz
Add upstream bug report URL.
Diffstat (limited to 'devel')
-rw-r--r--devel/libebml/distinfo4
-rw-r--r--devel/libebml/patches/patch-ebml_EbmlBinary.h7
2 files changed, 8 insertions, 3 deletions
diff --git a/devel/libebml/distinfo b/devel/libebml/distinfo
index 0cc48f66bb0..54aa717b538 100644
--- a/devel/libebml/distinfo
+++ b/devel/libebml/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.25 2015/10/25 09:44:09 wiz Exp $
+$NetBSD: distinfo,v 1.26 2015/10/25 09:47:34 wiz Exp $
SHA1 (libebml-1.3.3.tar.bz2) = 9fa8c5a08d8e9069638a9b04751efa3f57b14a2f
RMD160 (libebml-1.3.3.tar.bz2) = 8632f60f99c45d3c6b0c23270e63bec11b47029c
SHA512 (libebml-1.3.3.tar.bz2) = 3ae048b468272e5ff1dc813121c1addcbbe324cd466e4b43ccce5aca148095190c10196433db951529ff62c587cc2b9a3c0c713db7921825221babaf7d4e824d
Size (libebml-1.3.3.tar.bz2) = 588607 bytes
-SHA1 (patch-ebml_EbmlBinary.h) = f2253fd395dad676a494c388dfaca742c57098a8
+SHA1 (patch-ebml_EbmlBinary.h) = e432c97216375042ec3fae53aafd0c00a8373bd1
diff --git a/devel/libebml/patches/patch-ebml_EbmlBinary.h b/devel/libebml/patches/patch-ebml_EbmlBinary.h
index 70a0fce4859..f5806b599e9 100644
--- a/devel/libebml/patches/patch-ebml_EbmlBinary.h
+++ b/devel/libebml/patches/patch-ebml_EbmlBinary.h
@@ -1,4 +1,9 @@
-$NetBSD: patch-ebml_EbmlBinary.h,v 1.1 2013/04/29 21:31:10 joerg Exp $
+$NetBSD: patch-ebml_EbmlBinary.h,v 1.2 2015/10/25 09:47:34 wiz Exp $
+
+Add cstdlib for free/malloc.
+Needed when compiling with clang/libc++.
+
+https://github.com/Matroska-Org/libebml/pull/13
--- ebml/EbmlBinary.h.orig 2013-04-28 06:51:13.000000000 +0000
+++ ebml/EbmlBinary.h