pkgsrc-WIP-changes archive

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

valgrind-git-netbsd: start package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Jan 31 22:21:50 2026 +0100
Changeset:	27f36d0e8822ab9c8d3923dfcb0bde08401702e3

Modified Files:
	Makefile
Added Files:
	valgrind-netbsd-git/DESCR
	valgrind-netbsd-git/Makefile
	valgrind-netbsd-git/PLIST
	valgrind-netbsd-git/TODO
	valgrind-netbsd-git/distinfo

Log Message:
valgrind-git-netbsd: start package

doesn't recognize NetBSD as supported operating system

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

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

diffstat:
 Makefile                     | 12 ++++++++++++
 valgrind-netbsd-git/DESCR    |  1 +
 valgrind-netbsd-git/Makefile | 22 ++++++++++++++++++++++
 valgrind-netbsd-git/PLIST    |  2 ++
 valgrind-netbsd-git/TODO     |  3 +++
 valgrind-netbsd-git/distinfo |  5 +++++
 6 files changed, 45 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 738ed66157..5bcbfd7ecb 100644
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,8 @@ SUBDIR+=	WEPCrack
 SUBDIR+=	ZMusic
 SUBDIR+=	ZenNode
 SUBDIR+=	a2ps-sharatype
+SUBDIR+=	aarch64-none-elf-binutils
+SUBDIR+=	aarch64-none-elf-gcc
 SUBDIR+=	abc
 SUBDIR+=	accountsservice
 SUBDIR+=	acl
@@ -233,6 +235,9 @@ SUBDIR+=	arm-eabi-gcc5
 SUBDIR+=	arm-eabi-gdb
 SUBDIR+=	arm-elf-binutils
 SUBDIR+=	arm-elf-gcc47
+SUBDIR+=	arm-none-eabi-binutils
+SUBDIR+=	arm-none-eabi-gcc
+SUBDIR+=	arm-none-eabi-gdb
 SUBDIR+=	arm-trusted-firmware-sun50i_a64-crust
 SUBDIR+=	arpdig
 SUBDIR+=	arphic-ukai-ttf
@@ -2411,6 +2416,8 @@ SUBDIR+=	minio-client
 SUBDIR+=	minizip192
 SUBDIR+=	mintotp
 SUBDIR+=	minuit2
+SUBDIR+=	mipsel-none-elf-binutils
+SUBDIR+=	mipsel-none-elf-gcc
 SUBDIR+=	miracl
 SUBDIR+=	mirage
 SUBDIR+=	miro
@@ -3324,6 +3331,8 @@ SUBDIR+=	pounce
 SUBDIR+=	povray
 SUBDIR+=	powerlevel10k
 SUBDIR+=	powerline
+SUBDIR+=	powerpc-none-elf-binutils
+SUBDIR+=	powerpc-none-elf-gcc
 SUBDIR+=	powwow
 SUBDIR+=	ppp
 SUBDIR+=	ppr
@@ -5172,7 +5181,9 @@ SUBDIR+=	ripit
 SUBDIR+=	ripole
 SUBDIR+=	rippled
 SUBDIR+=	riscv64-none-elf-binutils
+SUBDIR+=	riscv64-none-elf-binutils.old
 SUBDIR+=	riscv64-none-elf-gcc
+SUBDIR+=	riscv64-none-elf-gdb
 SUBDIR+=	riscv64-none-elf-xuantie-gcc
 SUBDIR+=	rk
 SUBDIR+=	rkbin
@@ -5928,6 +5939,7 @@ SUBDIR+=	vacuum-magic
 SUBDIR+=	vala-panel-appmenu
 SUBDIR+=	vale-current
 SUBDIR+=	valgrind-netbsd
+SUBDIR+=	valgrind-netbsd-git
 SUBDIR+=	vamp
 SUBDIR+=	vamps
 SUBDIR+=	vanitygen
diff --git a/valgrind-netbsd-git/DESCR b/valgrind-netbsd-git/DESCR
new file mode 100644
index 0000000000..6dc19d1fb1
--- /dev/null
+++ b/valgrind-netbsd-git/DESCR
@@ -0,0 +1 @@
+Valgrind port for NetBSD.
diff --git a/valgrind-netbsd-git/Makefile b/valgrind-netbsd-git/Makefile
new file mode 100644
index 0000000000..000d2293cc
--- /dev/null
+++ b/valgrind-netbsd-git/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	valgrind-netbsd-0.0.20260131
+CATEGORIES=	editors
+MASTER_SITES=	${MASTER_SITE_GITHUB:=paulfloyd/}
+GITHUB_TAG=	a2555d14c3156d039e25037b6e03d3489f2a505c
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/paulfloyd/valgrind-netbsd
+COMMENT=	NetBSD port of Valgrind
+LICENSE=	gnu-gpl-v2
+
+WRKSRC=		${WRKDIR}/valgrind-netbsd-${GITHUB_TAG}
+
+GNU_CONFIGURE=	yes
+USE_LANGUAGES=	c
+USE_TOOLS+=	automake autoconf autoreconf
+
+pre-configure:
+	cd ${WRKSRC} && autoreconf -fiv
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/valgrind-netbsd-git/PLIST b/valgrind-netbsd-git/PLIST
new file mode 100644
index 0000000000..b445c3c41e
--- /dev/null
+++ b/valgrind-netbsd-git/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/valgrind
diff --git a/valgrind-netbsd-git/TODO b/valgrind-netbsd-git/TODO
new file mode 100644
index 0000000000..6dc1e421d2
--- /dev/null
+++ b/valgrind-netbsd-git/TODO
@@ -0,0 +1,3 @@
+checking for a supported OS... no (netbsd)
+configure: error: Valgrind is operating system specific. Sorry.
+*** Error code 1
diff --git a/valgrind-netbsd-git/distinfo b/valgrind-netbsd-git/distinfo
new file mode 100644
index 0000000000..be9f7d72e9
--- /dev/null
+++ b/valgrind-netbsd-git/distinfo
@@ -0,0 +1,5 @@
+$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


Home | Main Index | Thread Index | Old Index