aboutsummaryrefslogtreecommitdiff
path: root/net/remmina
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2018-10-27 02:27:20 +0000
committerBen Woods <woodsb02@FreeBSD.org>2018-10-27 02:27:20 +0000
commitaaa491d1b813382da84665204df869ee525dca56 (patch)
tree5e26704b49f8885d34d748c001d339d95058ed5e /net/remmina
parent5157f3a537a8bc782e85ec6eb4a35cf56002ae26 (diff)
downloadports-aaa491d1b813382da84665204df869ee525dca56.tar.gz
ports-aaa491d1b813382da84665204df869ee525dca56.zip
net/remmina: Fix build with security/libssh 0.8 branch
libssh 0.8.x no longer installs libssh_threads.so [1], [2], [3]. The upstream remmina code has been updated to accomodate this [4]. Therefore the remmina port Makefiles simply need to be updated to depend on libssh.so instead of libssh_threads.so. [1] https://git.libssh.org/projects/libssh.git/commit/?id=83b43443e51b5db06184750fb874e1e8d7ece95a [2] https://git.libssh.org/projects/libssh.git/commit/?id=8425dce7b27d9e6868735b7ca6dc4e50094af9fa [3] https://git.libssh.org/projects/libssh.git/commit/?id=d0f3cdfa10436d2108e0b75aad53ce976db3e546 [4] https://github.com/FreeRDP/Remmina/commit/8d654eca784d5e1b2c6e853b7beb7ad3d8322290#diff-b467acb9761e344e80ab07b9e7325b66 PR: 232376 Reported by: Graham Perrin <grahamperrin@gmail.com>
Notes
Notes: svn path=/head/; revision=483100
Diffstat (limited to 'net/remmina')
-rw-r--r--net/remmina/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/remmina/Makefile b/net/remmina/Makefile
index 6dfbdd1a908a..6b9814be5012 100644
--- a/net/remmina/Makefile
+++ b/net/remmina/Makefile
@@ -3,6 +3,7 @@
PORTNAME= remmina
DISTVERSION= 1.2.31.4
+PORTREVISION= 1
CATEGORIES= net gnome
MAINTAINER= woodsb02@FreeBSD.org
@@ -45,7 +46,7 @@ GCRYPT_CMAKE_BOOL= WITH_GCRYPT
NLS_CMAKE_BOOL= WITH_TRANSLATIONS
-SSH_LIB_DEPENDS= libssh_threads.so:security/libssh
+SSH_LIB_DEPENDS= libssh.so:security/libssh
SSH_LDFLAGS= -fstack-protector
SSH_CMAKE_BOOL= WITH_LIBSSH