FreeBSD Bugzilla – Attachment 168348 Details for
Bug 207487
misc/mc: make libssh optional
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for misc/mc to create new port option SFTP
mc-sftp.diff (text/plain), 1.39 KB, created by
Ben Woods
on 2016-03-17 23:56:40 UTC
(
hide
)
Description:
Patch for misc/mc to create new port option SFTP
Filename:
MIME Type:
Creator:
Ben Woods
Created:
2016-03-17 23:56:40 UTC
Size:
1.39 KB
patch
obsolete
>Index: misc/mc/Makefile >=================================================================== >--- misc/mc/Makefile (revision 411321) >+++ misc/mc/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= mc > PORTVERSION= 4.8.16 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= misc shells > MASTER_SITES= http://ftp.midnight-commander.org/ \ > http://ftp.osuosl.org/pub/midnightcommander/ \ >@@ -16,8 +17,6 @@ > > LICENSE= GPLv3 > >-LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 >- > CONFLICTS= mc-light-4* > > USES= gmake shebangfix perl5 pkgconfig tar:xz libtool >@@ -30,14 +29,15 @@ > GNU_CONFIGURE= yes > CONFIGURE_ENV= ZIP=${ZIP_CMD} UNZIP=${UNZIP_CMD} > >-OPTIONS_DEFINE= DOCS EDITOR ICONV NLS SMB SUBSHELL X11 >+OPTIONS_DEFINE= DOCS EDITOR ICONV NLS SFTP SMB SUBSHELL X11 > > OPTIONS_SINGLE= SCREEN > OPTIONS_SINGLE_SCREEN= SLANG NCURSES > >-OPTIONS_DEFAULT= EDITOR ICONV SLANG SMB SUBSHELL X11 >+OPTIONS_DEFAULT=EDITOR ICONV SFTP SLANG SMB SUBSHELL X11 > > EDITOR_DESC= Build with internal editor >+SFTP_DESC= Support for SFTP (via libssh) > SUBSHELL_DESC= Build with subshell support > > OPTIONS_SUB= yes >@@ -54,6 +54,9 @@ > NLS_CPPFLAGS= -I${LOCALBASE}/include > NLS_LDFLAGS= -L${LOCALBASE}/lib > >+SFTP_LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 >+SFTP_CONFIGURE_ENABLE= vfs-sftp >+ > SLANG_LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 > SLANG_CONFIGURE_ON= --with-screen=slang --with-slang-includes=${LOCALBASE}/include >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
woodsb02
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 207487
:
167400
| 168348 |
168349