this update lagrange to 1.3.1, I force the software rendering because
I'm hitting an issue with hardware rendering preventing lagrange
to start with an empty profile and upstream can't find why (currently
blaming i915 driver, I can't tell if it's true or not).
I didn't notice performance difference with the software rendering.
Index: Makefile
===================================================================
RCS file: /home/reposync/ports/net/lagrange/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile 14 Mar 2021 13:49:01 -0000 1.15
+++ Makefile 8 Apr 2021 09:36:18 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.15 2021/03/14 13:49:01 solene Exp $
COMMENT = SDL multi protocol navigator
-VERSION = 1.2.3
+VERSION = 1.3.1
DISTNAME = lagrange-${VERSION}
@@ -17,6 +17,8 @@ PERMIT_PACKAGE =Yes
WANTLIB += SDL2 mpg123 pcre unistring
WANTLIB += c crypto m ssl z pthread
+DEBUG_PACKAGES =${BUILD_PACKAGES}
+
MASTER_SITES =
https://git.skyjake.fi/skyjake/lagrange/releases/download/v${VERSION}/
COMPILER = base-clang ports-gcc
@@ -33,7 +35,8 @@ LIB_DEPENDS = audio/mpg123 \
devel/sdl2
# Don't enable SSE4.1, it fails at runtime on old amd64 machines and i386
-CONFIGURE_ARGS += -DTFDN_ENABLE_SSE41=No
+CONFIGURE_ARGS += -DTFDN_ENABLE_SSE41=No \
+ -DENABLE_X11_SWRENDER=Yes
NO_TEST = Yes
Index: distinfo
===================================================================
RCS file: /home/reposync/ports/net/lagrange/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo 14 Mar 2021 13:49:01 -0000 1.12
+++ distinfo 5 Apr 2021 18:12:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (lagrange-1.2.3.tar.gz) = otR57Wi/D4+PEyQfHlt6TZviCXIAxRz8TZp6L22hJUY=
-SIZE (lagrange-1.2.3.tar.gz) = 14356216
+SHA256 (lagrange-1.3.1.tar.gz) = II96LtGZFqTjJTWvS72Ala+c2D7UhqMinDq/rWuOBcQ=
+SIZE (lagrange-1.3.1.tar.gz) = 20938107