pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/gtk-doc



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.

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



Home | Main Index | Thread Index | Old Index