pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/fish4



Module Name:    pkgsrc
Committed By:   vins
Date:           Wed Nov 12 19:08:39 UTC 2025

Modified Files:
        pkgsrc/shells/fish4: Makefile

Log Message:
shells/fish4: test target fix


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/shells/fish4/Makefile

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

Modified files:

Index: pkgsrc/shells/fish4/Makefile
diff -u pkgsrc/shells/fish4/Makefile:1.5 pkgsrc/shells/fish4/Makefile:1.6
--- pkgsrc/shells/fish4/Makefile:1.5    Wed Nov 12 18:44:10 2025
+++ pkgsrc/shells/fish4/Makefile        Wed Nov 12 19:08:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2025/11/12 18:44:10 vins Exp $
+# $NetBSD: Makefile,v 1.6 2025/11/12 19:08:39 vins Exp $
 
 DISTNAME=      fish-4.1.2
 PKGREVISION=   1
@@ -46,6 +46,8 @@ CMAKE_CONFIGURE_ARGS+=        -DBUILD_DOCS=OFF
 .include "options.mk"
 
 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
 
 post-patch:
        @${STEP_MSG} "Patching vendor crates"



Home | Main Index | Thread Index | Old Index