pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unison Not MAKE_JOBS safe, mark as such.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b8f38fbe4c6
branches:  trunk
changeset: 365359:7b8f38fbe4c6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jul 14 12:58:52 2017 +0000

description:
Not MAKE_JOBS safe, mark as such.

diffstat:

 net/unison/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r f4155e96dfe0 -r 7b8f38fbe4c6 net/unison/Makefile
--- a/net/unison/Makefile       Fri Jul 14 12:58:25 2017 +0000
+++ b/net/unison/Makefile       Fri Jul 14 12:58:52 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.108 2017/07/11 14:19:20 jaapb Exp $
+# $NetBSD: Makefile,v 1.109 2017/07/14 12:58:52 joerg Exp $
 
 DISTNAME=      unison-2.48.4
 PKGREVISION=   7
@@ -10,6 +10,10 @@
 COMMENT=       File-synchronization tool
 LICENSE=       gnu-gpl-v3
 
+# File "/data/scratch/net/unison/work/src/fswatch.mli", line 18, characters 17-29:
+# Error: Unbound module Prefs
+MAKE_JOBS_SAFE=        no
+
 .if (${MACHINE_ARCH} == "arm")
 BUILDLINK_ABI_DEPENDS.ocaml+=  ocaml>=3.12.0nb2
 .else



Home | Main Index | Thread Index | Old Index