pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/bash2 On some systems (for example IRIX 5.3 wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9a846446ac2
branches:  trunk
changeset: 475234:f9a846446ac2
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Wed May 12 20:56:14 2004 +0000

description:
On some systems (for example IRIX 5.3 with the IDO compilers), none of the
#ifdefs after this label leads to any code, so insert a no-op, just in case.

Based on emails from Georg Schwarz to wiz, also noted in
http://mail.gnu.org/archive/html/bug-bash/2003-04/msg00002.html.

diffstat:

 shells/bash2/distinfo         |   3 ++-
 shells/bash2/patches/patch-af |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 24e0d5ae3738 -r f9a846446ac2 shells/bash2/distinfo
--- a/shells/bash2/distinfo     Wed May 12 20:53:51 2004 +0000
+++ b/shells/bash2/distinfo     Wed May 12 20:56:14 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2003/06/30 08:35:57 uebayasi Exp $
+$NetBSD: distinfo,v 1.11 2004/05/12 20:56:14 jschauma Exp $
 
 SHA1 (bash-2.05b.tar.gz) = b3e158877f94e66ec1c8ef604e994851ee388b09
 Size (bash-2.05b.tar.gz) = 1956216 bytes
@@ -21,3 +21,4 @@
 SHA1 (patch-ac) = 6528085df706bd8741b8d460e5766a4be6f95ca2
 SHA1 (patch-ad) = 412b45000cbd26e5dbacb4c414351c70d73ae62f
 SHA1 (patch-ae) = c0e5564d5e57a04d8458e67fb391df0d890e6f38
+SHA1 (patch-af) = 7f9cca6100fa6b24c1fb0d30958b2743679e46ee
diff -r 24e0d5ae3738 -r f9a846446ac2 shells/bash2/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/bash2/patches/patch-af     Wed May 12 20:56:14 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2004/05/12 20:56:14 jschauma Exp $
+
+--- ./lib/malloc/malloc.c.orig Wed May 12 16:07:37 2004
++++ ./lib/malloc/malloc.c      Wed May 12 16:20:47 2004
+@@ -880,6 +880,8 @@
+ 
+ free_return:
+ 
++  /* no-op in case nothing below is defined */;
++
+ #ifdef MALLOC_STATS
+   _mstats.nmalloc[nunits]--;
+   _mstats.nfre++;



Home | Main Index | Thread Index | Old Index