# -*- 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		    16.1.2
revision        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       	https://common-lisp.net/project/ecl/

master_sites        https://common-lisp.net/project/ecl/files/release/${version}/
checksums           md5     96ea77edb2b79d1e5c3dc37afbd37950 \
                    sha1    73a972fa5e42d019a83d9f13447c6e6e080b9af3 \
                    rmd160  f1b3ab9309cea2fe350fb39b141ea29c670e851e

patchfiles          patch-src-c-unixfsys.d.diff

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}

livecheck.regex         /${name}-(\[0-9.\]+)${extract.suffix}

#https://common-lisp.net/project/ecl/files/ecl-16.0.0.tgz