pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/MoarVM



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Sep 17 16:20:55 UTC 2017

Modified Files:
        pkgsrc/devel/MoarVM: Makefile

Log Message:
MoarVM uses an executable stack.

Mark as not PaX MPROTECT safe.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/MoarVM/Makefile

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

Modified files:

Index: pkgsrc/devel/MoarVM/Makefile
diff -u pkgsrc/devel/MoarVM/Makefile:1.5 pkgsrc/devel/MoarVM/Makefile:1.6
--- pkgsrc/devel/MoarVM/Makefile:1.5    Sat Sep 16 19:09:53 2017
+++ pkgsrc/devel/MoarVM/Makefile        Sun Sep 17 16:20:55 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2017/09/16 19:09:53 bsiegert Exp $
+# $NetBSD: Makefile,v 1.6 2017/09/17 16:20:55 bsiegert Exp $
 
 DISTNAME=      MoarVM-2017.07
+PKGREVISION=   1
 CATEGORIES=    devel perl6
 MASTER_SITES=  http://www.moarvm.org/releases/
 
@@ -11,6 +12,7 @@ LICENSE=      artistic-2.0
 
 USE_TOOLS+=    perl gmake
 USE_LANGUAGES= c c++
+NOT_PAX_MPROTECT_SAFE= bin/moar
 
 HAS_CONFIGURE=         yes
 CONFIG_SHELL=          ${PERL5}



Home | Main Index | Thread Index | Old Index