From: Stuart Cassoff Subject: Re: lang/jimtcl MULTI_PACKAGES To: OpenBSD Ports Cc: Stuart Henderson Date: Fri, 28 Nov 2025 11:08:27 -0500 Back to this, here's a fresh diff. Update to 0.81. MULTI_PACKAGES=-main -redis -sdl -sqlite SEPARATE_BUILD=Yes MODTCL_VERSION=8.6 Latest devel/openocd wants lang/jimtcl >= 0.81. Stu diff -Nurp /usr/ports/lang/jimtcl/Makefile ./Makefile --- /usr/ports/lang/jimtcl/Makefile Fri Mar 11 14:29:03 2022 +++ ./Makefile Wed Nov 26 12:32:53 2025 @@ -1,10 +1,19 @@ -COMMENT = small footprint implementation of Tcl +COMMENT-main = small footprint implementation of Tcl +COMMENT-redis = REDIS extension for Jimtcl +COMMENT-sdl = SDL extension for Jimtcl +COMMENT-sqlite = SQLite extension for Jimtcl +PKGNAME-redis = ${PKGNAME:S|-|-redis-|} +PKGNAME-sdl = ${PKGNAME:S|-|-sdl-|} +PKGNAME-sqlite = ${PKGNAME:S|-|-sqlite-|} + +MULTI_PACKAGES = -main -redis -sdl -sqlite + GH_ACCOUNT = msteveb GH_PROJECT = jimtcl -GH_TAGNAME = 0.80 +GH_TAGNAME = 0.81 -SHARED_LIBS = jim 3.0 +SHARED_LIBS = jim 4.0 CATEGORIES = lang devel HOMEPAGE = http://jim.tcl.tk/ MAINTAINER = Stuart Cassoff @@ -12,14 +21,26 @@ MAINTAINER = Stuart Cassoff