Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 52B031A921F for ; Tue, 3 Nov 2020 12:40:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CED7084DAD; Tue, 3 Nov 2020 12:40:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 586FA84D69 for ; Tue, 3 Nov 2020 12:40:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id jr6IvIECuHDb for ; Tue, 3 Nov 2020 12:40:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B17EA84CF1 for ; Tue, 3 Nov 2020 12:40:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AB055FB28; Tue, 3 Nov 2020 12:40:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16044072111370" MIME-Version: 1.0 Date: Tue, 3 Nov 2020 12:40:11 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/devel/gnustep-make To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20201103124011.AB055FB28@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. --_----------=_16044072111370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Tue Nov 3 12:40:11 UTC 2020 Modified Files: pkgsrc/devel/gnustep-make: Makefile Log Message: gnustep-make: fix invalid bash replacement To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/gnustep-make/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16044072111370 Content-Disposition: inline Content-Length: 839 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/gnustep-make/Makefile diff -u pkgsrc/devel/gnustep-make/Makefile:1.61 pkgsrc/devel/gnustep-make/Makefile:1.62 --- pkgsrc/devel/gnustep-make/Makefile:1.61 Tue Nov 3 11:24:31 2020 +++ pkgsrc/devel/gnustep-make/Makefile Tue Nov 3 12:40:11 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.61 2020/11/03 11:24:31 triaxx Exp $ +# $NetBSD: Makefile,v 1.62 2020/11/03 12:40:11 triaxx Exp $ DISTNAME= gnustep-make-2.8.0 -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} @@ -11,7 +11,7 @@ COMMENT= GNUstep makefile package LICENSE= gnu-gpl-v3 USE_LANGUAGES+= c99 objc c++ objc-c++ -USE_TOOLS+= csh +USE_TOOLS+= bash csh GNU_CONFIGURE= yes CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_SCRIPT:Q} CONFIGURE_ARGS+= --disable-importing-config-file --_----------=_16044072111370--