pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/inkscape make this build with libsigc++-2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e45a1c86b9e
branches:  trunk
changeset: 535620:6e45a1c86b9e
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Nov 23 11:56:14 2007 +0000

description:
make this build with libsigc++-2.1

diffstat:

 graphics/inkscape/distinfo         |   3 ++-
 graphics/inkscape/patches/patch-ah |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 32a641f21712 -r 6e45a1c86b9e graphics/inkscape/distinfo
--- a/graphics/inkscape/distinfo        Fri Nov 23 11:56:02 2007 +0000
+++ b/graphics/inkscape/distinfo        Fri Nov 23 11:56:14 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2007/03/23 20:15:01 adam Exp $
+$NetBSD: distinfo,v 1.21 2007/11/23 11:56:14 drochner Exp $
 
 SHA1 (inkscape-0.45.1.tar.gz) = f3df9eafc0fdfcc5f5024ea4bec4d7c477698380
 RMD160 (inkscape-0.45.1.tar.gz) = f21d43196a1fbaddc4f4baa2a51a5d085ceb20e4
@@ -10,3 +10,4 @@
 SHA1 (patch-ae) = 2b3f06a545d3cf27f59d41619528c59ac142c758
 SHA1 (patch-af) = 205a914797e1980f11ddb461ab3d3ee26553c3d4
 SHA1 (patch-ag) = 5562938a306e2675ba5c9ef127532293fbbb3645
+SHA1 (patch-ah) = 059013c64db9a2d510a7f38705eb19ab75d3ba53
diff -r 32a641f21712 -r 6e45a1c86b9e graphics/inkscape/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/inkscape/patches/patch-ah        Fri Nov 23 11:56:14 2007 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ah,v 1.1 2007/11/23 11:56:14 drochner Exp $
+
+--- src/seltrans.h.orig        2007-11-23 12:26:16.000000000 +0100
++++ src/seltrans.h
+@@ -138,8 +138,8 @@ private:
+     NR::Point _origin; ///< position of origin for transforms
+     NR::Point _point; ///< original position of the knot being used for the current transform
+     Inkscape::MessageContext _message_context;
+-    SigC::Connection _sel_changed_connection;
+-    SigC::Connection _sel_modified_connection;
++    sigc::connection _sel_changed_connection;
++    sigc::connection _sel_modified_connection;
+ };
+ 
+ }



Home | Main Index | Thread Index | Old Index