pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc5-aux



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Mar 22 10:52:15 UTC 2020

Modified Files:
        pkgsrc/lang/gcc5-aux: Makefile

Log Message:
lang/gcc5-aux: skip portability check for unused files


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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/gcc5-aux/Makefile
diff -u pkgsrc/lang/gcc5-aux/Makefile:1.12 pkgsrc/lang/gcc5-aux/Makefile:1.13
--- pkgsrc/lang/gcc5-aux/Makefile:1.12  Sun Nov  3 19:03:59 2019
+++ pkgsrc/lang/gcc5-aux/Makefile       Sun Mar 22 10:52:15 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/11/03 19:03:59 rillig Exp $
+# $NetBSD: Makefile,v 1.13 2020/03/22 10:52:15 rillig Exp $
 
 PKGNAME=       gcc5-aux-${SNAPSHOT}
 PKGREVISION=   ${MAIN_PR}
@@ -22,6 +22,8 @@ NOT_PAX_MPROTECT_SAFE+=       gcc5-aux/bin/gna
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
+CHECK_PORTABILITY_SKIP+=       contrib/*.sh # not used during the build
+
 # Requires bootstrap compiler, which is only available for on selected systems
 # Disable SunOS for now until multilib version can be built and tested.
 



Home | Main Index | Thread Index | Old Index