diff --git a/lang/eisl/Makefile b/lang/eisl/Makefile index e5248f7745f4..c1462f922b10 100644 --- a/lang/eisl/Makefile +++ b/lang/eisl/Makefile @@ -1,49 +1,49 @@ PORTNAME= eisl DISTVERSIONPREFIX= v -DISTVERSION= 5.35 +DISTVERSION= 5.37 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}/license.txt BROKEN_armv7= stage breaks: Abort trap (likely due to the memory allocation problem) 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 gl localbase:ldflags ncurses:port tcl # port because tests need ncurses6-config USE_GL= gl glu glut 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 CFLAGS+= -D__BSD_VISIBLE # w/out this there's error: use of undeclared identifier '_SC_NPROCESSORS_CONF' CFLAGS+= -I${TCL_INCLUDEDIR} LDFLAGS+= -lncursesw .include .if ${ARCH} == riscv64 EXTRA_PATCHES= ${FILESDIR}/extra-patch-makefile .endif .include .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=int-conversion .endif .if ${OPSYS} == FreeBSD CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif .include diff --git a/lang/eisl/distinfo b/lang/eisl/distinfo index 2475f7dd6ff8..cb43ec51c1c3 100644 --- a/lang/eisl/distinfo +++ b/lang/eisl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728534653 -SHA256 (sasagawa888-eisl-v5.35_GH0.tar.gz) = b2355fdd909b7543a2903759ba0f51e34d916f4b4709dbd6dee593f2982b82f8 -SIZE (sasagawa888-eisl-v5.35_GH0.tar.gz) = 3136245 +TIMESTAMP = 1731315769 +SHA256 (sasagawa888-eisl-v5.37_GH0.tar.gz) = 0d8e9f477cb3b01cb9a68003da07f2caf62b3c7fc9ad78054dc4de9ad60c1c7d +SIZE (sasagawa888-eisl-v5.37_GH0.tar.gz) = 3136844