# -*- 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
# Tk (x11/tk) port depends on this version
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
description Tool Command Language
Tcl (Tool Command Language) is a very powerful but easy to learn dynamic \
programming language, suitable for a very wide range of uses, including web \
and desktop applications, networking, administration, testing and many more. \
Open source and business-friendly, Tcl is a mature yet evolving language \
that is truly cross platform, easily deployed and highly extensible.
homepage https://www.tcl-lang.org/
master_sites sourceforge:project/tcl/Tcl/${version}
checksums rmd160 73d064888101ab3a4a832bd9b242937e5f26315c \
sha256 ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e \
# see https://trac.macports.org/ticket/57636
distname ${name}${version}-src
worksrcdir ${name}${version}/unix
configure.args --mandir=${prefix}/share/man \
--disable-corefoundation \
configure.cppflags-delete -I${prefix}/include
configure.ldflags-delete -L${prefix}/lib
# sqlite3 package is provided by sqlite3-tcl
delete [glob ${worksrcpath}/../pkgs/sqlite*]
reinplace -E {s|-arch [^ ]+||g} ${worksrcpath}/tclConfig.sh
# see https://trac.macports.org/ticket/17189
destroot.destdir INSTALL_ROOT=${destroot}
ln -s tclsh8.6 ${destroot}${prefix}/bin/tclsh
ln -s libtcl8.6.dylib ${destroot}${prefix}/lib/libtcl.dylib
variant threads description {add multithreading support} {
configure.args-replace --disable-threads \
# CF is not fork()-safe and software e.g. using tk and fork() will crash
variant corefoundation description {Enable CoreFoundation support (not fork-safe)} {