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

devans at macports.org devans at macports.org
Fri Apr 4 07:31:13 PDT 2014


Revision: 118553
          https://trac.macports.org/changeset/118553
Author:   devans at macports.org
Date:     2014-04-04 07:31:13 -0700 (Fri, 04 Apr 2014)
Log Message:
-----------
inkscape-devel: update to bzr 13261, revert bzr 13232 which breaks build.

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

Added Paths:
-----------
    trunk/dports/graphics/inkscape-devel/files/
    trunk/dports/graphics/inkscape-devel/files/patch-revert-r13232.diff

Modified: trunk/dports/graphics/inkscape-devel/Portfile
===================================================================
--- trunk/dports/graphics/inkscape-devel/Portfile	2014-04-04 13:49:59 UTC (rev 118552)
+++ trunk/dports/graphics/inkscape-devel/Portfile	2014-04-04 14:31:13 UTC (rev 118553)
@@ -5,7 +5,7 @@
 
 name            inkscape-devel
 conflicts       inkscape
-set bzr_rev     13163
+set bzr_rev     13261
 version         0.48.99.${bzr_rev}
 epoch           1
 license         GPL-2 LGPL-2.1
@@ -56,8 +56,10 @@
     ui_msg "--->  Fetching source from bzr repository: this may take a while"
 }
 
-configure.cflags-append -Wno-unused-function
+patchfiles      patch-revert-r13232.diff
 
+configure.cflags-append -Wno-error=unused-function
+
 variant python26 conflicts python27 description {Configure to use Python version 2.6} {
     depends_lib-append \
         port:py26-lxml \

Added: trunk/dports/graphics/inkscape-devel/files/patch-revert-r13232.diff
===================================================================
--- trunk/dports/graphics/inkscape-devel/files/patch-revert-r13232.diff	                        (rev 0)
+++ trunk/dports/graphics/inkscape-devel/files/patch-revert-r13232.diff	2014-04-04 14:31:13 UTC (rev 118553)
@@ -0,0 +1,22 @@
+--- src/ui/tool/node.h.orig	2014-04-02 13:37:52.000000000 -0700
++++ src/ui/tool/node.h	2014-04-02 13:39:01.000000000 -0700
+@@ -12,10 +12,6 @@
+ #ifndef SEEN_UI_TOOL_NODE_H
+ #define SEEN_UI_TOOL_NODE_H
+ 
+-#if HAVE_CONFIG_H
+- #include "config.h"
+-#endif
+-
+ #include <iterator>
+ #include <iosfwd>
+ #include <stdexcept>
+@@ -41,7 +37,7 @@
+ }
+ }
+ 
+-#if HAVE_TR1_UNORDERED_SET
++#if __cplusplus < 201103L
+ namespace std {
+ namespace tr1 {
+ template <typename N> struct hash< Inkscape::UI::NodeIterator<N> >;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140404/416acb22/attachment.html>


More information about the macports-changes mailing list