[125272] trunk/dports/graphics/inkscape-devel

devans at macports.org devans at macports.org
Fri Sep 12 06:34:17 PDT 2014


Revision: 125272
          https://trac.macports.org/changeset/125272
Author:   devans at macports.org
Date:     2014-09-12 06:34:16 -0700 (Fri, 12 Sep 2014)
Log Message:
-----------
inkscape-devel: update to trunk bzr 13551, boost patch now incorporated upstream, other pre-0.91 bugfixes.

Modified Paths:
--------------
    trunk/dports/graphics/inkscape-devel/Portfile

Removed Paths:
-------------
    trunk/dports/graphics/inkscape-devel/files/clang-cxx11-boost-1-56_3.diff

Modified: trunk/dports/graphics/inkscape-devel/Portfile
===================================================================
--- trunk/dports/graphics/inkscape-devel/Portfile	2014-09-12 07:51:08 UTC (rev 125271)
+++ trunk/dports/graphics/inkscape-devel/Portfile	2014-09-12 13:34:16 UTC (rev 125272)
@@ -5,7 +5,7 @@
 
 name            inkscape-devel
 conflicts       inkscape
-set bzr_rev     13528
+set bzr_rev     13551
 version         0.48.99.${bzr_rev}
 epoch           1
 license         GPL-2 LGPL-2.1
@@ -56,8 +56,6 @@
     ui_msg "--->  Fetching source from bzr repository: this may take a while"
 }
 
-patchfiles      clang-cxx11-boost-1-56_3.diff
-
 variant revenge description {Experimental upstream patch to build with latest libcdr, libvisio, libwpg based on librevenge} {
     patchfiles-append   patch-librevenge.diff
     depends_lib-delete  port:libcdr \

Deleted: trunk/dports/graphics/inkscape-devel/files/clang-cxx11-boost-1-56_3.diff
===================================================================
--- trunk/dports/graphics/inkscape-devel/files/clang-cxx11-boost-1-56_3.diff	2014-09-12 07:51:08 UTC (rev 125271)
+++ trunk/dports/graphics/inkscape-devel/files/clang-cxx11-boost-1-56_3.diff	2014-09-12 13:34:16 UTC (rev 125272)
@@ -1,13 +0,0 @@
-=== modified file 'src/object-snapper.cpp'
---- src/object-snapper.cpp	2014-07-30 20:47:29 +0000
-+++ src/object-snapper.cpp	2014-08-15 16:19:01 +0000
-@@ -677,7 +677,7 @@
-                 (*p_inters) = dt->doc2dt(*p_inters);
-                 // Construct a snapped point
-                 Geom::Coord dist = Geom::L2(p.getPoint() - *p_inters);
--                SnappedPoint s = SnappedPoint(*p_inters, p.getSourceType(), p.getSourceNum(), k->target_type, dist, getSnapperTolerance(), getSnapperAlwaysSnap(), true, k->target_bbox);;
-+                SnappedPoint s = SnappedPoint(*p_inters, p.getSourceType(), p.getSourceNum(), k->target_type, dist, getSnapperTolerance(), getSnapperAlwaysSnap(), true, false, k->target_bbox);
-                 // Store the snapped point
-                 if (dist <= tolerance) { // If the intersection is within snapping range, then we might snap to it
-                     isr.points.push_back(s);
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140912/a6161033/attachment.html>


More information about the macports-changes mailing list