Received: by mail.netbsd.org (Postfix, from userid 605) id 9E00C84DA1; Wed, 8 Nov 2017 14:29:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2889384D36 for ; Wed, 8 Nov 2017 14:29:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id rhIT-M3oQsYP for ; Wed, 8 Nov 2017 14:29:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 83FFF84D30 for ; Wed, 8 Nov 2017 14:29:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F4F4FBDE; Wed, 8 Nov 2017 14:29:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1510151390287620" MIME-Version: 1.0 Date: Wed, 8 Nov 2017 14:29:50 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/gtk-doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171108142950.7F4F4FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1510151390287620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Nov 8 14:29:50 UTC 2017 Modified Files: pkgsrc/textproc/gtk-doc: Makefile Log Message: gtk-doc: not make-jobs safe with itstool-2.0.4 works fine for me with 2.0.2 but with 2.0.4 I see GEN el/ Error: Could not merge translations: 'NoneType' object is not subscriptable Makefile:522: recipe for target 'cs/cs.stamp' failed To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/textproc/gtk-doc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1510151390287620 Content-Disposition: inline Content-Length: 688 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/gtk-doc/Makefile diff -u pkgsrc/textproc/gtk-doc/Makefile:1.64 pkgsrc/textproc/gtk-doc/Makefile:1.65 --- pkgsrc/textproc/gtk-doc/Makefile:1.64 Wed Oct 11 16:13:58 2017 +++ pkgsrc/textproc/gtk-doc/Makefile Wed Nov 8 14:29:50 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2017/10/11 16:13:58 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2017/11/08 14:29:50 wiz Exp $ DISTNAME= gtk-doc-1.26 CATEGORIES= textproc gnome @@ -32,6 +32,8 @@ SUBST_FILES.fix-pc+= gtkdoc-depscan.in SUBST_FILES.fix-pc+= gtkdoc/config.py.in SUBST_SED.fix-pc= -e 's,@PKG_CONFIG@,pkg-config,g' +MAKE_JOBS_SAFE= no + TEST_TARGET= check REPLACE_PYTHON= tests/check.py --_----------=_1510151390287620--