pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Make packages build again. Partially addresses PR pkg...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8254da2b7067
branches:  trunk
changeset: 318376:8254da2b7067
user:      perseant <perseant%pkgsrc.org@localhost>
date:      Thu Jan 24 16:46:21 2019 +0000

description:
Make packages build again.  Partially addresses PR pkg/52851.

diffstat:

 security/opensaml/Makefile   |  4 ++--
 textproc/xmltooling/Makefile |  6 ++----
 www/shibboleth-sp/Makefile   |  4 ++--
 3 files changed, 6 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r 5574d85eb43c -r 8254da2b7067 security/opensaml/Makefile
--- a/security/opensaml/Makefile        Thu Jan 24 14:12:06 2019 +0000
+++ b/security/opensaml/Makefile        Thu Jan 24 16:46:21 2019 +0000
@@ -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 @@
 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
diff -r 5574d85eb43c -r 8254da2b7067 textproc/xmltooling/Makefile
--- a/textproc/xmltooling/Makefile      Thu Jan 24 14:12:06 2019 +0000
+++ b/textproc/xmltooling/Makefile      Thu Jan 24 16:46:21 2019 +0000
@@ -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 @@
 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
diff -r 5574d85eb43c -r 8254da2b7067 www/shibboleth-sp/Makefile
--- a/www/shibboleth-sp/Makefile        Thu Jan 24 14:12:06 2019 +0000
+++ b/www/shibboleth-sp/Makefile        Thu Jan 24 16:46:21 2019 +0000
@@ -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 @@
 SHIB_CONFDIR=  ${PKG_SYSCONFDIR}/shibboleth
 
 USE_LIBTOOL=   yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
 
 CFLAGS.SunOS+= -fpermissive
 



Home | Main Index | Thread Index | Old Index