Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1D5E77A2A7 for ; Tue, 14 Feb 2017 21:32:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C30ED855DD; Tue, 14 Feb 2017 21:32:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5301F8557C for ; Tue, 14 Feb 2017 21:32:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id idIqqsAuOMQg for ; Tue, 14 Feb 2017 21:32:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AC73884CDE for ; Tue, 14 Feb 2017 21:32:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AADEAFBE3; Tue, 14 Feb 2017 21:32:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148710792494570" MIME-Version: 1.0 Date: Tue, 14 Feb 2017 21:32:04 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/devel/cvs-fast-export To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20170214213204.AADEAFBE3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148710792494570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_148710792494570 Content-Disposition: inline Content-Length: 792 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_148710792494570--