pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/freemint-mintlib



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May  3 17:59:51 UTC 2020

Modified Files:
        pkgsrc/cross/freemint-mintlib: Makefile

Log Message:
cross/freemint-mintlib: skip portability check


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/cross/freemint-mintlib/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/freemint-mintlib/Makefile
diff -u pkgsrc/cross/freemint-mintlib/Makefile:1.7 pkgsrc/cross/freemint-mintlib/Makefile:1.8
--- pkgsrc/cross/freemint-mintlib/Makefile:1.7  Sun Jan 28 16:24:12 2018
+++ pkgsrc/cross/freemint-mintlib/Makefile      Sun May  3 17:59:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/01/28 16:24:12 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2020/05/03 17:59:51 rillig Exp $
 
 DISTNAME=              mintlib-CVS-20131219
 PKGNAME=               cross-freemint-${DISTNAME:S/CVS-//}
@@ -25,6 +25,8 @@ TOOLS_PLATFORM.makeinfo=
 
 TOOL_DEPENDS+= cross-freemint-binutils-[0-9]*:../../cross/freemint-binutils
 
+CHECK_PORTABILITY_SKIP+=       gcc-*/contrib/* # not needed
+
 FREEMINT_PREFIX=       ${PREFIX}/cross-freemint
 CONFIGURE_DIRS=                ${GCCNAME}bin
 CONFIGURE_SCRIPT=      ../${GCCNAME}/configure



Home | Main Index | Thread Index | Old Index