pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/libfido2
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Nov 7 07:25:30 UTC 2023
Modified Files:
pkgsrc/security/libfido2: Makefile
Log Message:
libfido2: Re-enable builds for SunOS.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/libfido2/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/libfido2/Makefile
diff -u pkgsrc/security/libfido2/Makefile:1.11 pkgsrc/security/libfido2/Makefile:1.12
--- pkgsrc/security/libfido2/Makefile:1.11 Tue Nov 7 00:28:07 2023
+++ pkgsrc/security/libfido2/Makefile Tue Nov 7 07:25:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/11/07 00:28:07 gdt Exp $
+# $NetBSD: Makefile,v 1.12 2023/11/07 07:25:30 jperkin Exp $
DISTNAME= libfido2-1.13.0
PKGREVISION= 1
@@ -20,6 +20,10 @@ BROKEN_EXCEPT_ON_PLATFORM+= Linux-*-*
BROKEN_EXCEPT_ON_PLATFORM+= NetBSD-*-*
BROKEN_EXCEPT_ON_PLATFORM+= OpenBSD-*-*
+# This library does not yet support illumos, but its developers and users
+# strongly value bulk build reports rather than hiding breakages.
+BROKEN_EXCEPT_ON_PLATFORM+= SunOS-*-*
+
USE_LANGUAGES= c
USE_TOOLS+= pkg-config mandoc
CMAKE_ARGS+= -DBUILD_EXAMPLES=OFF
Home |
Main Index |
Thread Index |
Old Index