[121693] trunk/dports/x11/xcircuit/Portfile

khindenburg at macports.org khindenburg at macports.org
Fri Jul 4 07:36:45 PDT 2014


Revision: 121693
          https://trac.macports.org/changeset/121693
Author:   khindenburg at macports.org
Date:     2014-07-04 07:36:45 -0700 (Fri, 04 Jul 2014)
Log Message:
-----------
xcircuit: update to 3.8.68 - fix crashing by forcing tk +x11 - fixes #37203

Modified Paths:
--------------
    trunk/dports/x11/xcircuit/Portfile

Modified: trunk/dports/x11/xcircuit/Portfile
===================================================================
--- trunk/dports/x11/xcircuit/Portfile	2014-07-04 14:14:30 UTC (rev 121692)
+++ trunk/dports/x11/xcircuit/Portfile	2014-07-04 14:36:45 UTC (rev 121693)
@@ -2,12 +2,12 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           active_variants 1.1
 
 name                xcircuit
 conflicts           xcircuit-devel
-version             3.7.50
+version             3.8.68
 set branch          [join [lrange [split ${version} .] 0 1] .]
-revision            1
 categories          x11 cad
 platforms           darwin
 maintainers         nomaintainer
@@ -31,13 +31,16 @@
 master_sites        ${homepage}archive/
 extract.suffix      .tgz
 
-checksums           rmd160  2c416e939810a3e0fd82fa7411e89c3f12bc890e \
-                    sha256  2dbc1bd4a16b9a2df1ba18dd2010c963231170b4d46844eef7b2fe18020eeb0f
+checksums           rmd160  52755ecce17188eccbbb6eda67bfd6a46d477608 \
+                    sha256  95b77ed1453ac5d85bcd5a789143926f2469d6eb91951b13feeb8d55da153423
 
 depends_lib         port:ghostscript \
                     port:tk \
                     port:xpm
 
+# Currently, xcircuit crashes upon start if tk is build without +x11
+require_active_variants tk x11 quartz
+
 configure.args      --with-tcl=${prefix}/lib \
                     --with-tk=${prefix}/lib \
                     --with-gs=${prefix}/bin/gs \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140704/5361b02f/attachment.html>


More information about the macports-changes mailing list