pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
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.
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
Home |
Main Index |
Thread Index |
Old Index