diff --git a/lang/eisl/Makefile b/lang/eisl/Makefile index 671e5ad1c05f..9a9e8ee43d85 100644 --- a/lang/eisl/Makefile +++ b/lang/eisl/Makefile @@ -1,48 +1,48 @@ PORTNAME= eisl DISTVERSIONPREFIX= v -DISTVERSION= 3.70 +DISTVERSION= 3.72 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_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 1b41da08f429..0787494e6cd5 100644 --- a/lang/eisl/distinfo +++ b/lang/eisl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1706940927 -SHA256 (sasagawa888-eisl-v3.70_GH0.tar.gz) = 977e416e64698b345e02c8b7dd6efe7d7a7b2dec7ed8cdc251d1b02cec904fd8 -SIZE (sasagawa888-eisl-v3.70_GH0.tar.gz) = 2431916 +TIMESTAMP = 1712132295 +SHA256 (sasagawa888-eisl-v3.72_GH0.tar.gz) = cb38e0fe3e6efd8e429bc6855e3db8812ccd087f9b1280df08bb80d32c5368ba +SIZE (sasagawa888-eisl-v3.72_GH0.tar.gz) = 2430755