pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/rspamd
Module Name: pkgsrc
Committed By: wiz
Date: Sat Nov 4 07:48:31 UTC 2023
Modified Files:
pkgsrc/mail/rspamd: Makefile
Log Message:
rspamd: disable ninja generator
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/mail/rspamd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/rspamd/Makefile
diff -u pkgsrc/mail/rspamd/Makefile:1.95 pkgsrc/mail/rspamd/Makefile:1.96
--- pkgsrc/mail/rspamd/Makefile:1.95 Mon Oct 30 16:13:50 2023
+++ pkgsrc/mail/rspamd/Makefile Sat Nov 4 07:48:31 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.95 2023/10/30 16:13:50 jperkin Exp $
+# $NetBSD: Makefile,v 1.96 2023/11/04 07:48:31 wiz Exp $
DISTNAME= rspamd-3.7.1
PKGREVISION= 1
@@ -103,6 +103,11 @@ post-extract:
post-install:
${MV} ${DESTDIR}${PKG_SYSCONFDIR} ${DESTDIR}${PREFIX}/share/examples/rspamd
+# wiz 20231103:
+# as of rspamd-3.7.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 "../../devel/cmake/build.mk"
.include "../../databases/hiredis/buildlink3.mk"
.include "../../databases/sqlite3/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index