| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/lang/eisl/ |
Upload File : |
PORTNAME= eisl
DISTVERSIONPREFIX= v
DISTVERSION= 2.63
CATEGORIES= lang devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Interpreter and compiler compatible with ISLisp standard
WWW= https://github.com/sasagawa888/eisl
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/documents/license.txt
BROKEN_i386= stage breaks: data segment of more than 500GB is required, see https://github.com/sasagawa888/eisl/issues/218
TEST_DEPENDS= cppcheck:devel/cppcheck
USES= gmake ncurses:port # port because tests need ncurses6-config
USE_GITHUB= yes
GH_ACCOUNT= sasagawa888
ALL_TARGET= ${PORTNAME}
TEST_TARGET= check # tests print some errors and warnings, see https://github.com/sasagawa888/eisl/issues/181#issuecomment-1195147029
MAKEFILE= makefile
LDFLAGS+= -lncursesw
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc64 || ${ARCH} == riscv64
EXTRA_PATCHES= ${FILESDIR}/extra-patch-makefile
.endif
.include <bsd.port.mk>