pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/openssh



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Nov  8 10:48:45 UTC 2023

Modified Files:
        pkgsrc/security/openssh: options.mk

Log Message:
openssh: Be a bit less optimistic about fidoo2 support in legacy Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/security/openssh/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/openssh/options.mk
diff -u pkgsrc/security/openssh/options.mk:1.46 pkgsrc/security/openssh/options.mk:1.47
--- pkgsrc/security/openssh/options.mk:1.46     Tue Nov  7 00:40:43 2023
+++ pkgsrc/security/openssh/options.mk  Wed Nov  8 10:48:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.46 2023/11/07 00:40:43 gdt Exp $
+# $NetBSD: options.mk,v 1.47 2023/11/08 10:48:45 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.openssh
 PKG_SUPPORTED_OPTIONS= editline fido kerberos openssl pam legacymodsz
@@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS=  editline openssl
 
 # libfido2 is BROKEN_EXCEPT_ON_PLATFORM; lacking a facility to query
 # that list, open code it here.
-.if ${OPSYS} == "Darwin" || \
+.if (${OPSYS} == "Darwin" && empty(MACHINE_ARCH:Mpowerpc*)) || \
     ${OPSYS} == "FreeBSD" || ${OPSYS} == "MidnightBSD" || \
     ${OPSYS} == "Linux" || \
     ${OPSYS} == "NetBSD" || \



Home | Main Index | Thread Index | Old Index