Date: Tue, 14 Jan 2014 12:39:22 +0000 (UTC) From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339683 - head/security/libssh Message-ID: <201401141239.s0ECdMEI053276@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fluffy Date: Tue Jan 14 12:39:22 2014 New Revision: 339683 URL: http://svnweb.freebsd.org/changeset/ports/339683 Log: - Install threaded library too.. Modified: head/security/libssh/Makefile head/security/libssh/pkg-plist Modified: head/security/libssh/Makefile ============================================================================== --- head/security/libssh/Makefile Tue Jan 14 12:30:31 2014 (r339682) +++ head/security/libssh/Makefile Tue Jan 14 12:39:22 2014 (r339683) @@ -3,6 +3,7 @@ PORTNAME= libssh DISTVERSION= 0.5.5 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://red.libssh.org/attachments/download/51/ \ LOCAL/fluffy @@ -47,7 +48,7 @@ post-patch: @${REINPLACE_CMD} -e '/add_subdirectory.*s)/d' \ -e 's|LIB_INSTALL_DIR}|CMAKE_INSTALL_PREFIX}/libdata|' \ ${PATCH_WRKSRC}/CMakeLists.txt - @${REINPLACE_CMD} -e 's|ssh_static|ssh|' \ + @${REINPLACE_CMD} -e '/CMAKE_HAVE_THREADS_LIBRARY/d' \ ${PATCH_WRKSRC}/src/CMakeLists.txt .include <bsd.port.mk> Modified: head/security/libssh/pkg-plist ============================================================================== --- head/security/libssh/pkg-plist Tue Jan 14 12:30:31 2014 (r339682) +++ head/security/libssh/pkg-plist Tue Jan 14 12:39:22 2014 (r339683) @@ -9,6 +9,10 @@ lib/libssh.a lib/libssh.so lib/libssh.so.4 lib/libssh.so.4.2.5 +lib/libssh_threads.a +lib/libssh_threads.so +lib/libssh_threads.so.4 +lib/libssh_threads.so.4.2.5 libdata/pkgconfig/libssh.pc libdata/pkgconfig/libssh_threads.pc @dirrm include/libssh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401141239.s0ECdMEI053276>