pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/qemu Mark x86_64 emulator as not safe for MP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6dc3e87dc43
branches:  trunk
changeset: 347818:b6dc3e87dc43
user:      pgoyette <pgoyette%pkgsrc.org@localhost>
date:      Tue May 31 05:25:12 2016 +0000

description:
Mark x86_64 emulator as not safe for MPROTECT

XXX Other platform emulators may be similarly affected, but I can't test
XXX the adequately.

diffstat:

 emulators/qemu/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r fa58ac97ac6e -r b6dc3e87dc43 emulators/qemu/Makefile
--- a/emulators/qemu/Makefile   Tue May 31 00:01:50 2016 +0000
+++ b/emulators/qemu/Makefile   Tue May 31 05:25:12 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.149 2016/05/15 01:25:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.150 2016/05/31 05:25:12 pgoyette Exp $
 
 DISTNAME=      qemu-2.6.0
+PKGREVISION=   1
 CATEGORIES=    emulators
 MASTER_SITES=  http://wiki.qemu.org/download/
 EXTRACT_SUFX=  .tar.bz2
@@ -38,6 +39,8 @@
 CONFIGURE_ARGS+=       --disable-opengl
 CONFIGURE_ENV+=                mansuffix=/${PKGMANDIR}
 
+NOT_PAX_MPROTECT_SAFE+=        bin/qemu-system-x86_64
+
 PKG_SYSCONFSUBDIR=     qemu
 
 REPLACE_PERL+=         scripts/texi2pod.pl



Home | Main Index | Thread Index | Old Index