Update cppunit to 1.15.1. This include needed fixes for llvm22.
No API/ABI changes.
ok ?
Index: Makefile
===================================================================
RCS file: /local/cvs/ports/devel/cppunit/Makefile,v
diff -u -p -u -r1.23 Makefile
--- Makefile 21 Sep 2023 09:49:51 -0000 1.23
+++ Makefile 14 May 2026 20:23:04 -0000
@@ -1,8 +1,8 @@
COMMENT= c++ unit testing framework
-DISTNAME= cppunit-1.14.0
+DISTNAME= cppunit-1.15.1
-SHARED_LIBS += cppunit 4.0 # 1.14.0
+SHARED_LIBS += cppunit 4.0 # 1.15.1
CATEGORIES= devel
Index: distinfo
===================================================================
RCS file: /local/cvs/ports/devel/cppunit/distinfo,v
diff -u -p -u -r1.5 distinfo
--- distinfo 9 Dec 2019 16:10:14 -0000 1.5
+++ distinfo 14 May 2026 20:23:04 -0000
@@ -1,2 +1,2 @@
-SHA256 (cppunit-1.14.0.tar.gz) = PVaYadJ7SIYCEMdYxPMTCCEDpeWCGadmm1K/0p1nR4A=
-SIZE (cppunit-1.14.0.tar.gz) = 959716
+SHA256 (cppunit-1.15.1.tar.gz) = icXGZlM39W/S2za8OAWlYZcJ1R+xNuUZNwcvY/zHF6c=
+SIZE (cppunit-1.15.1.tar.gz) = 814363
Index: patches/patch-Makefile_in
===================================================================
RCS file: /local/cvs/ports/devel/cppunit/patches/patch-Makefile_in,v
diff -u -p -u -r1.3 patch-Makefile_in
--- patches/patch-Makefile_in 11 Mar 2022 18:49:52 -0000 1.3
+++ patches/patch-Makefile_in 14 May 2026 20:23:04 -0000
@@ -1,7 +1,7 @@
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in
-@@ -385,7 +385,7 @@ top_build_prefix = @top_build_prefix@
+@@ -384,7 +384,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I m4
Index: patches/patch-src_cppunit_Makefile_in
===================================================================
RCS file: /local/cvs/ports/devel/cppunit/patches/patch-src_cppunit_Makefile_in,v
diff -u -p -u -r1.4 patch-src_cppunit_Makefile_in
--- patches/patch-src_cppunit_Makefile_in 11 Mar 2022 18:49:52 -0000
1.4
+++ patches/patch-src_cppunit_Makefile_in 14 May 2026 20:23:04 -0000
@@ -1,7 +1,7 @@
Index: src/cppunit/Makefile.in
--- src/cppunit/Makefile.in.orig
+++ src/cppunit/Makefile.in
-@@ -446,8 +446,7 @@ libcppunit_la_SOURCES = \
+@@ -478,8 +478,7 @@ libcppunit_la_SOURCES = \
Win32DynamicLibraryManager.cpp
libcppunit_la_LDFLAGS = \
--
Matthieu Herrb