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 Jun 7 13:53:03 UTC 2026
Modified Files:
pkgsrc/shells/fish: Makefile
Log Message:
fish: since we're not linking against pcre2 from pkgsrc, remove traces
Fixes
cargo/debug/xtask: Shared object "libpcre2-8.so.0" not found
see e.g.
https://releng.netbsd.org/pkgreports/shadow/HEAD/NetBSD-11.0-x86_64/20260525.0901/fish-4.7.1/install.log
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/shells/fish/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/fish/Makefile
diff -u pkgsrc/shells/fish/Makefile:1.64 pkgsrc/shells/fish/Makefile:1.65
--- pkgsrc/shells/fish/Makefile:1.64 Sun May 10 18:46:48 2026
+++ pkgsrc/shells/fish/Makefile Sun Jun 7 13:53:03 2026
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2026/05/10 18:46:48 vins Exp $
+# $NetBSD: Makefile,v 1.65 2026/06/07 13:53:03 wiz Exp $
DISTNAME= fish-4.7.1
+PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=fish-shell/}
GITHUB_PROJECT= fish-shell
@@ -45,9 +46,6 @@ CMAKE_CONFIGURE_ARGS+= -DWITH_MESSAGE_LO
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
-
PKGSRC_MAKE_ENV+= FISH_BUILD_VERSION=${PKGVERSION_NOREV}
TEST_TARGET= fish_run_tests
@@ -61,7 +59,6 @@ post-install:
${DESTDIR}/${PREFIX}/share/prompts
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/pcre2/buildlink3.mk"
.include "../../devel/cmake/build.mk"
.include "../../lang/python/application.mk"
.include "../../lang/rust/cargo.mk"
Home |
Main Index |
Thread Index |
Old Index