pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/gnucash-docs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 13 08:24:28 UTC 2023

Modified Files:
        pkgsrc/finance/gnucash-docs: Makefile

Log Message:
gnucash-docs: mark as not make-jobs safe


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/finance/gnucash-docs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/gnucash-docs/Makefile
diff -u pkgsrc/finance/gnucash-docs/Makefile:1.56 pkgsrc/finance/gnucash-docs/Makefile:1.57
--- pkgsrc/finance/gnucash-docs/Makefile:1.56   Wed Jan  4 07:45:59 2023
+++ pkgsrc/finance/gnucash-docs/Makefile        Fri Jan 13 08:24:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2023/01/04 07:45:59 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2023/01/13 08:24:28 wiz Exp $
 
 DISTNAME=              gnucash-docs-4.13
 CATEGORIES=            finance
@@ -14,4 +14,7 @@ DEPENDS+=             yelp-[0-9]*:../../misc/yelp3
 USE_CMAKE=             yes
 USE_TOOLS+=            bash
 
+# CMake Error: failed to create symbolic link '.../work/gnucash-docs-4.13/share/doc/HTML/de': File exists
+MAKE_JOBS_SAFE=                no
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index