<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/160f5d3f5c946991e3221f286a29d4778edd4ca4">https://github.com/macports/macports-ports/commit/160f5d3f5c946991e3221f286a29d4778edd4ca4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 160f5d3f5c946991e3221f286a29d4778edd4ca4
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Fri Jan 18 10:44:00 2019 -0800

<span style='display:block; white-space:pre;color:#404040;'>    inkscape: sync with inkscape-devel
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No changes to build or content.
</span>---
 graphics/inkscape/Portfile | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/inkscape/Portfile b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d425dbb..aded007 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/inkscape/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,7 +8,7 @@ PortGroup           cmake 1.1
</span> cmake.generator     Ninja
 
 name                inkscape
<span style='display:block; white-space:pre;background:#ffe0e0;'>-conflicts           inkscape-devel
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+conflicts           inkscape-devel inkscape-gtk3-devel
</span> version             0.92.4
 license             GPL-2 LGPL-2.1
 maintainers         {devans @dbevans}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -76,13 +76,15 @@ post-patch {
</span> universal_variant no
 
 # clang-425.0.28 cannot handle glibmm's headers
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 500} gcc-4.0 *gcc-4.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# allow build with more modern gcc on 10.5 and earlier
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 500} *gcc-3.* *gcc-4.*
</span> 
 configure.args-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    -DWITH_DBUS:BOOL=ON \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    -DWITH_GNOME_VFS=OFF \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    -DWITH_OPENMP=OFF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DWITH_DBUS:BOOL=ON \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DWITH_GNOME_VFS=OFF \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DWITH_OPENMP=OFF
</span> 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span> # the following dummy variants are used
 # to identify this port's binary dependencies
 # based on which variant of gtkmm is used for the build
</pre><pre style='margin:0'>

</pre>