pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc7
Module Name: pkgsrc
Committed By: rillig
Date: Wed Mar 18 19:50:52 UTC 2020
Modified Files:
pkgsrc/lang/gcc7: Makefile
Log Message:
lang/gcc7: exclude some contrib files from the portability check
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/gcc7/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/gcc7/Makefile
diff -u pkgsrc/lang/gcc7/Makefile:1.28 pkgsrc/lang/gcc7/Makefile:1.29
--- pkgsrc/lang/gcc7/Makefile:1.28 Fri Mar 13 15:00:36 2020
+++ pkgsrc/lang/gcc7/Makefile Wed Mar 18 19:50:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2020/03/13 15:00:36 bacon Exp $
+# $NetBSD: Makefile,v 1.29 2020/03/18 19:50:52 rillig Exp $
GCC_PKGNAME= gcc7
.include "version.mk"
@@ -47,6 +47,11 @@ SUBST_STAGE.vars= pre-configure
SUBST_FILES.vars= gcc/Makefile.in
SUBST_VARS.vars= MACHINE_GNU_PLATFORM
+# These programs use [[ ... ]] and are not needed for the build.
+CHECK_PORTABILITY_CHECK+= \
+ contrib/prepare_patch.sh \
+ contrib/patch_tester.sh
+
.include "../../mk/bsd.prefs.mk"
LANGS= c
Home |
Main Index |
Thread Index |
Old Index