pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ghc Fix a multi-line sting.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9a195ad39bd8
branches: trunk
changeset: 465615:9a195ad39bd8
user: kristerw <kristerw%pkgsrc.org@localhost>
date: Sat Jan 03 09:40:26 2004 +0000
description:
Fix a multi-line sting.
diffstat:
lang/ghc/distinfo | 3 ++-
lang/ghc/patches/patch-as | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r eb0d07f60565 -r 9a195ad39bd8 lang/ghc/distinfo
--- a/lang/ghc/distinfo Sat Jan 03 05:05:15 2004 +0000
+++ b/lang/ghc/distinfo Sat Jan 03 09:40:26 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2003/12/31 18:37:21 kristerw Exp $
+$NetBSD: distinfo,v 1.5 2004/01/03 09:40:26 kristerw Exp $
SHA1 (ghc-5.04.3-src.tar.bz2) = 9b0f17e871557a76140fbf738138e1cf5d356e9d
Size (ghc-5.04.3-src.tar.bz2) = 4741512 bytes
@@ -22,3 +22,4 @@
SHA1 (patch-ap) = bd502c0d6957b6df6cd3d14b6b169d6a8edb46c6
SHA1 (patch-aq) = e4d71497a95923a069c3f8032359182c5705f3eb
SHA1 (patch-ar) = 62a6db03a20a80be7c6b113cae5079de75c9665c
+SHA1 (patch-as) = 865a04de68667215ada3e0f27bdc18b8218178d7
diff -r eb0d07f60565 -r 9a195ad39bd8 lang/ghc/patches/patch-as
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ghc/patches/patch-as Sat Jan 03 09:40:26 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-as,v 1.1 2004/01/03 09:41:08 kristerw Exp $
+
+--- ghc/utils/prof/cgprof/cgprof.c.orig 2004-01-03 03:49:33.000000000 +0100
++++ ghc/utils/prof/cgprof/cgprof.c 2004-01-03 03:50:55.000000000 +0100
+@@ -1183,8 +1183,8 @@
+ } /* end of new for loop */
+
+ *nonodes = symbol_table_next;
+- fprintf(log,"%s: read %d lines from profile.Graph contains %i nodes.
+- \n",Pgm,nolines,symbol_table_next);
++ fprintf(log,"%s: read %d lines from profile.Graph contains %i nodes.\n"
++ ,Pgm,nolines,symbol_table_next);
+
+ free_cc_matrix(cc_m); /* be nice and clean up the cost centre matrix */
+ }
Home |
Main Index |
Thread Index |
Old Index