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: rillig
Date: Sun Jan 4 01:03:43 UTC 2026
Modified Files:
pkgsrc/sysutils/mc: options.mk
Log Message:
sysutils/mc: remove nonfunctional option "samba"
Support for the SMB VFS has been removed in mc-4.8.28.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 pkgsrc/sysutils/mc/options.mk:1.27
--- pkgsrc/sysutils/mc/options.mk:1.26 Sun Jun 1 22:18:40 2025
+++ pkgsrc/sysutils/mc/options.mk Sun Jan 4 01:03:43 2026
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.26 2025/06/01 22:18:40 thor Exp $
+# $NetBSD: options.mk,v 1.27 2026/01/04 01:03:43 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mc
PKG_OPTIONS_REQUIRED_GROUPS= screen
PKG_OPTIONS_GROUP.screen= ncurses slang
-PKG_SUPPORTED_OPTIONS= mc-charset x11 libssh2 nls samba
+PKG_SUPPORTED_OPTIONS= mc-charset x11 libssh2 nls
PKG_SUGGESTED_OPTIONS= mc-charset slang nls
PKG_OPTIONS_LEGACY_OPTS+= sftp:libssh2
@@ -63,10 +63,3 @@ USE_TOOLS+= msgfmt msgmerge xgettext
.else
CONFIGURE_ARGS+= --disable-nls
.endif
-
-.if !empty(PKG_OPTIONS:Msamba)
-CONFIGURE_ARGS+= --enable-vfs-smb
-.include "../../net/samba4/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-vfs-smb
-.endif
Home |
Main Index |
Thread Index |
Old Index