pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cvs-fast-export Not MAKE_JOBS_SAFE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d6761a05eec
branches:  trunk
changeset: 358562:6d6761a05eec
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Feb 14 21:32:04 2017 +0000

description:
Not MAKE_JOBS_SAFE.

diffstat:

 devel/cvs-fast-export/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 2ada24972f4e -r 6d6761a05eec devel/cvs-fast-export/Makefile
--- a/devel/cvs-fast-export/Makefile    Tue Feb 14 21:31:43 2017 +0000
+++ b/devel/cvs-fast-export/Makefile    Tue Feb 14 21:32:04 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/01/29 12:19:08 kim Exp $
+# $NetBSD: Makefile,v 1.13 2017/02/14 21:32:04 joerg Exp $
 
 DISTNAME=      cvs-fast-export-1.40
 CATEGORIES=    devel
@@ -9,6 +9,9 @@
 COMMENT=       Export an RCS or CVS history as a fast-import stream
 LICENSE=       gnu-gpl-v2
 
+# Race conditions in a2x invocations
+MAKE_JOBS_SAFE=        no
+
 USE_LANGUAGES= c99
 USE_TOOLS+=    flex gmake yacc
 BUILD_DEPENDS+=        asciidoc-[0-9]*:../../textproc/asciidoc



Home | Main Index | Thread Index | Old Index