FreeBSD Bugzilla – Attachment 167400 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]
turn libssh support into an option
mc.Makefile.diff (text/plain), 1.02 KB, created by
Moritz Wilhelmy
on 2016-02-25 14:56:58 UTC
(
hide
)
Description:
turn libssh support into an option
Filename:
MIME Type:
Creator:
Moritz Wilhelmy
Created:
2016-02-25 14:56:58 UTC
Size:
1.02 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 409491) >+++ Makefile (working copy) >@@ -16,8 +16,6 @@ > > LICENSE= GPLv3 > >-LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 >- > CONFLICTS= mc-light-4* > > USES= gmake shebangfix perl5 pkgconfig tar:xz libtool >@@ -30,12 +28,12 @@ > 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 LIBSSH NLS SMB SUBSHELL X11 > > OPTIONS_SINGLE= SCREEN > OPTIONS_SINGLE_SCREEN= SLANG NCURSES > >-OPTIONS_DEFAULT= EDITOR ICONV SLANG SMB SUBSHELL X11 >+OPTIONS_DEFAULT= EDITOR ICONV LIBSSH SLANG SMB SUBSHELL X11 > > EDITOR_DESC= Build with internal editor > SUBSHELL_DESC= Build with subshell support >@@ -47,6 +45,9 @@ > ICONV_USES= iconv > ICONV_CONFIGURE_ENABLE= charset > >+LIBSSH_DESC= Enable LibSSH support >+LIBSSH_LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 >+ > NCURSES_CONFIGURE_ON= --with-screen=ncurses > > NLS_CONFIGURE_ENABLE= nls >
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
Actions:
View
|
Diff
Attachments on
bug 207487
: 167400 |
168348
|
168349