diff options
author | wiz <wiz> | 2014-08-06 12:04:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-08-06 12:04:32 +0000 |
commit | 45e8a6d33a4d761d0b00018b7ed81f10bada2b93 (patch) | |
tree | cc89da8892ae097837e0fb719fc7154e0c731fc6 /fonts | |
parent | 5ddd9367740e124a145434c8fbb8cb3de8362586 (diff) | |
download | pkgsrc-45e8a6d33a4d761d0b00018b7ed81f10bada2b93.tar.gz |
Add upstream bug report URL.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/harfbuzz/distinfo | 4 | ||||
-rw-r--r-- | fonts/harfbuzz/patches/patch-src_hb-common.cc | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/fonts/harfbuzz/distinfo b/fonts/harfbuzz/distinfo index 7e8d8da9111..64d23a1641e 100644 --- a/fonts/harfbuzz/distinfo +++ b/fonts/harfbuzz/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2014/08/06 11:59:31 wiz Exp $ +$NetBSD: distinfo,v 1.30 2014/08/06 12:04:32 wiz Exp $ SHA1 (harfbuzz-0.9.34.tar.bz2) = 8a8cdbeaf1622459864180fbf453e3ab7343f338 RMD160 (harfbuzz-0.9.34.tar.bz2) = 3b493ca9757112882d1693d95c40afef57b021b6 Size (harfbuzz-0.9.34.tar.bz2) = 1157221 bytes -SHA1 (patch-src_hb-common.cc) = 8faaf0c667c514ee969c5b514b7c98e6a6f451c0 +SHA1 (patch-src_hb-common.cc) = c41fdc48051e807c5a35c07a1bc7ec6042c2fdee diff --git a/fonts/harfbuzz/patches/patch-src_hb-common.cc b/fonts/harfbuzz/patches/patch-src_hb-common.cc index eff5dc08261..e1d4710d284 100644 --- a/fonts/harfbuzz/patches/patch-src_hb-common.cc +++ b/fonts/harfbuzz/patches/patch-src_hb-common.cc @@ -1,7 +1,8 @@ -$NetBSD: patch-src_hb-common.cc,v 1.1 2014/08/06 11:59:32 wiz Exp $ +$NetBSD: patch-src_hb-common.cc,v 1.2 2014/08/06 12:04:32 wiz Exp $ Libraries should not call atexit(). Remove wrong inline. +https://bugs.freedesktop.org/show_bug.cgi?id=82246 --- src/hb-common.cc.orig 2014-07-30 21:55:33.000000000 +0000 +++ src/hb-common.cc |