pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/mc
Module Name: pkgsrc
Committed By: nia
Date: Fri Feb 28 10:36:36 UTC 2025
Modified Files:
pkgsrc/sysutils/mc: options.mk
Log Message:
mc: Rename sftp option to libssh2 (more "known" by infrastructure)
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/mc/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/sysutils/mc/options.mk
diff -u pkgsrc/sysutils/mc/options.mk:1.24 pkgsrc/sysutils/mc/options.mk:1.25
--- pkgsrc/sysutils/mc/options.mk:1.24 Mon Jan 6 21:56:34 2025
+++ pkgsrc/sysutils/mc/options.mk Fri Feb 28 10:36:36 2025
@@ -1,11 +1,13 @@
-# $NetBSD: options.mk,v 1.24 2025/01/06 21:56:34 wiz Exp $
+# $NetBSD: options.mk,v 1.25 2025/02/28 10:36:36 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mc
PKG_OPTIONS_REQUIRED_GROUPS= screen
PKG_OPTIONS_GROUP.screen= ncurses slang
-PKG_SUPPORTED_OPTIONS= mc-charset x11 sftp nls
+PKG_SUPPORTED_OPTIONS= mc-charset x11 libssh2 nls
PKG_SUGGESTED_OPTIONS= mc-charset slang nls
+PKG_OPTIONS_LEGACY_OPTS+= sftp:libssh2
+
.include "../../mk/bsd.options.mk"
### The charset option enables input/display support for various 8-bit
@@ -42,7 +44,7 @@ CONFIGURE_ARGS+= --with-screen=ncurses
CONFIGURE_ARGS+= --with-screen=mcslang
.endif
-.if !empty(PKG_OPTIONS:Msftp)
+.if !empty(PKG_OPTIONS:Mlibssh2)
CONFIGURE_ARGS+= --enable-vfs-sftp
.include "../../security/libssh2/buildlink3.mk"
.else
Home |
Main Index |
Thread Index |
Old Index