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:   joerg
Date:           Fri Jul 14 12:58:52 UTC 2017

Modified Files:
        pkgsrc/net/unison: Makefile

Log Message:
Not MAKE_JOBS safe, mark as such.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 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.108 pkgsrc/net/unison/Makefile:1.109
--- pkgsrc/net/unison/Makefile:1.108    Tue Jul 11 14:19:20 2017
+++ pkgsrc/net/unison/Makefile  Fri Jul 14 12:58:52 2017
@@ -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 @@ HOMEPAGE=    http://www.cis.upenn.edu/~bcpi
 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