pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc5-aux Mark gnatmake as NOT_PAX_MPROTECT_SAFE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b35792a69ba
branches:  trunk
changeset: 363399:2b35792a69ba
user:      khorben <khorben%pkgsrc.org@localhost>
date:      Wed Jun 07 23:19:05 2017 +0000

description:
Mark gnatmake as NOT_PAX_MPROTECT_SAFE

Bumps PKGREVISION.

diffstat:

 lang/gcc5-aux/Makefile         |  4 +++-
 lang/gcc5-aux/Makefile.version |  4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r cea32e990940 -r 2b35792a69ba lang/gcc5-aux/Makefile
--- a/lang/gcc5-aux/Makefile    Wed Jun 07 22:57:02 2017 +0000
+++ b/lang/gcc5-aux/Makefile    Wed Jun 07 23:19:05 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/01/19 18:52:13 agc Exp $
+# $NetBSD: Makefile,v 1.8 2017/06/07 23:19:05 khorben Exp $
 #
 
 PKGNAME=       gcc5-aux-${SNAPSHOT}
@@ -17,6 +17,8 @@
 USE_TOOLS+=    gmake sed:run perl makeinfo bzip2 patch pod2man tar
 APPLY_DIFFS=   core ada cxx
 
+NOT_PAX_MPROTECT_SAFE+=        gcc5-aux/bin/gnatmake
+
 .include "Makefile.version"
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
diff -r cea32e990940 -r 2b35792a69ba lang/gcc5-aux/Makefile.version
--- a/lang/gcc5-aux/Makefile.version    Wed Jun 07 22:57:02 2017 +0000
+++ b/lang/gcc5-aux/Makefile.version    Wed Jun 07 23:19:05 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.version,v 1.7 2016/12/12 14:33:24 marino Exp $
+# $NetBSD: Makefile.version,v 1.8 2017/06/07 23:19:05 khorben Exp $
 #
 
 SNAPSHOT=      20160603
@@ -6,7 +6,7 @@
 GCC_POINT=     4.0
 GCC_VERSION=   ${GCC_BRANCH}.${GCC_POINT}
 BUILD_RELEASE= yes
-MAIN_PR=       4
+MAIN_PR=       5
 
 .if ${BUILD_RELEASE:Mno}
 # Snapshot naming pattern



Home | Main Index | Thread Index | Old Index