pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/zsh



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun May 31 09:25:51 UTC 2020

Modified Files:
        pkgsrc/shells/zsh: Makefile

Log Message:
shells/zsh: ignore [[ in shell program


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/shells/zsh/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/zsh/Makefile
diff -u pkgsrc/shells/zsh/Makefile:1.96 pkgsrc/shells/zsh/Makefile:1.97
--- pkgsrc/shells/zsh/Makefile:1.96     Fri Mar 20 11:58:20 2020
+++ pkgsrc/shells/zsh/Makefile  Sun May 31 09:25:51 2020
@@ -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 @@ GNU_CONFIGURE=                yes
 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