Hi Christoph and ports@
thanks for the patch (though attachments are discouraged IIRC).
I tried a few use cases with the updated josm and unfortunately I see a
regression when using "Imagery" Satelite layers: Josm complains about not
enough memory. My first guess was the changed JDK 17->25 so I rebuilt JOSM with
JDK17 and it works as expected. JDK25 introduces an issue here.
Here is the simplified diff (just the josm update without JDK bump).
Not sure if my mail client handles newlines/tabs correctly, so this is a simple
copy-paste hoping for the best:
Index: Makefile
===================================================================
RCS file: /cvs/ports/geo/josm/Makefile,v
retrieving revision 1.52
diff -u -p -u -r1.52 Makefile
--- Makefile 18 Dec 2025 22:06:46 -0000 1.52
+++ Makefile 19 Aug 2026 18:34:40 -0000
@@ -1,6 +1,6 @@
COMMENT= OpenStreetMap map editor
-SVN_REV= 19439
+SVN_REV= 19613
DISTNAME= josm-snapshot-${SVN_REV}
EXTRACT_SUFX = .jar
EXTRACT_CASES+= *.jar) unzip -qa ${FULLDISTDIR}/$$archive -d
${WRKDIST};;
Index: distinfo
===================================================================
RCS file: /cvs/ports/geo/josm/distinfo,v
retrieving revision 1.30
diff -u -p -u -r1.30 distinfo
--- distinfo 18 Dec 2025 22:06:46 -0000 1.30
+++ distinfo 19 Aug 2026 18:34:40 -0000
@@ -1,2 +1,2 @@
-SHA256 (josm-snapshot-19439.jar) = m+nkBq7uerDhT70kGqd8oZzOKulqZfPDPnq1usN/vTw=
-SIZE (josm-snapshot-19439.jar) = 19265757
+SHA256 (josm-snapshot-19613.jar) = e7qbXV61fbOQZy3c5XGmfenVzwsOj+YQxNveFfvlkHc=
+SIZE (josm-snapshot-19613.jar) = 20541141
Best regards
Holger
> Christoph Liebender <[email protected]> hat am 17.08.2026 11:31 CEST
> geschrieben:
>
>
> Hello ports@, Holger (CC),
>
> here goes a patch that bumps josm to the latest stable revision. I also
> bumped jdk to 25+ as josm itself suggests. A quick spin shows no issues.
>
> ok?