From: Florian Viehweger Subject: Re: [update] Lagrange to 1.20.3 To: ports@openbsd.org Date: Sun, 5 Apr 2026 10:41:23 +0200 Friendly ping. Am Sun, 29 Mar 2026 11:29:29 +0200 schrieb Florian Viehweger : > Hi, > > this is an update for Lagrange to 1.20.3. One notable change is the > addition of SOCKS5 proxy support. > > Some testing done on amd64. No issues found. I've enabled gamepad > support, it would be nice if folks report back if their gamepad works. > > 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.82 diff -u -p -u -p -r1.82 Makefile > --- Makefile 31 Jan 2026 18:24:22 -0000 1.82 > +++ Makefile 29 Mar 2026 09:14:43 -0000 > @@ -1,7 +1,6 @@ > COMMENT = SDL multi protocol (gemini, gopher) navigator > > -VERSION = 1.19.4 > -REVISION = 0 > +VERSION = 1.20.3 > DISTNAME = lagrange-${VERSION} > > CATEGORIES = net x11 > @@ -43,7 +42,8 @@ LIB_DEPENDS = audio/mpg123 \ > > CONFIGURE_ARGS += -DCMAKE_DISABLE_FIND_PACKAGE_Git=TRUE \ > -DENABLE_GUI=TRUE \ > - -DENABLE_TUI=TRUE > + -DENABLE_TUI=TRUE \ > + -DENABLE_GAMEPAD=TRUE > > # Don't enable SSE4.1, it fails at runtime on old amd64 machines and > i386 CONFIGURE_ARGS += -DTFDN_ENABLE_SSE41=No > Index: distinfo > =================================================================== > RCS file: > /daten/openbsdmirror/cvs/mirror/ports/net/lagrange/distinfo,v > retrieving revision 1.67 diff -u -p -u -p -r1.67 distinfo > --- distinfo 20 Dec 2025 18:05:04 -0000 1.67 > +++ distinfo 29 Mar 2026 09:14:43 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (lagrange-1.19.4.tar.gz) = > pR51GfDfos/CkY1rSYpqymqWZwKuD40slPAvQoey/9c= -SIZE > (lagrange-1.19.4.tar.gz) = 11421683 +SHA256 (lagrange-1.20.3.tar.gz) > = FNSFpAvDIZx1oJKe6RCscN/dB4oEBkUOX945m3NSVt4= +SIZE > (lagrange-1.20.3.tar.gz) = 12326306 > > -- greetings, Florian Viehweger