[124143] trunk/dports/graphics/inkscape
devans at macports.org
devans at macports.org
Tue Aug 19 14:33:23 PDT 2014
Revision: 124143
https://trac.macports.org/changeset/124143
Author: devans at macports.org
Date: 2014-08-19 14:33:23 -0700 (Tue, 19 Aug 2014)
Log Message:
-----------
inkscape: apply proposed upstream patch to fix build with boost 1.56 (#44670), increment revision to rebuild with latest libMagick++.
Modified Paths:
--------------
trunk/dports/graphics/inkscape/Portfile
Added Paths:
-----------
trunk/dports/graphics/inkscape/files/patch-src-object-snapper.cpp-v3.diff
Modified: trunk/dports/graphics/inkscape/Portfile
===================================================================
--- trunk/dports/graphics/inkscape/Portfile 2014-08-19 21:33:03 UTC (rev 124142)
+++ trunk/dports/graphics/inkscape/Portfile 2014-08-19 21:33:23 UTC (rev 124143)
@@ -6,7 +6,7 @@
name inkscape
conflicts inkscape-devel
version 0.48.5
-revision 1
+revision 2
license GPL-2 LGPL-2.1
maintainers devans
categories graphics gnome
@@ -47,7 +47,8 @@
port:libwpg \
port:gtkspell2
-patchfiles patch-python-configure.ac.diff
+patchfiles patch-python-configure.ac.diff \
+ patch-src-object-snapper.cpp-v3.diff
variant python26 conflicts python27 description {Configure to use Python version 2.6} {
depends_lib-append \
Added: trunk/dports/graphics/inkscape/files/patch-src-object-snapper.cpp-v3.diff
===================================================================
--- trunk/dports/graphics/inkscape/files/patch-src-object-snapper.cpp-v3.diff (rev 0)
+++ trunk/dports/graphics/inkscape/files/patch-src-object-snapper.cpp-v3.diff 2014-08-19 21:33:23 UTC (rev 124143)
@@ -0,0 +1,13 @@
+=== modified file 'src/object-snapper.cpp'
+--- src/object-snapper.cpp 2010-07-19 06:51:04 +0000
++++ src/object-snapper.cpp 2014-08-15 15:43:28 +0000
+@@ -561,7 +561,7 @@
+ // When it's within snapping range, then return it
+ // (within snapping range == between p_min_on_cl and p_max_on_cl == 0 < ta < 1)
+ Geom::Coord dist = Geom::L2(_snapmanager->getDesktop()->dt2doc(p_proj_on_cl) - p_inters);
+- SnappedPoint s(_snapmanager->getDesktop()->doc2dt(p_inters), p.getSourceType(), p.getSourceNum(), k->target_type, dist, getSnapperTolerance(), getSnapperAlwaysSnap(), true, k->target_bbox);
++ SnappedPoint s(_snapmanager->getDesktop()->doc2dt(p_inters), p.getSourceType(), p.getSourceNum(), k->target_type, dist, getSnapperTolerance(), getSnapperAlwaysSnap(), true, false, k->target_bbox);
+ sc.points.push_back(s);
+ }
+ }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140819/ce95e03a/attachment.html>
More information about the macports-changes
mailing list