pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang
Module Name: pkgsrc
Committed By: nia
Date: Thu Mar 10 16:40:30 UTC 2022
Modified Files:
pkgsrc/lang/gcc-aux: Makefile
pkgsrc/lang/gcc5-aux: Makefile
Log Message:
gcc*-aux: disable hardening for ada compilers
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/lang/gcc-aux/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/gcc5-aux/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/gcc-aux/Makefile
diff -u pkgsrc/lang/gcc-aux/Makefile:1.38 pkgsrc/lang/gcc-aux/Makefile:1.39
--- pkgsrc/lang/gcc-aux/Makefile:1.38 Mon May 24 19:52:30 2021
+++ pkgsrc/lang/gcc-aux/Makefile Thu Mar 10 16:40:30 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2021/05/24 19:52:30 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2022/03/10 16:40:30 nia Exp $
PKGNAME= gcc-aux-${SNAPSHOT}
PKGREVISION= 6
@@ -16,6 +16,9 @@ LANGS= c ada c++
USE_TOOLS+= gmake sed:run perl makeinfo bzip2 patch pod2man tar
APPLY_DIFFS= core ada cxx
+RELRO_SUPPORTED= no
+MKPIE_SUPPORTED= no
+
.include "Makefile.version"
.include "Makefile.testsuite"
.include "../../mk/bsd.prefs.mk"
Index: pkgsrc/lang/gcc5-aux/Makefile
diff -u pkgsrc/lang/gcc5-aux/Makefile:1.15 pkgsrc/lang/gcc5-aux/Makefile:1.16
--- pkgsrc/lang/gcc5-aux/Makefile:1.15 Sat Nov 6 09:33:37 2021
+++ pkgsrc/lang/gcc5-aux/Makefile Thu Mar 10 16:40:30 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/11/06 09:33:37 nia Exp $
+# $NetBSD: Makefile,v 1.16 2022/03/10 16:40:30 nia Exp $
PKGNAME= gcc5-aux-${SNAPSHOT}
PKGREVISION= ${MAIN_PR}
@@ -16,6 +16,7 @@ LANGS= c ada c++
USE_TOOLS+= gmake sed:run perl makeinfo bzip2 patch pod2man tar
APPLY_DIFFS= core ada cxx
+MKPIE_SUPPORTED= no
RELRO_SUPPORTED= no
NOT_PAX_MPROTECT_SAFE+= gcc5-aux/bin/gnatmake
Home |
Main Index |
Thread Index |
Old Index