pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/gtk-doc gtk-doc: not make-jobs safe with itst...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef63ff2dbe7e
branches: trunk
changeset: 371251:ef63ff2dbe7e
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Nov 08 14:29:50 2017 +0000
description:
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
diffstat:
textproc/gtk-doc/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 464951e1dc13 -r ef63ff2dbe7e textproc/gtk-doc/Makefile
--- a/textproc/gtk-doc/Makefile Wed Nov 08 14:03:42 2017 +0000
+++ b/textproc/gtk-doc/Makefile Wed Nov 08 14:29:50 2017 +0000
@@ -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/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
Home |
Main Index |
Thread Index |
Old Index