[117137] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Mon Feb 17 06:49:57 PST 2014


Revision: 117137
          https://trac.macports.org/changeset/117137
Author:   ryandesign at macports.org
Date:     2014-02-17 06:49:57 -0800 (Mon, 17 Feb 2014)
Log Message:
-----------
magic, magic-devel: require +x11 variant of tk to avoid crash on launch

Modified Paths:
--------------
    trunk/dports/science/magic/Portfile
    trunk/dports/science/magic-devel/Portfile

Modified: trunk/dports/science/magic/Portfile
===================================================================
--- trunk/dports/science/magic/Portfile	2014-02-17 14:04:13 UTC (rev 117136)
+++ trunk/dports/science/magic/Portfile	2014-02-17 14:49:57 UTC (rev 117137)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           active_variants 1.1
 PortGroup           conflicts_build 1.0
 
 # Please keep the magic and magic-devel ports as similar as possible.
@@ -31,6 +32,8 @@
 
 depends_lib         port:tcl port:tk port:blt port:mesa
 
+require_active_variants tk x11
+
 checksums           rmd160  5e1cb3368b5f3119374d9905643d9457706276e9 \
                     sha256  5fd1449380d185584c03fbfe4b62abee83bb868de11c1d7ebca4db5f8c5338bf
 

Modified: trunk/dports/science/magic-devel/Portfile
===================================================================
--- trunk/dports/science/magic-devel/Portfile	2014-02-17 14:04:13 UTC (rev 117136)
+++ trunk/dports/science/magic-devel/Portfile	2014-02-17 14:49:57 UTC (rev 117137)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           active_variants 1.1
 PortGroup           conflicts_build 1.0
 
 # Please keep the magic and magic-devel ports as similar as possible.
@@ -33,6 +34,8 @@
 
 depends_lib         port:tcl port:tk port:blt port:mesa
 
+require_active_variants tk x11
+
 checksums           rmd160  dc25fc1caf49086c508a3143070d0bb0c15893d3 \
                     sha256  caf43e2222dfd58a811c2dae3343f0b6390d3e99dd6c9c250677c1d0e5b48d35
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140217/3b20e706/attachment.html>


More information about the macports-changes mailing list