Looks like a bundle of patches need to be removed in 0.9.1 update to make emulators/qemu be patched correctly: /usr/ports/emulators/qemu [root]# make ===> Patching for qemu-0.9.1 ===> qemu-0.9.1 depends on file: /usr/local/bin/perl5.8.8 - found ===> Applying FreeBSD patches for qemu-0.9.1 Ignoring previously applied (or reversed) patch. 10 out of 10 hunks ignored--saving rejects to hw/cirrus_vga.c.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to hw/cirrus_vga_rop.h.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to hw/dma.c.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to hw/fdc.c.rej Ignoring previously applied (or reversed) patch. 2 out of 2 hunks ignored--saving rejects to hw/pc.c.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to hw/sb16.c.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to slirp/slirp.c.rej Ignoring previously applied (or reversed) patch. 2 out of 2 hunks ignored--saving rejects to target-i386/translate.c.rej Ignoring previously applied (or reversed) patch. 3 out of 3 hunks ignored--saving rejects to vl.c.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to block.c.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to hw/i8259.c.rej => Patch patch-90_security failed to apply cleanly. *** Error code 1 Stop in /usr/ports/emulators/qemu. *** Error code 1 Stop in /usr/ports/emulators/qemu. Also, WITH_HACKS_CIRRUS patch seems not to apply cleanly too: ===> Patching for qemu-0.9.1 ===> qemu-0.9.1 depends on file: /usr/local/bin/perl5.8.8 - found ===> Applying FreeBSD patches for qemu-0.9.1 3 out of 6 hunks failed--saving rejects to hw/vga.c.rej *** Error code 3 Stop in /usr/ports/emulators/qemu. *** Error code 1 Stop in /usr/ports/emulators/qemu. How-To-Repeat: Ensure emulators/qemu is at 0.9.1 version and try to build it with all options set.
Responsible Changed From-To: freebsd-ports-bugs->nox Over to maintainer (via the GNATS Auto Assign Tool)
It seems a duplicate of ports/119846 The old patches have been removed http://www.freebsd.org/cgi/getmsg.cgi?fetch=3D221069+0+current/cvs-ports I've reported about the problem WITH_HACKS_CIRRUS too to the maintainer.
nox 2008-01-21 22:44:33 UTC FreeBSD ports repository Modified files: emulators/qemu Makefile Log: Disable HACKS_CIRRUS while it's not working PR: ports/119864 Submitted by: Kyryll A Mirnenko <mirya@zoc.com.ua> Revision Changes Path 1.77 +0 -4 ports/emulators/qemu/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!