pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/unison



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 17 20:28:37 UTC 2022

Modified Files:
        pkgsrc/net/unison: Makefile

Log Message:
unison: mark as not make-jobs-safe

Reported upstream https://github.com/bcpierce00/unison/issues/774
already analyzed, so perhaps it'll be fixed soon.


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 pkgsrc/net/unison/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/unison/Makefile
diff -u pkgsrc/net/unison/Makefile:1.141 pkgsrc/net/unison/Makefile:1.142
--- pkgsrc/net/unison/Makefile:1.141    Tue May 24 18:51:54 2022
+++ pkgsrc/net/unison/Makefile  Wed Aug 17 20:28:37 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.141 2022/05/24 18:51:54 jaapb Exp $
+# $NetBSD: Makefile,v 1.142 2022/08/17 20:28:37 wiz Exp $
 
 DISTNAME=      unison-2.52.1
 PKGREVISION=   1
@@ -15,6 +15,8 @@ LICENSE=      gnu-gpl-v3
 USE_TOOLS+=    gmake bash
 MAKE_FLAGS+=   CFLAGS=""
 MAKE_ENV+=     HOME=${WRKDIR:Q}
+# https://github.com/bcpierce00/unison/issues/774
+MAKE_JOBS_SAFE=        no
 
 .include "../../lang/ocaml/ocaml.mk"
 



Home | Main Index | Thread Index | Old Index