summaryrefslogtreecommitdiff
path: root/emulators/qemu/distinfo
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2019-04-25 23:54:46 +0000
committerkamil <kamil@pkgsrc.org>2019-04-25 23:54:46 +0000
commit0dd4579f04d42e4e7e4ac874b2d520c7d0bb50e1 (patch)
tree4a0cdfac4b949f33071d2e6a16ad45aa8dc3c087 /emulators/qemu/distinfo
parentd7fa39f54993857c439a9e71e814889b0e354a9f (diff)
downloadpkgsrc-0dd4579f04d42e4e7e4ac874b2d520c7d0bb50e1.tar.gz
qemu: Fix unportable iconv(3) construct breaking on NetBSD
ui_curses.c contains now a new patch: * Switch unportable iconv(3) UCS-2 <-> wchar_t conversions to a portable algorithm with an intermediate step with multibyte sequences With this change qemu -curses works again. Thanks to joerg@ for pointing out the proper algorithm. Bump pkgrevision.
Diffstat (limited to 'emulators/qemu/distinfo')
-rw-r--r--emulators/qemu/distinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo
index a2e16550a70..87abae5f5f8 100644
--- a/emulators/qemu/distinfo
+++ b/emulators/qemu/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.146 2019/04/25 11:33:02 skrll Exp $
+$NetBSD: distinfo,v 1.147 2019/04/25 23:54:46 kamil Exp $
SHA1 (qemu-4.0.0.tar.xz) = 74cfb8f4724d9651fdd354560f2d291887b32cad
RMD160 (qemu-4.0.0.tar.xz) = 58135f00c391823edce780d55a816f29dd73c34b
@@ -21,4 +21,4 @@ SHA1 (patch-target_hppa_insns.decode) = 111ad3d5db1c46fd42bb033ac09db377303d352e
SHA1 (patch-target_hppa_mem__helper.c) = 080d99b2a6dc7f5ab1df04ef6c316e5dcd133753
SHA1 (patch-target_hppa_translate.c) = 8bdeaba3f19204ffd5465d33a44380bbcbfd7a57
SHA1 (patch-target_i386_kvm-stub.c) = 4cd2b7a8d8d8a317829f982b5acff7fdf2479d9f
-SHA1 (patch-ui_curses.c) = 436815cb8cd679b8f86cbae6c5f070e6ff158a6d
+SHA1 (patch-ui_curses.c) = 1809e6a35cc920dc42dbdef8ee8844d0108a8db7