Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/zsh shells/zsh: ignore [[ in shell program



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd62720e0885
branches:  trunk
changeset: 433115:fd62720e0885
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 31 09:25:51 2020 +0000

description:
shells/zsh: ignore [[ in shell program

diffstat:

 shells/zsh/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 49c0dbe78d86 -r fd62720e0885 shells/zsh/Makefile
--- a/shells/zsh/Makefile       Sun May 31 09:23:02 2020 +0000
+++ b/shells/zsh/Makefile       Sun May 31 09:25:51 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2020/03/20 11:58:20 nia Exp $
+# $NetBSD: Makefile,v 1.97 2020/05/31 09:25:51 rillig Exp $
 
 DISTNAME=      zsh-5.8
 CATEGORIES=    shells
@@ -16,6 +16,8 @@
 INFO_FILES=            yes
 TEXINFO_REQD=          4.0
 
+CHECK_PORTABILITY_SKIP=        Misc/c2z # not used
+
 CONFIGURE_ARGS+=       --disable-gdbm
 CONFIGURE_ARGS+=       --enable-etcdir=${PKG_SYSCONFDIR:Q}
 



Home | Main Index | Thread Index | Old Index