pkgsrc-WIP-changes archive

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

valgrind-netbsd-git: install libxml2 (xmllint) for testing)



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Feb 8 20:04:29 2026 +0100
Changeset:	bd70c2509cd46b7d9ce476df965d34914561c4e2

Modified Files:
	valgrind-netbsd-git/Makefile

Log Message:
valgrind-netbsd-git: install libxml2 (xmllint) for testing)

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

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

diffstat:
 valgrind-netbsd-git/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/valgrind-netbsd-git/Makefile b/valgrind-netbsd-git/Makefile
index 0c6316d898..9ac2d85be2 100644
--- a/valgrind-netbsd-git/Makefile
+++ b/valgrind-netbsd-git/Makefile
@@ -11,6 +11,9 @@ HOMEPAGE=	https://github.com/paulfloyd/valgrind-netbsd
 COMMENT=	NetBSD port of Valgrind
 LICENSE=	gnu-gpl-v2
 
+# for xmllint
+TEST_DEPENDS+=	libxml2-[0-9]*:../../textproc/libxml2
+
 WRKSRC=		${WRKDIR}/valgrind-netbsd-${GITHUB_TAG}
 
 GNU_CONFIGURE=	yes


Home | Main Index | Thread Index | Old Index