other: 0.858 semantic: 0.805 debug: 0.780 device: 0.775 permissions: 0.773 KVM: 0.761 PID: 0.759 vnc: 0.758 graphic: 0.756 performance: 0.754 socket: 0.703 files: 0.678 network: 0.670 boot: 0.645 configure: fix POSIX compatibility issue When running configure script from 2.5.0-rc4 on OpenBSD-current (amd64), I get the following error: ./configure[4756]: ${nettle:+($nettle_version)}": bad substitution *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2747 '/usr/ports/pobj/qemu-2.5.0rc4/.configure_done') *** Error 1 in /usr/ports/openbsd-wip/emulators/qemu (/usr/ports/infrastructure/mk/bsd.port.mk:2491 'configure') Indeed, construct "${nettle:+($nettle_version)}" does not conform to POSIX Shell Command Language. The attached patch fixes the issue. Sorry, wrong patch. On Sun, Dec 13, 2015 at 06:39:22PM -0000, Dmitrij D. Czarkoff wrote: > Sorry, wrong patch. > > ** Patch added: "0001-configure-fix-POSIX-compatibility-issue.patch" > https://bugs.launchpad.net/qemu/+bug/1525682/+attachment/4534158/+files/0001-configure-fix-POSIX-compatibility-issue.patch > > ** Patch removed: "0001-configure-fix-POSIX-compatibility-issue.patch" > https://bugs.launchpad.net/qemu/+bug/1525682/+attachment/4534156/+files/0001-configure-fix-POSIX-compatibility-issue.patch Please send patches to