pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/gcc6-aux



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May  3 17:42:20 UTC 2020

Modified Files:
        pkgsrc/lang/gcc6-aux: Makefile

Log Message:
lang/gcc6-aux: fix shell portability


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/gcc6-aux/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-aux/Makefile
diff -u pkgsrc/lang/gcc6-aux/Makefile:1.6 pkgsrc/lang/gcc6-aux/Makefile:1.7
--- pkgsrc/lang/gcc6-aux/Makefile:1.6   Wed Apr 29 20:33:28 2020
+++ pkgsrc/lang/gcc6-aux/Makefile       Sun May  3 17:42:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/04/29 20:33:28 maya Exp $
+# $NetBSD: Makefile,v 1.7 2020/05/03 17:42:20 rillig Exp $
 
 PKGNAME=       gcc6-aux-${SNAPSHOT}
 PKGREVISION=   ${MAIN_PR}
@@ -20,6 +20,8 @@ APPLY_DIFFS=  core ada cxx
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
+CHECK_PORTABILITY_SKIP+=       contrib/* # not needed
+
 # Requires bootstrap compiler, which is only available for on selected systems
 
 # Tasking is broken on NetBSD.  The reason for this is unknown



Home | Main Index | Thread Index | Old Index