pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/rapidsvn Undef isset() in path.hpp, since it get...
details: https://anonhg.NetBSD.org/pkgsrc/rev/101cbbeadca6
branches: trunk
changeset: 518939:101cbbeadca6
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Sep 24 16:04:00 2006 +0000
description:
Undef isset() in path.hpp, since it gets defined as macro on DragonFly
and is pulled in via APR. Yeah, portability frameworks are nice.
diffstat:
devel/rapidsvn/distinfo | 3 ++-
devel/rapidsvn/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 21a6873d6d0c -r 101cbbeadca6 devel/rapidsvn/distinfo
--- a/devel/rapidsvn/distinfo Sun Sep 24 16:01:51 2006 +0000
+++ b/devel/rapidsvn/distinfo Sun Sep 24 16:04:00 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.10 2006/08/08 12:28:47 wiz Exp $
+$NetBSD: distinfo,v 1.11 2006/09/24 16:04:00 joerg Exp $
SHA1 (rapidsvn-0.9.3.tar.gz) = 71a57ffb4f7944191df51c4a2a87f1c971567543
RMD160 (rapidsvn-0.9.3.tar.gz) = 316904503ab1a067fb14b0567d6e28bc2a6ad6c5
Size (rapidsvn-0.9.3.tar.gz) = 998268 bytes
+SHA1 (patch-aa) = 05867a8dde1c9c4db512e40e99be20c89b1f3576
diff -r 21a6873d6d0c -r 101cbbeadca6 devel/rapidsvn/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/rapidsvn/patches/patch-aa Sun Sep 24 16:04:00 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.5 2006/09/24 16:04:00 joerg Exp $
+
+--- include/svncpp/path.hpp.orig 2006-09-24 17:50:18.000000000 +0000
++++ include/svncpp/path.hpp
+@@ -29,6 +29,8 @@
+ // stl
+ #include <string>
+
++#undef isset
++
+ namespace svn
+ {
+ /**
Home |
Main Index |
Thread Index |
Old Index