Received: by mail.netbsd.org (Postfix, from userid 605) id 228C184D41; Thu, 24 Jan 2019 16:46:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6BF0C84D51 for ; Thu, 24 Jan 2019 16:46:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 0fZetWfT7_Eo for ; Thu, 24 Jan 2019 16:46:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2E31A84CDF for ; Thu, 24 Jan 2019 16:46:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 266BBFB16; Thu, 24 Jan 2019 16:46:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1548348382105480" MIME-Version: 1.0 Date: Thu, 24 Jan 2019 16:46:22 +0000 From: "Konrad Schroder" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: perseant@netbsd.org X-Mailer: log_accum Message-Id: <20190124164622.266BBFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1548348382105480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: perseant Date: Thu Jan 24 16:46:22 UTC 2019 Modified Files: pkgsrc/security/opensaml: Makefile pkgsrc/textproc/xmltooling: Makefile pkgsrc/www/shibboleth-sp: Makefile Log Message: Make packages build again. Partially addresses PR pkg/52851. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/opensaml/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/xmltooling/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/shibboleth-sp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1548348382105480 Content-Disposition: inline Content-Length: 2137 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/opensaml/Makefile diff -u pkgsrc/security/opensaml/Makefile:1.29 pkgsrc/security/opensaml/Makefile:1.30 --- pkgsrc/security/opensaml/Makefile:1.29 Thu Dec 13 19:52:20 2018 +++ pkgsrc/security/opensaml/Makefile Thu Jan 24 16:46:21 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2018/12/13 19:52:20 adam Exp $ +# $NetBSD: Makefile,v 1.30 2019/01/24 16:46:21 perseant Exp $ DISTNAME= opensaml-2.5.5 PKGREVISION= 8 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.opensaml.org/ COMMENT= Security Assertion Markup Language (SAML) LICENSE= apache-2.0 -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-doxygen-doc Index: pkgsrc/textproc/xmltooling/Makefile diff -u pkgsrc/textproc/xmltooling/Makefile:1.31 pkgsrc/textproc/xmltooling/Makefile:1.32 --- pkgsrc/textproc/xmltooling/Makefile:1.31 Thu Dec 13 19:52:24 2018 +++ pkgsrc/textproc/xmltooling/Makefile Thu Jan 24 16:46:21 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2018/12/13 19:52:24 adam Exp $ +# $NetBSD: Makefile,v 1.32 2019/01/24 16:46:21 perseant Exp $ DISTNAME= xmltooling-1.5.6 PKGREVISION= 8 @@ -10,9 +10,7 @@ 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_LANGUAGES= c c++11 USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-doxygen-doc Index: pkgsrc/www/shibboleth-sp/Makefile diff -u pkgsrc/www/shibboleth-sp/Makefile:1.29 pkgsrc/www/shibboleth-sp/Makefile:1.30 --- pkgsrc/www/shibboleth-sp/Makefile:1.29 Thu Dec 13 19:52:26 2018 +++ pkgsrc/www/shibboleth-sp/Makefile Thu Jan 24 16:46:21 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2018/12/13 19:52:26 adam Exp $ +# $NetBSD: Makefile,v 1.30 2019/01/24 16:46:21 perseant Exp $ # DISTNAME= shibboleth-sp-2.5.5 @@ -21,7 +21,7 @@ EGDIR= ${PREFIX}/share/examples/shibbol SHIB_CONFDIR= ${PKG_SYSCONFDIR}/shibboleth USE_LIBTOOL= yes -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++11 CFLAGS.SunOS+= -fpermissive --_----------=_1548348382105480--