pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/monotone Fix build with gcc 3.x (dunno why it co...
details: https://anonhg.NetBSD.org/pkgsrc/rev/03597ab3b696
branches: trunk
changeset: 518858:03597ab3b696
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Wed Sep 20 13:10:10 2006 +0000
description:
Fix build with gcc 3.x (dunno why it compiled with 4.x...). From riz@.
diffstat:
devel/monotone/distinfo | 3 ++-
devel/monotone/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r ed6ae2f7378e -r 03597ab3b696 devel/monotone/distinfo
--- a/devel/monotone/distinfo Wed Sep 20 13:00:02 2006 +0000
+++ b/devel/monotone/distinfo Wed Sep 20 13:10:10 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.20 2006/09/18 15:36:34 jmmv Exp $
+$NetBSD: distinfo,v 1.21 2006/09/20 13:10:10 jmmv Exp $
SHA1 (monotone-0.30.tar.gz) = e78356dcaa7f5cd2e8c7e6371a375369ab6feca7
RMD160 (monotone-0.30.tar.gz) = d58fe36d9f0686ec6be47dc2f39ec3f7ba2d40d9
Size (monotone-0.30.tar.gz) = 4663418 bytes
+SHA1 (patch-aa) = 73f5a3066c7f82de8178c6f00848db12b60aa6ae
diff -r ed6ae2f7378e -r 03597ab3b696 devel/monotone/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/monotone/patches/patch-aa Wed Sep 20 13:10:10 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.9 2006/09/20 13:10:10 jmmv Exp $
+
+--- cmd.hh.orig 2006-09-17 11:56:51.000000000 +0200
++++ cmd.hh
+@@ -207,7 +207,7 @@ namespace commands {
+ } \
+ std::string commands::cmd_ ## C::desc() \
+ { \
+- std:string result = _(desc_.c_str()); \
++ std::string result = _(desc_.c_str()); \
+ result += "\n"; \
+ result += (F("Alias for %s") % #realcommand).str(); \
+ return result; \
Home |
Main Index |
Thread Index |
Old Index