pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/xmltooling



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct  1 08:46:37 UTC 2017

Modified Files:
        pkgsrc/textproc/xmltooling: Makefile

Log Message:
xmltooling: mark as BROKEN

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/textproc/xmltooling/Makefile

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

Modified files:

Index: pkgsrc/textproc/xmltooling/Makefile
diff -u pkgsrc/textproc/xmltooling/Makefile:1.26 pkgsrc/textproc/xmltooling/Makefile:1.27
--- pkgsrc/textproc/xmltooling/Makefile:1.26    Thu Aug 24 20:03:40 2017
+++ pkgsrc/textproc/xmltooling/Makefile Sun Oct  1 08:46:37 2017
@@ -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 @@ HOMEPAGE=     http://shibboleth.net/
 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