Revision: 141308 https://trac.macports.org/changeset/141308 Author: dstrubbe@macports.org Date: 2015-10-15 14:45:30 -0700 (Thu, 15 Oct 2015) Log Message: ----------- tk: Change default variant to +x11 instead of +quartz. There does not seem to be any dependent port that requires +quartz, and quite a few that require +x11, which will allow these to build on the buildbot for binaries, and will simplify matters for users. {{{ math/R/Portfile:161: require_active_variants path:lib/pkgconfig/tk.pc:tk x11 science/magic/Portfile:35:require_active_variants tk x11 science/magic-devel/Portfile:37:require_active_variants tk x11 science/pymol/Portfile:56:require_active_variants tk "" quartz science/xcrysden/Portfile:36:require_active_variants tk x11 x11/tix/Portfile:52:require_active_variants tk x11 x11/xcircuit/Portfile:44:require_active_variants tk x11 quartz }}} Modified Paths: -------------- trunk/dports/x11/tk/Portfile Modified: trunk/dports/x11/tk/Portfile =================================================================== --- trunk/dports/x11/tk/Portfile 2015-10-15 21:45:14 UTC (rev 141307) +++ trunk/dports/x11/tk/Portfile 2015-10-15 21:45:30 UTC (rev 141308) @@ -1,3 +1,4 @@ +# -*- 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 @@ -77,8 +78,8 @@ variant x11 conflicts quartz {} - if {![variant_isset x11]} { - default_variants +quartz + if {![variant_isset quartz]} { + default_variants +x11 } }