pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc + jdom



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a65cfca307ba
branches:  trunk
changeset: 534527:a65cfca307ba
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 25 20:20:59 2007 +0000

description:
+ jdom

diffstat:

 textproc/Makefile        |  3 ++-
 textproc/libxml/Makefile |  6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r f2df7c7729e8 -r a65cfca307ba textproc/Makefile
--- a/textproc/Makefile Thu Oct 25 18:27:05 2007 +0000
+++ b/textproc/Makefile Thu Oct 25 20:20:59 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.387 2007/10/12 17:31:16 drochner Exp $
+# $NetBSD: Makefile,v 1.388 2007/10/25 20:20:59 rillig Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -127,6 +127,7 @@
 SUBDIR+=       ja-sed
 SUBDIR+=       jade
 SUBDIR+=       java-mecab
+SUBDIR+=       jdom
 SUBDIR+=       jing
 SUBDIR+=       kakasi
 SUBDIR+=       kbanner
diff -r f2df7c7729e8 -r a65cfca307ba textproc/libxml/Makefile
--- a/textproc/libxml/Makefile  Thu Oct 25 18:27:05 2007 +0000
+++ b/textproc/libxml/Makefile  Thu Oct 25 20:20:59 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/12/27 18:25:07 reed Exp $
+# $NetBSD: Makefile,v 1.37 2007/10/25 20:20:59 rillig Exp $
 #
 
 DISTNAME=              libxml-1.8.17
@@ -17,5 +17,9 @@
 USE_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE=    libxml.pc.in
 
+# Making all in doc
+# bmake: bmake: don't know how to make libxml/tree.h. Stop
+MAKE_JOBS_SAFE=                no
+
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index