diff --git a/lang/eisl/Makefile b/lang/eisl/Makefile index 1b4859cbaa8c..44107d515caf 100644 --- a/lang/eisl/Makefile +++ b/lang/eisl/Makefile @@ -1,49 +1,49 @@ PORTNAME= eisl DISTVERSIONPREFIX= v -DISTVERSION= 5.25 +DISTVERSION= 5.30 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 && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400092 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif .include diff --git a/lang/eisl/distinfo b/lang/eisl/distinfo index 3bc290b54bcb..481aa7e70a74 100644 --- a/lang/eisl/distinfo +++ b/lang/eisl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1723873051 -SHA256 (sasagawa888-eisl-v5.25_GH0.tar.gz) = 26daf2f2c43f0713f3ae11aedc49e6a752b6ec71ea2647f9b7a67f56ce76a597 -SIZE (sasagawa888-eisl-v5.25_GH0.tar.gz) = 3091474 +TIMESTAMP = 1724476121 +SHA256 (sasagawa888-eisl-v5.30_GH0.tar.gz) = 86159c0d6851a48b4576639d016148a60098f7d3143bf88b186643680b816cfb +SIZE (sasagawa888-eisl-v5.30_GH0.tar.gz) = 3134700