pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/cvs-fast-export



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Feb 14 21:32:04 UTC 2017

Modified Files:
        pkgsrc/devel/cvs-fast-export: Makefile

Log Message:
Not MAKE_JOBS_SAFE.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/cvs-fast-export/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cvs-fast-export/Makefile
diff -u pkgsrc/devel/cvs-fast-export/Makefile:1.12 pkgsrc/devel/cvs-fast-export/Makefile:1.13
--- pkgsrc/devel/cvs-fast-export/Makefile:1.12  Sun Jan 29 12:19:08 2017
+++ pkgsrc/devel/cvs-fast-export/Makefile       Tue Feb 14 21:32:04 2017
@@ -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 @@ HOMEPAGE=       http://www.catb.org/~esr/cvs-f
 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