pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/gcc-mips-current



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 23 10:34:34 UTC 2020

Modified Files:
        pkgsrc/cross/gcc-mips-current: Makefile

Log Message:
cross/gcc-mips-current: allow bashisms in unused files


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/cross/gcc-mips-current/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/gcc-mips-current/Makefile
diff -u pkgsrc/cross/gcc-mips-current/Makefile:1.18 pkgsrc/cross/gcc-mips-current/Makefile:1.19
--- pkgsrc/cross/gcc-mips-current/Makefile:1.18 Sat May 16 10:50:49 2020
+++ pkgsrc/cross/gcc-mips-current/Makefile      Sat May 23 10:34:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/05/16 10:50:49 rillig Exp $
+# $NetBSD: Makefile,v 1.19 2020/05/23 10:34:34 rillig Exp $
 
 GCC_DIST_VERSION=      4.9.2
 GCC_PKGNAME=           gcc-mips-${GCC_DIST_VERSION}
@@ -21,6 +21,8 @@ EXTRACT_ONLY=         ${DEFAULT_DISTFILES}
 
 NOT_FOR_PLATFORM=      Interix-*-*
 
+CHECK_PORTABILITY_SKIP=        contrib/*
+
 USE_LANGUAGES=         c c++03
 USE_TOOLS+=            gmake makeinfo sed:run perl
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index