diff options
author | Juergen Lock <nox@FreeBSD.org> | 2013-08-02 18:50:52 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2013-08-02 18:50:52 +0000 |
commit | 49b7a7d4a4e27031eeb48b2c26d102a7f8527de9 (patch) | |
tree | 3172f0ebb4d3c4cff4b7f7934b0e43771f00c466 /emulators | |
parent | f3f82255922f3290d7a01b6726feba70a7a2aed2 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu-devel/pkg-message | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 38614fa8c141..555d533e1359 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -19,7 +19,7 @@ HAS_CONFIGURE= yes USE_BZIP2= yes USES= gmake pkgconfig USE_PERL5_BUILD= yes -USE_PYTHON_BUILD= yes +USE_PYTHON_BUILD= -2.7 USE_GNOME+= glib20 PATCH_STRIP= -p1 MAKE_ENV+= BSD_MAKE="${MAKE}" @@ -214,6 +214,8 @@ CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin .endif +CONFIGURE_ARGS+= --python=${PYTHON_CMD} + # -lprocstat actually only _needs_ -lelf after r249666 or r250870 (MFC) # but it shouldn't matter much post-patch: diff --git a/emulators/qemu-devel/pkg-message b/emulators/qemu-devel/pkg-message index c99cee3ff202..9292512f5cfe 100644 --- a/emulators/qemu-devel/pkg-message +++ b/emulators/qemu-devel/pkg-message @@ -150,7 +150,7 @@ processing error - resetting ehci HC otherwise getting used. (Not that you should run malicious guests anyway, but this eleminates at least a known attack vector.) -- qemu now has improved physical cdrom support, but still there still is at +- qemu now has improved physical cdrom support, but still there is at least one known problem: you need to have the guest eject the disc if you want to change it/take it out, or otherwise the guest may continue using state (like size) of the old disc. (You can also do like `change ide1-cd0 |