From: Florian Viehweger Subject: Re: [update] Lagrange to 1.19.3 To: ports@openbsd.org Date: Fri, 17 Oct 2025 21:34:32 +0200 friendly ping > Hi, > > this is an update for Lagrange to 1.19.3. > > Some testing done on amd64. No issues found. It would be nice if this > makes it into 7.8. > > portcheck and 'make port-lib-depends-check' are happy. > > Changes listed here [1]. > > Comments? > > Thanks! > > [1] https://github.com/skyjake/lagrange/releases > > > Index: Makefile > =================================================================== > RCS file: > /daten/openbsdmirror/cvs/mirror/ports/net/lagrange/Makefile,v > retrieving revision 1.79 diff -u -p -u -p -r1.79 Makefile > --- Makefile 24 Aug 2025 12:56:38 -0000 1.79 > +++ Makefile 3 Oct 2025 17:41:03 -0000 > @@ -1,5 +1,5 @@ > -COMMENT = SDL multi protocol navigator > -VERSION = 1.18.8 > +COMMENT = SDL multi protocol (gemini, gopher) navigator > +VERSION = 1.19.3 > > DISTNAME = lagrange-${VERSION} > > @@ -12,8 +12,9 @@ HOMEPAGE = https://gmi.skyjake.fi/lagran > # BSD 2-Clause > PERMIT_PACKAGE =Yes > > -WANTLIB += ICE SDL2 SM X11 Xext c crypto curses fribidi > harfbuzz m -WANTLIB += mpg123 opusfile pcre2-8 pthread ssl > unistring webp z +WANTLIB += ICE SDL2 SM X11 Xext c crypto > curses fribidi harfbuzz jxl +WANTLIB += jxl_threads m mpg123 > opusfile pcre2-8 pthread ssl unistring +WANTLIB += webp z > > DEBUG_PACKAGES =${BUILD_PACKAGES} > > @@ -36,6 +37,7 @@ LIB_DEPENDS = audio/mpg123 \ > devel/harfbuzz \ > devel/pcre2 \ > devel/sdl2 \ > + graphics/libjxl \ > graphics/libwebp > > CONFIGURE_ARGS += -DCMAKE_DISABLE_FIND_PACKAGE_Git=TRUE \ > Index: distinfo > =================================================================== > RCS file: > /daten/openbsdmirror/cvs/mirror/ports/net/lagrange/distinfo,v > retrieving revision 1.65 diff -u -p -u -p -r1.65 distinfo > --- distinfo 24 Aug 2025 12:56:38 -0000 1.65 > +++ distinfo 3 Oct 2025 17:41:03 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (lagrange-1.18.8.tar.gz) = > nozlmdNSu/fyrPs+U6zAbwqTLaCLpHzM24auufEB1ZA= -SIZE > (lagrange-1.18.8.tar.gz) = 11378882 +SHA256 (lagrange-1.19.3.tar.gz) > = ZQJfN4BGNDMM/FRCFFFp8swnvVLya8WNazNoOqEqLWs= +SIZE > (lagrange-1.19.3.tar.gz) = 11416766 > -- greetings, Florian Viehweger