pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmltooling xmltooling: mark as BROKEN



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce28a277fc07
branches:  trunk
changeset: 369569:ce28a277fc07
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 01 08:46:37 2017 +0000

description:
xmltooling: mark as BROKEN

xerces-c needs C++11, but xmltooling does not support this yet

diffstat:

 textproc/xmltooling/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4c2ef757ded2 -r ce28a277fc07 textproc/xmltooling/Makefile
--- a/textproc/xmltooling/Makefile      Sun Oct 01 06:59:06 2017 +0000
+++ b/textproc/xmltooling/Makefile      Sun Oct 01 08:46:37 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/08/24 20:03:40 adam Exp $
+# $NetBSD: Makefile,v 1.27 2017/10/01 08:46:37 wiz Exp $
 
 DISTNAME=      xmltooling-1.5.6
 PKGREVISION=   4
@@ -10,6 +10,8 @@
 COMMENT=       High level interface for XML processing library
 LICENSE=       apache-2.0
 
+BROKEN=                xerces-c needs C++11, but xmltooling does not support this yet
+
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index