pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc6
Module Name: pkgsrc
Committed By: rillig
Date: Wed Mar 18 19:49:34 UTC 2020
Modified Files:
pkgsrc/lang/gcc6: Makefile
Log Message:
lang/gcc6: exclude some contrib files from portability check
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/gcc6/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/gcc6/Makefile
diff -u pkgsrc/lang/gcc6/Makefile:1.22 pkgsrc/lang/gcc6/Makefile:1.23
--- pkgsrc/lang/gcc6/Makefile:1.22 Sat Jan 18 23:32:43 2020
+++ pkgsrc/lang/gcc6/Makefile Wed Mar 18 19:49:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/01/18 23:32:43 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2020/03/18 19:49:34 rillig Exp $
GCC_PKGNAME= gcc6
.include "version.mk"
@@ -48,6 +48,11 @@ SUBST_STAGE.vars= pre-configure
SUBST_FILES.vars= gcc/Makefile.in
SUBST_VARS.vars= GCC_TARGET_MACHINE
+# 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