Received: by mail.netbsd.org (Postfix, from userid 605) id BD78984D31; Sun, 3 May 2020 17:33:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4606684CEF for ; Sun, 3 May 2020 17:33:02 +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 S6GPeVAZVyiz for ; Sun, 3 May 2020 17:33:01 +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 D110484CDA for ; Sun, 3 May 2020 17:33:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB897FB27; Sun, 3 May 2020 17:33:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15885271818280" MIME-Version: 1.0 Date: Sun, 3 May 2020 17:33:01 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/devel/gdb To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200503173301.CB897FB27@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. --_----------=_15885271818280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sun May 3 17:33:01 UTC 2020 Modified Files: pkgsrc/devel/gdb: Makefile Log Message: devel/gdb: fix shell portability in test file To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/gdb/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15885271818280 Content-Disposition: inline Content-Length: 647 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/gdb/Makefile diff -u pkgsrc/devel/gdb/Makefile:1.66 pkgsrc/devel/gdb/Makefile:1.67 --- pkgsrc/devel/gdb/Makefile:1.66 Sat Apr 11 12:47:28 2020 +++ pkgsrc/devel/gdb/Makefile Sun May 3 17:33:01 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2020/04/11 12:47:28 bsiegert Exp $ +# $NetBSD: Makefile,v 1.67 2020/05/03 17:33:01 rillig Exp $ DISTNAME= gdb-8.3.1 CATEGORIES= devel @@ -44,6 +44,7 @@ AUTO_MKDIRS= yes .include "../../mk/bsd.prefs.mk" REPLACE_BASH+= gdb/gcore.in +REPLACE_BASH+= sim/testsuite/sim/bfin/run-tests.sh PLIST_VARS+= gcore .if (${OPSYS} == "SunOS" || ${OPSYS} == "NetBSD" \ --_----------=_15885271818280--