pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc5



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Apr 28 16:02:20 UTC 2020

Modified Files:
        pkgsrc/lang/gcc5: Makefile

Log Message:
lang/gcc5: skip portability check for files in contrib/


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/lang/gcc5/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/Makefile
diff -u pkgsrc/lang/gcc5/Makefile:1.34 pkgsrc/lang/gcc5/Makefile:1.35
--- pkgsrc/lang/gcc5/Makefile:1.34      Sat Jan 18 23:32:43 2020
+++ pkgsrc/lang/gcc5/Makefile   Tue Apr 28 16:02:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2020/01/18 23:32:43 rillig Exp $
+# $NetBSD: Makefile,v 1.35 2020/04/28 16:02:20 rillig Exp $
 
 GCC_PKGNAME=           gcc5
 PKGREVISION=           5
@@ -27,6 +27,9 @@ USE_LANGUAGES=                c c++03
 USE_TOOLS+=            gmake makeinfo sed:run tar:build
 USE_TOOLS.NetBSD+=     gsed
 
+# These are not used during the build.
+CHECK_PORTABILITY_SKIP+=       contrib/*
+
 GNU_CONFIGURE=         yes
 ## Build outside ${WRKSRC}
 OBJDIR=                        ../build



Home | Main Index | Thread Index | Old Index