mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
misc/mc: drop SMB option now that support had been removed upstream
SMB support has already been disabled in Debian; only Fedora and us had been keeping it on despite it's been half-broken for 13 years.
This commit is contained in:
parent
fd4d05c561
commit
d4bdaf8bef
1 changed files with 3 additions and 7 deletions
|
@ -7,7 +7,7 @@ MASTER_SITES= http://ftp.midnight-commander.org/ \
|
|||
https://ftp.osuosl.org/pub/midnightcommander/
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
COMMENT= Midnight Commander, a free Norton Commander Clone
|
||||
COMMENT= Midnight Commander, a free Norton Commander clone
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
@ -29,8 +29,8 @@ CONFIGURE_ENV= ZIP=${LOCALBASE}/bin/zip UNZIP=${UNZIP_NATIVE_CMD}
|
|||
|
||||
PORTDOCS= AUTHORS FAQ HACKING MAINTAINERS NEWS README *.txt
|
||||
|
||||
OPTIONS_DEFINE= ASPELL DOCS EDITOR EXTATTR ICONV NLS SFTP SMB SUBSHELL X11
|
||||
OPTIONS_DEFAULT= EDITOR ICONV SFTP SLANG SMB SUBSHELL X11
|
||||
OPTIONS_DEFINE= ASPELL DOCS EDITOR EXTATTR ICONV NLS SFTP SUBSHELL X11
|
||||
OPTIONS_DEFAULT= EDITOR ICONV SFTP SLANG SUBSHELL X11
|
||||
OPTIONS_SINGLE= SCREEN
|
||||
OPTIONS_SINGLE_SCREEN= SLANG NCURSES
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -66,10 +66,6 @@ SFTP_CONFIGURE_ENABLE= vfs-sftp
|
|||
SLANG_LIB_DEPENDS= libslang.so:devel/libslang2
|
||||
SLANG_CONFIGURE_ON= --with-screen=slang --with-slang-includes=${LOCALBASE}/include
|
||||
|
||||
SMB_CONFIGURE_ENABLE= vfs-smb
|
||||
SMB_CONFIGURE_ON= --with-smb-configdir=${LOCALBASE}/etc \
|
||||
--with-smb-codepagedir=${LOCALBASE}/etc/codepages
|
||||
|
||||
SUBSHELL_CONFIGURE_WITH=subshell
|
||||
SUBSHELL_SUB_FILES= pkg-message
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue