pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/eltclsh



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.

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



Home | Main Index | Thread Index | Old Index