[113599] trunk/dports/graphics/inkscape

devans at macports.org devans at macports.org
Wed Nov 20 06:28:41 PST 2013


Revision: 113599
          https://trac.macports.org/changeset/113599
Author:   devans at macports.org
Date:     2013-11-20 06:28:41 -0800 (Wed, 20 Nov 2013)
Log Message:
-----------
inkscape: a few more upstream patches.

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

Added Paths:
-----------
    trunk/dports/graphics/inkscape/files/patch-r9986-thru-r9987.diff

Modified: trunk/dports/graphics/inkscape/Portfile
===================================================================
--- trunk/dports/graphics/inkscape/Portfile	2013-11-20 14:27:04 UTC (rev 113598)
+++ trunk/dports/graphics/inkscape/Portfile	2013-11-20 14:28:41 UTC (rev 113599)
@@ -6,7 +6,7 @@
 name            inkscape
 conflicts       inkscape-devel
 version         0.48.4
-revision        18
+revision        19
 license         GPL-2 LGPL-2.1
 maintainers     devans
 categories      graphics gnome
@@ -49,6 +49,7 @@
 
 patchfiles      patch-thru-r9971.diff \
                 patch-r9972-thru-r9985.diff \
+                patch-r9986-thru-r9987.diff \
                 patch-python-configure.ac.diff
 
 variant python26 conflicts python27 description {Configure to use Python version 2.6} {

Added: trunk/dports/graphics/inkscape/files/patch-r9986-thru-r9987.diff
===================================================================
--- trunk/dports/graphics/inkscape/files/patch-r9986-thru-r9987.diff	                        (rev 0)
+++ trunk/dports/graphics/inkscape/files/patch-r9986-thru-r9987.diff	2013-11-20 14:28:41 UTC (rev 113599)
@@ -0,0 +1,25 @@
+=== modified file 'src/extension/effect.cpp'
+--- src/extension/effect.cpp	2010-09-28 21:11:41 +0000
++++ src/extension/effect.cpp	2013-11-19 23:57:37 +0000
+@@ -36,7 +36,7 @@
+ Effect::Effect (Inkscape::XML::Node * in_repr, Implementation::Implementation * in_imp)
+     : Extension(in_repr, in_imp),
+       _id_noprefs(Glib::ustring(get_id()) + ".noprefs"),
+-      _name_noprefs(Glib::ustring(get_name()) + _(" (No preferences)")),
++      _name_noprefs(Glib::ustring(_(get_name())) + _(" (No preferences)")),
+       _verb(get_id(), get_name(), NULL, NULL, this, true),
+       _verb_nopref(_id_noprefs.c_str(), _name_noprefs.c_str(), NULL, NULL, this, false),
+       _menu_node(NULL), _workingDialog(true),
+
+=== modified file 'src/extension/system.cpp'
+--- src/extension/system.cpp	2013-09-21 22:20:09 +0000
++++ src/extension/system.cpp	2013-11-19 23:57:37 +0000
+@@ -20,6 +20,7 @@
+ 
+ #include <interface.h>
+ 
++#include <unistd.h>
+ #include "system.h"
+ #include "preferences.h"
+ #include "extension.h"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131120/220c61c0/attachment.html>


More information about the macports-changes mailing list