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: Thu Nov 9 08:33:40 UTC 2023
Modified Files:
pkgsrc/shells/fish: Makefile
Log Message:
fish: note problem when building with ninja
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 pkgsrc/shells/fish/Makefile:1.46
--- pkgsrc/shells/fish/Makefile:1.45 Mon Aug 14 05:25:12 2023
+++ pkgsrc/shells/fish/Makefile Thu Nov 9 08:33:40 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2023/08/14 05:25:12 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2023/11/09 08:33:40 wiz Exp $
DISTNAME= fish-3.6.1
PKGREVISION= 1
@@ -50,6 +50,11 @@ REPLACE_PYTHON= share/tools/create_manpa
post-extract:
${MV} ${WRKSRC}/version ${WRKSRC}/version.txt
+# wiz 20231109:
+# as of fish-3.6.1, the ninja generator has problems in some environments:
+# ninja: error: manifest 'build.ninja' still dirty after 100 tries, perhaps system time is not set
+CMAKE_GENERATOR= make
+
.include "../../mk/curses.buildlink3.mk"
.include "../../devel/cmake/build.mk"
.include "../../devel/pcre2/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index