forked from Lainports/freebsd-ports
While here, get rid of a lot of cruft: - Use an https in MASTER_SITES and stop using a snapshot URL for the tarballs. - Switch to an out-of-source CMake build with USES=cmake:outsource, and get rid of all the messing around with CMAKE_SOURCE_PATH and *_WRKSRC. - Move the LICENSE block to the right place to pet portlint. - Explicitly set CMAKE_ARGS with some options which we were already implicitly assuming to be set. - Disable examples and tests via CMAKE_ARGS instead of using an ugly sed call. - Do not pass WITH_OPENSSL=ON/OFF to CMake, this has no effect in the build system. - Stop gratuitously including bsd.port.options.mk. - Remove sed calls and patches related to the libssh_threads. I fixed some of the problems a few releases ago upstream, and the things I've removed now just look unnecessary. PR: 187595 Approved by: fluffy (implicit, and 230 days of timeout) MFH: 2014Q4 Security: f8c88d50-5fb3-11e4-81bd-5453ed2e2b49
19 lines
497 B
Text
19 lines
497 B
Text
include/libssh/callbacks.h
|
|
include/libssh/legacy.h
|
|
include/libssh/libssh.h
|
|
include/libssh/server.h
|
|
include/libssh/sftp.h
|
|
%%SSH1%%include/libssh/ssh1.h
|
|
include/libssh/ssh2.h
|
|
lib/cmake/libssh/libssh-config.cmake
|
|
lib/cmake/libssh/libssh-config-version.cmake
|
|
%%STATIC%%lib/libssh.a
|
|
lib/libssh.so
|
|
lib/libssh.so.4
|
|
lib/libssh.so.4.4.1
|
|
%%STATIC%%lib/libssh_threads.a
|
|
lib/libssh_threads.so
|
|
lib/libssh_threads.so.4
|
|
lib/libssh_threads.so.4.4.1
|
|
libdata/pkgconfig/libssh.pc
|
|
libdata/pkgconfig/libssh_threads.pc
|