portinstall for libssh only installs a shared version of the library but having a static version of the library is often extremely helpful, e.g. for faster speed and/or to help debug mysterious or semi-mysterious run-time problms/issue with programs using the library. (Note that the version of libssh that's installed in /usr/lib by default _does_ include a static version of the library.) Fix: Sorry, I don't know how to fix this because libssh apparently uses some imponderable think called "cmake" which is entirely foreign to me. How-To-Repeat: su root; portinstall libssh
Responsible Changed From-To: freebsd-ports-bugs->avl Fix synopsis and assign.
avl 2010-12-05 06:02:49 UTC FreeBSD ports repository Modified files: security/libssh Makefile distinfo pkg-plist Added files: security/libssh/files patch-include_libssh_libssh.h patch-libssh_socket.c Log: - Install a static version of the library [1] - Fix slow response in Remmina SSH [2] - Remove MD5 checksum from distinfo PR: ports/151653 [1] Submitted by: Ronald F.Guilmette <rfg AT tristatelogic.com> [1] Obtained from: libssh git [2] Revision Changes Path 1.15 +4 -0 ports/security/libssh/Makefile 1.13 +0 -1 ports/security/libssh/distinfo 1.1 +21 -0 ports/security/libssh/files/patch-include_libssh_libssh.h (new) 1.1 +14 -0 ports/security/libssh/files/patch-libssh_socket.c (new) 1.13 +1 -0 ports/security/libssh/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!