pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/qemu



Module Name:    pkgsrc
Committed By:   pgoyette
Date:           Thu Dec 13 09:09:42 UTC 2018

Modified Files:
        pkgsrc/emulators/qemu: Makefile

Log Message:
qemu-system-ppcemb was removed by upstream (no longer in the PLIST) so
stop trying to disable PAX for the image!

OK leot@


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 pkgsrc/emulators/qemu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/qemu/Makefile
diff -u pkgsrc/emulators/qemu/Makefile:1.195 pkgsrc/emulators/qemu/Makefile:1.196
--- pkgsrc/emulators/qemu/Makefile:1.195        Wed Dec 12 16:26:58 2018
+++ pkgsrc/emulators/qemu/Makefile      Thu Dec 13 09:09:42 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.195 2018/12/12 16:26:58 adam Exp $
+# $NetBSD: Makefile,v 1.196 2018/12/13 09:09:42 pgoyette Exp $
 
 DISTNAME=      qemu-3.1.0
 CATEGORIES=    emulators
@@ -63,7 +63,6 @@ NOT_PAX_MPROTECT_SAFE+=       bin/qemu-system-
 NOT_PAX_MPROTECT_SAFE+=        bin/qemu-system-or1k
 NOT_PAX_MPROTECT_SAFE+=        bin/qemu-system-ppc
 NOT_PAX_MPROTECT_SAFE+=        bin/qemu-system-ppc64
-NOT_PAX_MPROTECT_SAFE+=        bin/qemu-system-ppcemb
 NOT_PAX_MPROTECT_SAFE+=        bin/qemu-system-s390x
 NOT_PAX_MPROTECT_SAFE+=        bin/qemu-system-sh4
 NOT_PAX_MPROTECT_SAFE+=        bin/qemu-system-sh4eb



Home | Main Index | Thread Index | Old Index