Index | Thread | Search

From:
Florian Viehweger <openbsd@out-of-creativity.de>
Subject:
[update] Lagrange to 1.20.2
To:
ports@openbsd.org
Date:
Sun, 22 Mar 2026 09:24:44 +0100

Download raw body.

Thread
  • Florian Viehweger:

    [update] Lagrange to 1.20.2

Hi,

this is an update for Lagrange to 1.20.2. 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	21 Mar 2026 21:24:52 -0000
@@ -1,7 +1,7 @@
 COMMENT =	SDL multi protocol (gemini, gopher) navigator
 
-VERSION =	1.19.4
-REVISION =	0
+VERSION =	1.20.2
+
 DISTNAME =	lagrange-${VERSION}
 
 CATEGORIES =	net x11
@@ -43,7 +43,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	21 Mar 2026 21:24:52 -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.2.tar.gz) = oWYOWlueMUnFOk9UTlrBlcKPUS/du2HIvhNawF6mXRI=
+SIZE (lagrange-1.20.2.tar.gz) = 12316614


-- 
greetings,

Florian Viehweger