[151717] users/devans/dports/graphics

devans at macports.org devans at macports.org
Sat Aug 20 18:28:36 PDT 2016


Revision: 151717
          https://trac.macports.org/changeset/151717
Author:   devans at macports.org
Date:     2016-08-20 18:28:36 -0700 (Sat, 20 Aug 2016)
Log Message:
-----------
devans/dports: inkscape-0.92.x, new port, current pre-freeze snapshot of Inkscape 0.92 for testing.

Modified Paths:
--------------
    users/devans/dports/graphics/inkscape-0.92.x/Portfile

Added Paths:
-----------
    users/devans/dports/graphics/inkscape-0.92.x/

Modified: users/devans/dports/graphics/inkscape-0.92.x/Portfile
===================================================================
--- users/devans/dports/graphics/inkscape-devel/Portfile	2016-07-30 04:11:56 UTC (rev 150851)
+++ users/devans/dports/graphics/inkscape-0.92.x/Portfile	2016-08-21 01:28:36 UTC (rev 151717)
@@ -3,17 +3,17 @@
 
 PortSystem          1.0
 
-name                inkscape-devel
-conflicts           inkscape inkscape-0.91.x
-set bzr_rev         15002
-version             0.91.99.${bzr_rev}
+name                inkscape-0.92.x
+conflicts           inkscape inkscape-0.91.x inkscape-devel
+set bzr_rev         15044
+version             ${bzr_rev}
 epoch               1
 license             GPL-2 LGPL-2.1
 maintainers         devans
 categories          graphics gnome
 platforms           darwin
-description         This is the ongoing unstable development version of Inkscape taken from \
-                    recent bzr trunk.
+description         This is the current pre-freeze snapshot of Inkscape 0.92 for testing \
+                    and for packagers.
 
 long_description    Inkscape is an multi-platform, Open-Source Vector Graphics Editor \
                     that uses SVG as its native file format. \
@@ -22,8 +22,8 @@
 homepage            http://www.inkscape.org/
 master_sites        file:///Users/devans/macports/distfiles/${name}
 
-checksums           rmd160  790c809b6cc56212c7dedfca95dbd6c1f11d7f1c \
-                    sha256  ada989162979044b70f1b19770752102133de695e5ccefd3f5187d5acb8c75ca
+checksums           rmd160  18466a0fd13d86d957dd2dfcf61e496c5074a606 \
+                    sha256  b73833a70f4b4c2f23c3375b9328d9dfb09379d0d4471a225f4a9d2693b0dc50
 
 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/20160820/0ce5183c/attachment.html>


More information about the macports-changes mailing list