[151814] users/devans/dports/graphics/inkscape-devel/Portfile

devans at macports.org devans at macports.org
Mon Aug 22 11:57:27 PDT 2016


Revision: 151814
          https://trac.macports.org/changeset/151814
Author:   devans at macports.org
Date:     2016-08-22 11:57:27 -0700 (Mon, 22 Aug 2016)
Log Message:
-----------
inkscape-devel: sync with trunk and update to bzr 15071.

Modified Paths:
--------------
    users/devans/dports/graphics/inkscape-devel/Portfile

Modified: users/devans/dports/graphics/inkscape-devel/Portfile
===================================================================
--- users/devans/dports/graphics/inkscape-devel/Portfile	2016-08-22 18:45:32 UTC (rev 151813)
+++ users/devans/dports/graphics/inkscape-devel/Portfile	2016-08-22 18:57:27 UTC (rev 151814)
@@ -5,7 +5,7 @@
 
 name                inkscape-devel
 conflicts           inkscape inkscape-0.91.x
-set bzr_rev         15002
+set bzr_rev         15071
 version             0.91.99.${bzr_rev}
 epoch               1
 license             GPL-2 LGPL-2.1
@@ -22,8 +22,8 @@
 homepage            http://www.inkscape.org/
 master_sites        file:///Users/devans/macports/distfiles/${name}
 
-checksums           rmd160  790c809b6cc56212c7dedfca95dbd6c1f11d7f1c \
-                    sha256  ada989162979044b70f1b19770752102133de695e5ccefd3f5187d5acb8c75ca
+checksums           rmd160  bb0918a031200f40a5266ca1ef65589d16d3010e \
+                    sha256  917466f25e34cfae32fbbc5f1a2259af8459c4c8311f7ce46628c753894827bc
 
 worksrcdir          ${name}
 
@@ -60,6 +60,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 (#42416).
+
+universal_variant no
+
 variant gtk3 description {Enable experimental GTK+ 3 build} {
     depends_lib-delete \
                     port:gtkspell2 \
@@ -67,7 +71,6 @@
                     port:gtkmm
 
     depends_lib-append \
-                    port:gnome-themes-standard \
                     port:gtkspell3 \
                     port:gtk3 \
                     port:gtkmm3 \
@@ -91,8 +94,14 @@
 configure.cppflags-append \
                     -I${worksrcpath}/src/extension/script
 
-if {[string match "*clang*" ${configure.compiler}]} {
-    configure.cxxflags-append -std=c++11
+platform darwin {
+    if {[string match "*clang*" ${configure.compiler}]} {
+        if {${configure.cxx_stdlib} eq "libstdc++"} {
+            configure.cxxflags-append -std=c++98
+        } else {
+            configure.cxxflags-append -std=c++11
+        }
+    }
 }
 
 variant strict description {Enable strict build} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160822/7be0ced5/attachment.html>


More information about the macports-changes mailing list