pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ikiwiki Not MAKE_JOBS_SAFE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a9e0c296837
branches:  trunk
changeset: 641393:5a9e0c296837
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Nov 06 12:25:57 2014 +0000

description:
Not MAKE_JOBS_SAFE.

diffstat:

 www/ikiwiki/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 1f198c546376 -r 5a9e0c296837 www/ikiwiki/Makefile
--- a/www/ikiwiki/Makefile      Thu Nov 06 12:25:36 2014 +0000
+++ b/www/ikiwiki/Makefile      Thu Nov 06 12:25:57 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.128 2014/10/17 13:14:01 schmonz Exp $
+# $NetBSD: Makefile,v 1.129 2014/11/06 12:25:57 joerg Exp $
 #
 
 DISTNAME=              ikiwiki_3.20141016
@@ -11,6 +11,10 @@
 COMMENT=               Flexible static site generator with dynamic features
 LICENSE=               gnu-gpl-v2
 
+# ./pm_filter /usr/pkg 3.20141016 /usr/pkg/lib/perl5/vendor_perl/5.20.0 < ikiwiki.in > ikiwiki.out
+# sh: ./pm_filter: not found
+MAKE_JOBS_SAFE=                no
+
 DEPENDS+=              p5-Text-Markdown-Discount-[0-9]*:../../textproc/p5-Text-Markdown-Discount
 DEPENDS+=              p5-URI-[0-9]*:../../www/p5-URI
 DEPENDS+=              p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser



Home | Main Index | Thread Index | Old Index