Received: by mail.netbsd.org (Postfix, from userid 605) id EE93A84D62; Sun, 27 Jun 2021 05:56:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32F2A84D85 for ; Sun, 27 Jun 2021 05:56:03 +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 zzlasyEnGDLV for ; Sun, 27 Jun 2021 05:56:02 +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 AB2B984C86 for ; Sun, 27 Jun 2021 05:56:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99AC7FA95; Sun, 27 Jun 2021 05:56:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1624773362129050" MIME-Version: 1.0 Date: Sun, 27 Jun 2021 05:56:02 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/shells/eltclsh To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210627055602.99AC7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1624773362129050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Jun 27 05:56:02 UTC 2021 Modified Files: pkgsrc/shells/eltclsh: distinfo Added Files: pkgsrc/shells/eltclsh/patches: patch-src_Makefile.in Log Message: eltclsh: Avoid infinite loop in build, PR pkg/56259 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/shells/eltclsh/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/shells/eltclsh/patches/patch-src_Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1624773362129050 Content-Disposition: inline Content-Length: 1480 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/eltclsh/distinfo diff -u pkgsrc/shells/eltclsh/distinfo:1.5 pkgsrc/shells/eltclsh/distinfo:1.6 --- pkgsrc/shells/eltclsh/distinfo:1.5 Mon Nov 2 23:00:34 2015 +++ pkgsrc/shells/eltclsh/distinfo Sun Jun 27 05:56:02 2021 @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.5 2015/11/02 23:00:34 agc Exp $ +$NetBSD: distinfo,v 1.6 2021/06/27 05:56:02 nia Exp $ SHA1 (eltclsh-1.9.tar.gz) = 4c85fc6927c3fc4359316e9265460a8747972a0d RMD160 (eltclsh-1.9.tar.gz) = 8bee0288bc458845b5384272164df48e2e7e0b03 SHA512 (eltclsh-1.9.tar.gz) = 7bcde89504257d12131d16609c9f3359c885f28f2f886da61357dcdd8fb615202ecfcb4930ef1bb95c4fec6d69521b4d0e3a9271da58bc69e44ab85651259106 Size (eltclsh-1.9.tar.gz) = 342659 bytes SHA1 (patch-ab) = fc7f724bbfdf4d5b35da1dd52a65a9488c43f4b0 +SHA1 (patch-src_Makefile.in) = 07176f0d97b2ac5b746a4197d2b83bb3dda541c3 Added files: Index: pkgsrc/shells/eltclsh/patches/patch-src_Makefile.in diff -u /dev/null pkgsrc/shells/eltclsh/patches/patch-src_Makefile.in:1.1 --- /dev/null Sun Jun 27 05:56:02 2021 +++ pkgsrc/shells/eltclsh/patches/patch-src_Makefile.in Sun Jun 27 05:56:02 2021 @@ -0,0 +1,14 @@ +$NetBSD: patch-src_Makefile.in,v 1.1 2021/06/27 05:56:02 nia Exp $ + +Avoid infinite loop. + +--- src/Makefile.in.orig 2008-08-08 14:16:38.000000000 +0000 ++++ src/Makefile.in +@@ -132,7 +132,3 @@ depends dependencies:: $(elwishsrcs) + endif + + init.o: Makefile +- +-ifneq (${MAKECMDGOALS},clean) +--include dependencies +-endif --_----------=_1624773362129050--