pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

valgrind-netbsd-git: switch to head of fosdem26



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Feb 1 11:52:27 2026 +0100
Changeset:	0f08f7e9550e4d493f91d3378ea7ab033ad7e513

Modified Files:
	valgrind-netbsd-git/Makefile
	valgrind-netbsd-git/TODO
	valgrind-netbsd-git/distinfo
Added Files:
	valgrind-netbsd-git/patches/patch-configure.ac

Log Message:
valgrind-netbsd-git: switch to head of fosdem26

update TODO

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0f08f7e9550e4d493f91d3378ea7ab033ad7e513

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 valgrind-netbsd-git/Makefile                   |  5 +++--
 valgrind-netbsd-git/TODO                       |  9 ++++++---
 valgrind-netbsd-git/distinfo                   |  7 ++++---
 valgrind-netbsd-git/patches/patch-configure.ac | 24 ++++++++++++++++++++++++
 4 files changed, 37 insertions(+), 8 deletions(-)

diffs:
diff --git a/valgrind-netbsd-git/Makefile b/valgrind-netbsd-git/Makefile
index 000d2293cc..70a1a6b551 100644
--- a/valgrind-netbsd-git/Makefile
+++ b/valgrind-netbsd-git/Makefile
@@ -1,9 +1,10 @@
 # $NetBSD$
 
-DISTNAME=	valgrind-netbsd-0.0.20260131
+DISTNAME=	valgrind-netbsd-0.0.20260201
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_GITHUB:=paulfloyd/}
-GITHUB_TAG=	a2555d14c3156d039e25037b6e03d3489f2a505c
+# head of branch of 'fosdem26' as of date above
+GITHUB_TAG=	5b8a5e38549de9c93e35c2eb26cc5947da398a5e
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/paulfloyd/valgrind-netbsd
diff --git a/valgrind-netbsd-git/TODO b/valgrind-netbsd-git/TODO
index 6dc1e421d2..79f5a0ddba 100644
--- a/valgrind-netbsd-git/TODO
+++ b/valgrind-netbsd-git/TODO
@@ -1,3 +1,6 @@
-checking for a supported OS... no (netbsd)
-configure: error: Valgrind is operating system specific. Sorry.
-*** Error code 1
+--- m_debuginfo/libcoregrind_amd64_netbsd_a-readelf.o ---
+m_debuginfo/readelf.c: In function 'find_buildid':
+m_debuginfo/readelf.c:1244:54: error: 'ELF_NOTE_GNU' undeclared (first use in this function)
+ 1244 |                if (ML_(img_strcmp_c)(img, name_ioff, ELF_NOTE_GNU) == 0
+      |                                                      ^~~~~~~~~~~~
+m_debuginfo/readelf.c:1244:54: note: each undeclared identifier is reported only once for each function it appears in
diff --git a/valgrind-netbsd-git/distinfo b/valgrind-netbsd-git/distinfo
index be9f7d72e9..f6d2641ede 100644
--- a/valgrind-netbsd-git/distinfo
+++ b/valgrind-netbsd-git/distinfo
@@ -1,5 +1,6 @@
 $NetBSD$
 
-BLAKE2s (valgrind-netbsd-0.0.20260131-a2555d14c3156d039e25037b6e03d3489f2a505c.tar.gz) = 982f3169925e3ec48ead52c2cec662d88a391e9861b7370119f9a6cdb580f5cb
-SHA512 (valgrind-netbsd-0.0.20260131-a2555d14c3156d039e25037b6e03d3489f2a505c.tar.gz) = 84ac65e3a9ac0aa3a071cd16b764e0d4e0eb0ba41775420410590606982e69e668bbf1166d68c697489f704168475039148b11d67c1db4b693d2e44eaf49f9f6
-Size (valgrind-netbsd-0.0.20260131-a2555d14c3156d039e25037b6e03d3489f2a505c.tar.gz) = 15977288 bytes
+BLAKE2s (valgrind-netbsd-0.0.20260201-5b8a5e38549de9c93e35c2eb26cc5947da398a5e.tar.gz) = 08e7807b2c6c08971e8a43ff6b9e94cb7ce0cb7ce1510c343b9b5ab62006e5fc
+SHA512 (valgrind-netbsd-0.0.20260201-5b8a5e38549de9c93e35c2eb26cc5947da398a5e.tar.gz) = 89d7e7a8df6f38212a993aa7b96d1f0e4510bb66a3646d7e568b89dd27d09ec173b0d34e66940d50aed65e30e292355c8da0919257ad5b985ce3f20035c20771
+Size (valgrind-netbsd-0.0.20260201-5b8a5e38549de9c93e35c2eb26cc5947da398a5e.tar.gz) = 16737407 bytes
+SHA1 (patch-configure.ac) = d914ab569d39e9e16c1729b953d222bfa2e87bd3
diff --git a/valgrind-netbsd-git/patches/patch-configure.ac b/valgrind-netbsd-git/patches/patch-configure.ac
new file mode 100644
index 0000000000..0a59b98171
--- /dev/null
+++ b/valgrind-netbsd-git/patches/patch-configure.ac
@@ -0,0 +1,24 @@
+$NetBSD$
+
+Fix unportable test(1) operator.
+
+--- configure.ac.orig	2026-02-01 10:49:24.573755226 +0000
++++ configure.ac
+@@ -155,13 +155,13 @@ case $host_os in
+       [  --with-darwin-platform=PLAT  Specify which Darwin platform we are compiling for (macOS, iOS, etc)],
+       [
+           # TODO: some kind of case-insensitive check?
+-          if test "x$withval" == "xmacOS"; then
++          if test "x$withval" = "xmacOS"; then
+             darwin_platform="macosx"
+-          elif test "x$withval" == "xmacos"; then
++          elif test "x$withval" = "xmacos"; then
+             darwin_platform="macosx"
+-          elif test "x$withval" == "xiOS"; then
++          elif test "x$withval" = "xiOS"; then
+             darwin_platform="iphoneos"
+-          elif test "x$withval" == "xios"; then
++          elif test "x$withval" = "xios"; then
+             darwin_platform="iphoneos"
+           else
+             darwin_platform="$withval"


Home | Main Index | Thread Index | Old Index