Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/mksh mksh: add a CHECK_PORTABILITY_SKIP with a ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61b0fabb81bd
branches:  trunk
changeset: 436480:61b0fabb81bd
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Aug 03 15:33:45 2020 +0000

description:
mksh: add a CHECK_PORTABILITY_SKIP with a comment

diffstat:

 shells/mksh/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r cbaf7114f04e -r 61b0fabb81bd shells/mksh/Makefile
--- a/shells/mksh/Makefile      Mon Aug 03 15:32:51 2020 +0000
+++ b/shells/mksh/Makefile      Mon Aug 03 15:33:45 2020 +0000
@@ -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 @@
        ${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