diff --git a/lang/eisl/Makefile b/lang/eisl/Makefile index 4ca7c0bbc63d..1a8e502b81fb 100644 --- a/lang/eisl/Makefile +++ b/lang/eisl/Makefile @@ -1,46 +1,46 @@ PORTNAME= eisl DISTVERSIONPREFIX= v -DISTVERSION= 3.40 +DISTVERSION= 3.45 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 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 CFLAGS+= -D__BSD_VISIBLE # w/out this there's error: use of undeclared identifier '_SC_NPROCESSORS_CONF' 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 52ad39a82117..1d5f582911e6 100644 --- a/lang/eisl/distinfo +++ b/lang/eisl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691814485 -SHA256 (sasagawa888-eisl-v3.40_GH0.tar.gz) = 3d7160aa9553648dbde65f96b1d90002a5078c7576053c04acbcbd81623e8fdb -SIZE (sasagawa888-eisl-v3.40_GH0.tar.gz) = 2287448 +TIMESTAMP = 1692865371 +SHA256 (sasagawa888-eisl-v3.45_GH0.tar.gz) = db96c41f0a3f34a44d00ca1c6a95312f9489c535269065266255a6847e0ba091 +SIZE (sasagawa888-eisl-v3.45_GH0.tar.gz) = 2427103