pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unison unison: mark as not make-jobs-safe



details:   https://anonhg.NetBSD.org/pkgsrc/rev/680b8133bce3
branches:  trunk
changeset: 383333:680b8133bce3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 17 20:28:37 2022 +0000

description:
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.

diffstat:

 net/unison/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3995dfa0387c -r 680b8133bce3 net/unison/Makefile
--- a/net/unison/Makefile       Wed Aug 17 19:59:39 2022 +0000
+++ b/net/unison/Makefile       Wed Aug 17 20:28:37 2022 +0000
@@ -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 @@
 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