svn commit: r339683 - head/security/libssh

Dima Panov fluffy at FreeBSD.org
Tue Jan 14 12:39:23 UTC 2014


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


More information about the svn-ports-all mailing list