pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/meson



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 19 14:43:25 UTC 2026

Modified Files:
        pkgsrc/devel/meson: Makefile

Log Message:
meson: make itstool a test dependency

update test status


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/meson/Makefile

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

Modified files:

Index: pkgsrc/devel/meson/Makefile
diff -u pkgsrc/devel/meson/Makefile:1.88 pkgsrc/devel/meson/Makefile:1.89
--- pkgsrc/devel/meson/Makefile:1.88    Mon Jan 19 08:34:23 2026
+++ pkgsrc/devel/meson/Makefile Thu Feb 19 14:43:25 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2026/01/19 08:34:23 adam Exp $
+# $NetBSD: Makefile,v 1.89 2026/02/19 14:43:25 wiz Exp $
 
 DISTNAME=      meson-1.10.1
 CATEGORIES=    devel python
@@ -12,13 +12,13 @@ LICENSE=    apache-2.0
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ninja-build>=1.7:../../devel/ninja-build
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
 
 CONFLICTS+=    py[0-9]*-meson-[0-9]*
 SUPERSEDES+=   py[0-9]*-meson-[0-9]*
 
 USE_LANGUAGES= c c++ # c++ for tests
-# XXX both tools are only needed for tests, but itstool:test didn't work
-USE_TOOLS+=    itstool pkg-config
+USE_TOOLS+=    itstool:test pkg-config
 
 SUBST_CLASSES+=                man
 SUBST_SED.man+=                -e "s,share/man,${PKGMANDIR},"
@@ -36,8 +36,8 @@ REPLACE_PYTHON+=      test\ cases/common/14\ 
 REPLACE_PYTHON+=       test\ cases/windows/8\ find\ program/test-script
 REPLACE_PYTHON+=       tools/*.py
 
-# as of 1.10.0
-# Total passed tests:  491
+# as of 1.10.1
+# Total passed tests:  492
 # Total failed tests:  36
 # Total skipped tests: 107
 



Home | Main Index | Thread Index | Old Index