mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
lang/eisl: update 3.60 → 3.70
Reported by: portscout
This commit is contained in:
parent
229e613957
commit
c1bef2e657
@ -1,6 +1,6 @@
|
||||
PORTNAME= eisl
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.60
|
||||
DISTVERSION= 3.70
|
||||
CATEGORIES= lang devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -14,7 +14,8 @@ BROKEN_i386= stage breaks: data segment of more than 500GB is required, see http
|
||||
|
||||
TEST_DEPENDS= cppcheck:devel/cppcheck
|
||||
|
||||
USES= gmake ncurses:port # port because tests need ncurses6-config
|
||||
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
|
||||
@ -25,6 +26,7 @@ TEST_TARGET= check # tests print some errors and warnings, see https://github.co
|
||||
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 <bsd.port.options.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1699083964
|
||||
SHA256 (sasagawa888-eisl-v3.60_GH0.tar.gz) = aec4ea34a683ca413e1fd77646db709e0030af4020f725b93688564959d35cf1
|
||||
SIZE (sasagawa888-eisl-v3.60_GH0.tar.gz) = 2429781
|
||||
TIMESTAMP = 1706940927
|
||||
SHA256 (sasagawa888-eisl-v3.70_GH0.tar.gz) = 977e416e64698b345e02c8b7dd6efe7d7a7b2dec7ed8cdc251d1b02cec904fd8
|
||||
SIZE (sasagawa888-eisl-v3.70_GH0.tar.gz) = 2431916
|
||||
|
@ -35,6 +35,7 @@ bin/eisl
|
||||
%%DATADIR%%/library/ndbm.lsp
|
||||
%%DATADIR%%/library/ndbm.o
|
||||
%%DATADIR%%/library/opengl.lsp
|
||||
%%DATADIR%%/library/opengl.o
|
||||
%%DATADIR%%/library/persist.lsp
|
||||
%%DATADIR%%/library/plot.lsp
|
||||
%%DATADIR%%/library/plot.o
|
||||
@ -45,6 +46,7 @@ bin/eisl
|
||||
%%DATADIR%%/library/queue.lsp
|
||||
%%DATADIR%%/library/regex.lsp
|
||||
%%DATADIR%%/library/regex.o
|
||||
%%DATADIR%%/library/roman.lsp
|
||||
%%DATADIR%%/library/sedit.lsp
|
||||
%%DATADIR%%/library/seq.lsp
|
||||
%%DATADIR%%/library/sort.lsp
|
||||
|
Loading…
Reference in New Issue
Block a user