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: gdt
Date: Mon Nov 6 13:48:41 UTC 2023
Modified Files:
pkgsrc/security/openssh: options.mk
Log Message:
security/openssh: Don't set MESSAGE vars for pam
because the MESSAGE is gone
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 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.44 pkgsrc/security/openssh/options.mk:1.45
--- pkgsrc/security/openssh/options.mk:1.44 Mon Nov 6 13:34:32 2023
+++ pkgsrc/security/openssh/options.mk Mon Nov 6 13:48:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.44 2023/11/06 13:34:32 gdt Exp $
+# $NetBSD: options.mk,v 1.45 2023/11/06 13:48:41 gdt Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openssh
PKG_SUPPORTED_OPTIONS= editline fido kerberos openssl pam legacymodsz
@@ -47,8 +47,6 @@ PLIST_VARS+= pam
.if !empty(PKG_OPTIONS:Mpam)
.include "../../mk/pam.buildlink3.mk"
CONFIGURE_ARGS+= --with-pam
-MESSAGE_SRC+= ${.CURDIR}/MESSAGE.pam
-MESSAGE_SUBST+= EGDIR=${EGDIR}
. if ${OPSYS} == "Linux"
PLIST.pam= yes
. endif
Home |
Main Index |
Thread Index |
Old Index