[142885] trunk/dports/graphics

devans at macports.org devans at macports.org
Sat Dec 12 07:38:55 PST 2015


Revision: 142885
          https://trac.macports.org/changeset/142885
Author:   devans at macports.org
Date:     2015-11-25 19:18:34 -0800 (Wed, 25 Nov 2015)
Log Message:
-----------
inkscape, inkscape-devel: disable +universal due to dependency on py27-numpy (#48263, #49196).

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

Modified: trunk/dports/graphics/inkscape/Portfile
===================================================================
--- trunk/dports/graphics/inkscape/Portfile	2015-11-25 23:48:38 UTC (rev 142884)
+++ trunk/dports/graphics/inkscape/Portfile	2015-11-26 03:18:34 UTC (rev 142885)
@@ -57,6 +57,10 @@
     reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.cpp
 }
 
+# py27-numpy is currently not universal (#48263).
+
+universal_variant no
+
 variant gtk3 description {Enable experimental GTK+ 3 build} {
     depends_lib-delete \
                     port:gtkspell2 \

Modified: trunk/dports/graphics/inkscape-devel/Portfile
===================================================================
--- trunk/dports/graphics/inkscape-devel/Portfile	2015-11-25 23:48:38 UTC (rev 142884)
+++ trunk/dports/graphics/inkscape-devel/Portfile	2015-11-26 03:18:34 UTC (rev 142885)
@@ -61,6 +61,10 @@
     reinplace "s|^#include \"Object.h\"|#include \"${prefix}/include/poppler/Object.h\"|" ${worksrcpath}/src/extension/internal/pdfinput/pdf-parser.cpp
 }
 
+# py27-numpy is currently not universal (#48263).
+
+universal_variant no
+
 variant gtk3 description {Enable experimental GTK+ 3 build} {
     depends_lib-delete \
                     port:gtkspell2 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/78f8e79c/attachment.html>


More information about the macports-changes mailing list