Subject: CVS commit: pkgsrc/emulators/qemu
From: Kamil Rytarowski
Date: 2019-04-26 01:54:46
Message id: 20190425235446.B9394FB16@cvs.NetBSD.org

Log Message:
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.

Files:
RevisionActionfile
1.206modifypkgsrc/emulators/qemu/Makefile
1.147modifypkgsrc/emulators/qemu/distinfo
1.2modifypkgsrc/emulators/qemu/patches/patch-ui_curses.c