pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/fish



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  4 14:58:08 UTC 2026

Modified Files:
        pkgsrc/shells/fish: Makefile PLIST

Log Message:
fish: provide path to sphinx-build to cmake

fixes build


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/shells/fish/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/shells/fish/PLIST

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

Modified files:

Index: pkgsrc/shells/fish/Makefile
diff -u pkgsrc/shells/fish/Makefile:1.61 pkgsrc/shells/fish/Makefile:1.62
--- pkgsrc/shells/fish/Makefile:1.61    Wed Dec 31 00:47:58 2025
+++ pkgsrc/shells/fish/Makefile Sun Jan  4 14:58:08 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2025/12/31 00:47:58 ktnb Exp $
+# $NetBSD: Makefile,v 1.62 2026/01/04 14:58:08 wiz Exp $
 
 DISTNAME=      fish-4.3.2
 CATEGORIES=    shells
@@ -44,6 +44,7 @@ CMAKE_CONFIGURE_ARGS+=        -DCMAKE_INSTALL_M
 CMAKE_CONFIGURE_ARGS+= -DFISH_USE_SYSTEM_PCRE2=OFF
 CMAKE_CONFIGURE_ARGS+= -DWITH_GETTEXT=ON
 CMAKE_CONFIGURE_ARGS+= -DWITH_DOCS=ON
+CMAKE_CONFIGURE_ARGS+= -DSPHINX_EXECUTABLE=${PREFIX}/bin/sphinx-build-${PYVERSSUFFIX}
 
 RUSTFLAGS+=            -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.pcre2}/lib
 RUSTFLAGS+=            -C link-arg=-L${BUILDLINK_PREFIX.pcre2}/lib

Index: pkgsrc/shells/fish/PLIST
diff -u pkgsrc/shells/fish/PLIST:1.22 pkgsrc/shells/fish/PLIST:1.23
--- pkgsrc/shells/fish/PLIST:1.22       Wed Dec 31 00:47:58 2025
+++ pkgsrc/shells/fish/PLIST    Sun Jan  4 14:58:08 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2025/12/31 00:47:58 ktnb Exp $
+@comment $NetBSD: PLIST,v 1.23 2026/01/04 14:58:08 wiz Exp $
 bin/fish
 bin/fish_indent
 bin/fish_key_reader
@@ -1672,12 +1672,3 @@ share/themes/snow-day.theme
 share/themes/solarized.theme
 share/themes/tomorrow-night-bright.theme
 share/themes/tomorrow.theme
-@pkgdir share/fish/vendor_functions.d
-@pkgdir share/fish/vendor_conf.d
-@pkgdir share/fish/vendor_completions.d
-@pkgdir share/fish/themes
-@pkgdir share/fish/prompts
-@pkgdir share/doc/fish/_sources
-@pkgdir etc/fish/functions
-@pkgdir etc/fish/conf.d
-@pkgdir etc/fish/completions



Home | Main Index | Thread Index | Old Index