pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/mksh



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug  3 15:33:45 UTC 2020

Modified Files:
        pkgsrc/shells/mksh: Makefile

Log Message:
mksh: add a CHECK_PORTABILITY_SKIP with a comment


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/shells/mksh/Makefile

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

Modified files:

Index: pkgsrc/shells/mksh/Makefile
diff -u pkgsrc/shells/mksh/Makefile:1.41 pkgsrc/shells/mksh/Makefile:1.42
--- pkgsrc/shells/mksh/Makefile:1.41    Fri Jul 10 11:24:24 2020
+++ pkgsrc/shells/mksh/Makefile Mon Aug  3 15:33:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/07/10 11:24:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.42 2020/08/03 15:33:45 tnn Exp $
 
 DISTNAME=              mksh-R59b
 PKGNAME=               ${DISTNAME:S/-R/-/}
@@ -44,6 +44,10 @@ do-install:
        ${INSTALL_MAN} ${WRKSRC}/mksh.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
        ${INSTALL_DATA} ${WRKSRC}/dot.mkshrc ${DESTDIR}${PREFIX}/share/examples/mksh/
 
+# For check-portability's double brackets check.
+# This should be patched instead.
+CHECK_PORTABILITY_SKIP+=       Build.sh
+
 # Uncomment this if you want to run the regression tests
 #USE_TOOLS+=                   perl
 #do-test:



Home | Main Index | Thread Index | Old Index