# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup compiler_blacklist_versions 1.0 name ecl version 15.3.7 set branch [join [lrange [split ${version} .] 0 1] .] categories lang license GPL-2+ maintainers easieste openmaintainer description Embeddable Common Lisp long_description \ ECL (Embeddable Common Lisp) is an interpreter of the \ Common Lisp language as described in the X3J13 ANSI \ specification, featuring CLOS (Common Lisp Object \ System), conditions, loops, etc, plus a translator to \ C, which can produce standalone executables. platforms darwin homepage http://ecls.sourceforge.net/ master_sites sourceforge:project/ecls/ecls/${branch} checksums md5 39f4fb924c88e47ce31e6d57ac2a6de8 \ sha1 c1c6ab3e469aa5e51c3f8b8e6a0cf97f8ee45234 \ rmd160 d325d634161843b7a6e55aa35a7fd66feb9efe10 configure.ccache no use_parallel_build no universal_variant no extract.suffix .tgz configure.args --enable-boehm=included # Segmentation fault: 11 ECLDIR=`pwd`/ ./ecl_min compile compiler.blacklist {clang < 300} macports-clang-2.9 livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}