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:   wiz
Date:           Mon Nov  6 10:11:34 UTC 2023

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

Log Message:
openssh: enable fido for Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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.41 pkgsrc/security/openssh/options.mk:1.42
--- pkgsrc/security/openssh/options.mk:1.41     Mon Nov  6 09:27:57 2023
+++ pkgsrc/security/openssh/options.mk  Mon Nov  6 10:11:34 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.41 2023/11/06 09:27:57 jperkin Exp $
+# $NetBSD: options.mk,v 1.42 2023/11/06 10:11:34 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.openssh
 PKG_SUPPORTED_OPTIONS= editline fido kerberos openssl pam legacymodsz
@@ -9,6 +9,9 @@ PKG_SUGGESTED_OPTIONS=  editline openssl
 .if ${OPSYS} == "NetBSD"
 PKG_SUGGESTED_OPTIONS+=        fido pam
 .endif
+.if ${OPSYS} == "Darwin"
+PKG_SUGGESTED_OPTIONS+=        fido
+.endif
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index