pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/rabbitmq



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue May 27 10:17:00 UTC 2025

Modified Files:
        pkgsrc/net/rabbitmq: Makefile

Log Message:
rabbitmq: Not MAKE_JOBS safe.

Sporadically fails in bulk builds.


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/net/rabbitmq/Makefile

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

Modified files:

Index: pkgsrc/net/rabbitmq/Makefile
diff -u pkgsrc/net/rabbitmq/Makefile:1.97 pkgsrc/net/rabbitmq/Makefile:1.98
--- pkgsrc/net/rabbitmq/Makefile:1.97   Sun Sep 15 15:31:23 2024
+++ pkgsrc/net/rabbitmq/Makefile        Tue May 27 10:17:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2024/09/15 15:31:23 adam Exp $
+# $NetBSD: Makefile,v 1.98 2025/05/27 10:17:00 jperkin Exp $
 
 DISTNAME=      rabbitmq-server-3.13.7
 PKGNAME=       ${DISTNAME:S/-server//}
@@ -23,6 +23,9 @@ DEPENDS+=             ${PYPKGPREFIX}-simplejson>=2:
 
 BUILD_DEFS+=           VARBASE
 
+# "failed to rename rabbit_event.bea# to rabbit_event.beam: no such file..."
+MAKE_JOBS_SAFE=                no
+
 # Create a mix tool to avoid nested interpreter issues.
 TOOLS_CREATE+=         mix
 TOOLS_SCRIPT.mix=      ${PREFIX}/bin/elixir -r ${PREFIX}/bin/mix -- "$$@"



Home | Main Index | Thread Index | Old Index