pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/zsh3 Ignore unknown resource types instead of b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9bbc88e718d
branches:  trunk
changeset: 513686:f9bbc88e718d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jun 01 21:16:40 2006 +0000

description:
Ignore unknown resource types instead of bailing out.

diffstat:

 shells/zsh3/distinfo         |   3 ++-
 shells/zsh3/patches/patch-ae |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 40d41a8cc1df -r f9bbc88e718d shells/zsh3/distinfo
--- a/shells/zsh3/distinfo      Thu Jun 01 21:02:01 2006 +0000
+++ b/shells/zsh3/distinfo      Thu Jun 01 21:16:40 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2006/04/07 15:28:50 jlam Exp $
+$NetBSD: distinfo,v 1.5 2006/06/01 21:16:40 joerg Exp $
 
 SHA1 (zsh-3.0.8.tar.gz) = d5d07abdd9c0f063c79d19de9482f7517016b54d
 RMD160 (zsh-3.0.8.tar.gz) = ea0f8e026f71e56ddaab04d8e5926bfd0914a4f1
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 7209d74d6a7535e41d8db1d1109a6039b9bb3e0e
 SHA1 (patch-ac) = 5e5c47d218a191692907b67839a8e874857fe2be
 SHA1 (patch-ad) = 613fcaaa117aa38ff2e41eddaad5947bd5e0190d
+SHA1 (patch-ae) = f395aa2f5164e8642448f5eb888f2e14de9256b7
diff -r 40d41a8cc1df -r f9bbc88e718d shells/zsh3/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/zsh3/patches/patch-ae      Thu Jun 01 21:16:40 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2006/06/01 21:16:40 joerg Exp $
+
+--- Src/rlimits.awk.orig       2006-06-01 21:12:10.000000000 +0000
++++ Src/rlimits.awk
+@@ -65,7 +65,6 @@ END {
+ 
+     for (i = 0; i < 0 + nlimits; i++)
+       if (msg[i] == "") {
+-            badlimit++
+             printf("\t%c%s%c,\n", 34, lim[i], 34)
+       } else
+           printf("\t%c%s%c,\n", 34, msg[i], 34)



Home | Main Index | Thread Index | Old Index