[106748] trunk/dports/graphics/inkscape-devel/Portfile

devans at macports.org devans at macports.org
Thu Jun 6 21:50:53 PDT 2013


Revision: 106748
          https://trac.macports.org/changeset/106748
Author:   devans at macports.org
Date:     2013-06-06 21:50:53 -0700 (Thu, 06 Jun 2013)
Log Message:
-----------
inkscape-devel: update to bzr revision 12353, add +x11 +quartz variants, universal, enable parallel build.

Revision Links:
--------------
    https://trac.macports.org/changeset/12353

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

Modified: trunk/dports/graphics/inkscape-devel/Portfile
===================================================================
--- trunk/dports/graphics/inkscape-devel/Portfile	2013-06-07 04:47:25 UTC (rev 106747)
+++ trunk/dports/graphics/inkscape-devel/Portfile	2013-06-07 04:50:53 UTC (rev 106748)
@@ -1,11 +1,11 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem      1.0
 
 name            inkscape-devel
 conflicts       inkscape
-set bzr_rev     12345
+set bzr_rev     12353
 version         0.48.99.${bzr_rev}
 epoch           1
 license         GPL-2 LGPL-2.1
@@ -25,9 +25,6 @@
                 gradients, node editing, svg-to-png export, \
                 grouping, and more.
 
-universal_variant no
-use_parallel_build no
-
 fetch.type      bzr
 bzr.url         lp:inkscape
 bzr.revision    ${bzr_rev}
@@ -108,6 +105,19 @@
     default_variants +python27
 }
 
+#
+# the following dummy variants are used
+# to identify this port's binary dependencies
+# based on which variant of gtkmm is used for the build
+#
+
+variant x11 conflicts quartz {}
+variant quartz conflicts x11 {}
+
+if {![variant_isset quartz]} {
+    default_variants +x11
+}
+
 post-activate {
         system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130606/de7a8caa/attachment.html>


More information about the macports-changes mailing list