diff --git a/lang/eisl/Makefile b/lang/eisl/Makefile index 203829870598..b2eb64faeb3a 100644 --- a/lang/eisl/Makefile +++ b/lang/eisl/Makefile @@ -1,41 +1,41 @@ PORTNAME= eisl DISTVERSIONPREFIX= v -DISTVERSION= 2.96 +DISTVERSION= 2.98 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 LDFLAGS+= -lncursesw .include .if ${ARCH} == powerpc64 || ${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 .include diff --git a/lang/eisl/distinfo b/lang/eisl/distinfo index 9455a2ae4240..8295ccf347da 100644 --- a/lang/eisl/distinfo +++ b/lang/eisl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685289291 -SHA256 (sasagawa888-eisl-v2.96_GH0.tar.gz) = e3466cc6fb15b855ada1b3d5a4886ca5f89f1c95c3835ddd78674f561eddcb68 -SIZE (sasagawa888-eisl-v2.96_GH0.tar.gz) = 2140505 +TIMESTAMP = 1685640803 +SHA256 (sasagawa888-eisl-v2.98_GH0.tar.gz) = 274cb16a9c18f80e26ff504bb9a29e6617ced31716b218599d5a0a5cb19652ab +SIZE (sasagawa888-eisl-v2.98_GH0.tar.gz) = 2143636 diff --git a/lang/eisl/pkg-plist b/lang/eisl/pkg-plist index 622744582f55..4387a2c6cbf2 100644 --- a/lang/eisl/pkg-plist +++ b/lang/eisl/pkg-plist @@ -1,46 +1,47 @@ bin/edlis bin/eisl %%DATADIR%%/fast.h %%DATADIR%%/ffi.h %%DATADIR%%/library/bit.lsp %%DATADIR%%/library/combination.lsp %%DATADIR%%/library/compiler.lsp %%DATADIR%%/library/complex.lsp %%DATADIR%%/library/cross.lsp %%DATADIR%%/library/csv.lsp %%DATADIR%%/library/cxr.lsp %%DATADIR%%/library/datetime.lsp %%DATADIR%%/library/elixir.lsp %%DATADIR%%/library/escape.lsp %%DATADIR%%/library/formatter.lsp %%DATADIR%%/library/formula.lsp %%DATADIR%%/library/functions-data.lsp %%DATADIR%%/library/functions-dataj.lsp %%DATADIR%%/library/functions.lsp %%DATADIR%%/library/functionsj.lsp +%%DATADIR%%/library/hash.lsp %%DATADIR%%/library/i18n.lsp %%DATADIR%%/library/lazy.lsp %%DATADIR%%/library/list.lsp %%DATADIR%%/library/logger.lsp %%DATADIR%%/library/macro.lsp %%DATADIR%%/library/math.lsp %%DATADIR%%/library/matrix.lsp %%DATADIR%%/library/mexp.lsp %%DATADIR%%/library/ndbm.lsp %%DATADIR%%/library/opengl.lsp %%DATADIR%%/library/persist.lsp %%DATADIR%%/library/plot.lsp %%DATADIR%%/library/pretty.lsp %%DATADIR%%/library/prolog.lsp %%DATADIR%%/library/quaternion.lsp %%DATADIR%%/library/regex.lsp %%DATADIR%%/library/sedit.lsp %%DATADIR%%/library/seq.lsp %%DATADIR%%/library/sort.lsp %%DATADIR%%/library/stat.lsp %%DATADIR%%/library/string.lsp %%DATADIR%%/library/tcltk.lsp %%DATADIR%%/library/tcpip.lsp %%DATADIR%%/library/test.lsp %%DATADIR%%/library/unistd.lsp %%DATADIR%%/library/virtty.lsp