pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap-rivet Make this package build with gcc-4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/848ef719779c
branches:  trunk
changeset: 514324:848ef719779c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jun 10 20:06:56 2006 +0000

description:
Make this package build with gcc-4.

diffstat:

 www/ap-rivet/distinfo         |   3 ++-
 www/ap-rivet/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r c3150a5e4182 -r 848ef719779c www/ap-rivet/distinfo
--- a/www/ap-rivet/distinfo     Sat Jun 10 20:00:55 2006 +0000
+++ b/www/ap-rivet/distinfo     Sat Jun 10 20:06:56 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:08:28 wiz Exp $
+$NetBSD: distinfo,v 1.3 2006/06/10 20:06:56 minskim Exp $
 
 SHA1 (rivet_0.4.0-1.tar.gz) = 3d542afcc203c6d3d20ab3456c63c7c549ef0008
 RMD160 (rivet_0.4.0-1.tar.gz) = d72dc6afed2972d6527b3746771388e7375423d0
 Size (rivet_0.4.0-1.tar.gz) = 547851 bytes
+SHA1 (patch-aa) = 63fd2544995a5cf4a0245a8c42d9af9ab4dfa8be
diff -r c3150a5e4182 -r 848ef719779c www/ap-rivet/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-rivet/patches/patch-aa     Sat Jun 10 20:06:56 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/06/10 20:06:56 minskim Exp $
+
+--- src/rivetCore.c.orig       2004-02-24 02:24:34.000000000 -0800
++++ src/rivetCore.c
+@@ -635,7 +635,7 @@ TCL_CMD_HEADER( Rivet_Upload )
+       if (TclWeb_UploadChannel(varname, &chan, globals->req) != TCL_OK) {
+           return TCL_ERROR;
+       }
+-      (CONST84 char *)channelname = Tcl_GetChannelName(chan);
++      channelname = (CONST84 char *)Tcl_GetChannelName(chan);
+       Tcl_SetStringObj(result, channelname, -1);
+       break;
+     }



Home | Main Index | Thread Index | Old Index