pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ht Fixed build error.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/421f3bfd057d
branches:  trunk
changeset: 533768:421f3bfd057d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 29 12:54:13 2007 +0000

description:
Fixed build error.

diffstat:

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

diffs (28 lines):

diff -r a6c23b748540 -r 421f3bfd057d devel/ht/distinfo
--- a/devel/ht/distinfo Sat Sep 29 12:51:17 2007 +0000
+++ b/devel/ht/distinfo Sat Sep 29 12:54:13 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/10/23 03:12:45 rh Exp $
+$NetBSD: distinfo,v 1.7 2007/09/29 12:54:13 rillig Exp $
 
 SHA1 (ht-0.9.1.tar.bz2) = f77723739a929ad48ba5381fd6882d1d54a7cd55
 RMD160 (ht-0.9.1.tar.bz2) = dd14227fe5c7d93f5db2965fcd61e832f2f1bbd9
 Size (ht-0.9.1.tar.bz2) = 737690 bytes
+SHA1 (patch-aa) = 9ce77ee200a8f96e55397bde6a5600880a13072c
diff -r a6c23b748540 -r 421f3bfd057d devel/ht/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ht/patches/patch-aa Sat Sep 29 12:54:13 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2007/09/29 12:54:13 rillig Exp $
+
+--- srt/srt_x86.cc.orig        2005-05-11 18:46:16.000000000 +0200
++++ srt/srt_x86.cc     2007-09-29 14:52:49.000000000 +0200
+@@ -76,7 +76,7 @@ void srt_x86_setreg(CPU *cpu, UINT idx, 
+ 
+ class sym_int_reg_x86: public sym_int_reg {
+ public:
+-      sym_int_reg_x86::sym_int_reg_x86(UINT r): sym_int_reg(r)
++      sym_int_reg_x86(UINT r): sym_int_reg(r)
+       {
+       }
+ 



Home | Main Index | Thread Index | Old Index