Received: by mail.netbsd.org (Postfix, from userid 605) id B9DB284D53; Sun, 31 May 2020 09:25:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 41D4284D3A for ; Sun, 31 May 2020 09:25:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id XHpkflHOeU3P for ; Sun, 31 May 2020 09:25:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C4CCF84D25 for ; Sun, 31 May 2020 09:25:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9F0BFB27; Sun, 31 May 2020 09:25:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590917151192110" MIME-Version: 1.0 Date: Sun, 31 May 2020 09:25:51 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/shells/zsh To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200531092551.B9F0BFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1590917151192110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1590917151192110 Content-Disposition: inline Content-Length: 631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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} --_----------=_1590917151192110--