CVS commit: pkgsrc/shells/fish
"Thomas Klausner" <[email protected]> Wed, 5 Aug 2026 16:00:22 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Wed Aug 5 16:00:22 UTC 2026 Modified Files: pkgsrc/shells/fish: Makefile Log Message: fish: add missing tool for testing and add test status comment To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/shells/fish/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 1 KB)
Modified files:
Index: pkgsrc/shells/fish/Makefile
diff -u pkgsrc/shells/fish/Makefile:1.65 pkgsrc/shells/fish/Makefile:1.66
--- pkgsrc/shells/fish/Makefile:1.65 Sun Jun 7 13:53:03 2026
+++ pkgsrc/shells/fish/Makefile Wed Aug 5 16:00:21 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2026/06/07 13:53:03 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2026/08/05 16:00:21 wiz Exp $
DISTNAME= fish-4.7.1
PKGREVISION= 1
@@ -51,6 +51,8 @@ PKGSRC_MAKE_ENV+= FISH_BUILD_VERSION=${P
TEST_TARGET= fish_run_tests
TEST_DEPENDS+= ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
TEST_ENV+= LC_ALL=C.UTF-8 # requires a UTF-8 locale
+# test status as of 4.7.1
+# 230 / 237 passed (11 skipped)
post-install:
cd ${WRKSRC}/share/themes && ${PAX} -wr * \
@@ -58,6 +60,7 @@ post-install:
cd ${WRKSRC}/share/prompts && ${PAX} -wr * \
${DESTDIR}/${PREFIX}/share/prompts
+.include "../../lang/python/tool.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/cmake/build.mk"
.include "../../lang/python/application.mk"