pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp-docs-en gimp-docs packages are racy.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/305be8cfedbf
branches:  trunk
changeset: 645038:305be8cfedbf
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 21 15:19:56 2015 +0000

description:
gimp-docs packages are racy.

diffstat:

 graphics/gimp-docs-en/Makefile.common |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r cb059d067a35 -r 305be8cfedbf graphics/gimp-docs-en/Makefile.common
--- a/graphics/gimp-docs-en/Makefile.common     Wed Jan 21 15:19:31 2015 +0000
+++ b/graphics/gimp-docs-en/Makefile.common     Wed Jan 21 15:19:56 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2014/10/05 16:41:07 wiz Exp $
+# $NetBSD: Makefile.common,v 1.10 2015/01/21 15:19:56 joerg Exp $
 #
 # used by graphics/gimp-docs-de/Makefile
 # used by graphics/gimp-docs-en/Makefile
@@ -23,6 +23,11 @@
 HOMEPAGE=      http://docs.gimp.org/
 LICENSE=       gnu-fdl-v1.2
 
+# warning: failed to load external entity "xml/de/gimp.xml"
+# unable to parse xml/de/gimp.xml
+# Makefile:1378: recipe for target 'html/de/index.html' failed
+MAKE_JOBS_SAFE=        no
+
 BUILD_DEPENDS+=        docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
 BUILD_DEPENDS+=        libxslt-[0-9]*:../../textproc/libxslt



Home | Main Index | Thread Index | Old Index