pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/opensaml
Module Name: pkgsrc
Committed By: wiz
Date: Sat Dec 13 12:47:10 UTC 2025
Modified Files:
pkgsrc/security/opensaml: Makefile PLIST
Log Message:
opensaml: fix build with NetBSD 11's sh(1)
Clean some pkglint while here
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/security/opensaml/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/opensaml/PLIST
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.65 pkgsrc/security/opensaml/Makefile:1.66
--- pkgsrc/security/opensaml/Makefile:1.65 Sun Oct 5 19:26:17 2025
+++ pkgsrc/security/opensaml/Makefile Sat Dec 13 12:47:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2025/10/05 19:26:17 js Exp $
+# $NetBSD: Makefile,v 1.66 2025/12/13 12:47:10 wiz Exp $
DISTNAME= opensaml-3.3.1
PKGREVISION= 3
@@ -14,6 +14,7 @@ USE_LANGUAGES= c c++11
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-doxygen-doc
+CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-libs}
USE_TOOLS+= pkg-config
.include "../../devel/boost-libs/buildlink3.mk"
Index: pkgsrc/security/opensaml/PLIST
diff -u pkgsrc/security/opensaml/PLIST:1.9 pkgsrc/security/opensaml/PLIST:1.10
--- pkgsrc/security/opensaml/PLIST:1.9 Mon Apr 21 21:10:48 2025
+++ pkgsrc/security/opensaml/PLIST Sat Dec 13 12:47:10 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2025/04/21 21:10:48 perseant Exp $
+@comment $NetBSD: PLIST,v 1.10 2025/12/13 12:47:10 wiz Exp $
bin/samlsign
include/saml/Assertion.h
include/saml/RootObject.h
@@ -44,11 +44,7 @@ include/saml/signature/SignatureProfileV
include/saml/util/CommonDomainCookie.h
include/saml/util/SAMLConstants.h
include/saml/version.h
-lib/libsaml.a
lib/libsaml.la
-lib/libsaml.so
-lib/libsaml.so.13
-lib/libsaml.so.13.0.1
lib/pkgconfig/opensaml.pc
share/doc/${PKGNAME}/LICENSE.txt
share/doc/${PKGNAME}/LOG4CPP.LICENSE
Home |
Main Index |
Thread Index |
Old Index