pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc5-aux lang/gcc5-aux: skip portability check fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7baaeccf70ee
branches:  trunk
changeset: 413769:7baaeccf70ee
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 10:52:15 2020 +0000

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

diffstat:

 lang/gcc5-aux/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 23cea45b1444 -r 7baaeccf70ee lang/gcc5-aux/Makefile
--- a/lang/gcc5-aux/Makefile    Sun Mar 22 10:50:35 2020 +0000
+++ b/lang/gcc5-aux/Makefile    Sun Mar 22 10:52:15 2020 +0000
@@ -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 @@
 .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