aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-03-23 12:47:30 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-03-23 12:47:30 +0000
commitf1fad9f2d464439e11a7b90d81118b876b847bdb (patch)
treedf7dcec7103c9afb98bb090e481679841b200daa /net
parente19a5bd752c3fca46af46f7669947c5205d9526d (diff)
downloadports-f1fad9f2d464439e11a7b90d81118b876b847bdb.tar.gz
ports-f1fad9f2d464439e11a7b90d81118b876b847bdb.zip
net/libvncserver: Enable GCRYPT by default
Currently, the GCRYPT option is not enabled by default in this port. This prevents libvncclient from connecting to macOS's VNC server. Also see https://bugs.mageia.org/show_bug.cgi?id=18895 PR: 228113 Submitted by: Greg V <greg@unrelenting.technology> Approved by: araujo (maintainer timeout, 10 months)
Notes
Notes: svn path=/head/; revision=496661
Diffstat (limited to 'net')
-rw-r--r--net/libvncserver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile
index 85c74792525c..844bff005aab 100644
--- a/net/libvncserver/Makefile
+++ b/net/libvncserver/Makefile
@@ -4,7 +4,7 @@
PORTNAME= libvncserver
PORTVERSION= 0.9.12
DISTVERSIONPREFIX= LibVNCServer-
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net devel
MAINTAINER= araujo@FreeBSD.org
@@ -29,7 +29,7 @@ GH_ACCOUNT= LibVNC
OPTIONS_DEFINE= GCRYPT IPV6 SASL
OPTIONS_SINGLE= SSL
OPTIONS_SINGLE_SSL= GNUTLS OPENSSL
-OPTIONS_DEFAULT= OPENSSL
+OPTIONS_DEFAULT= GCRYPT OPENSSL
GCRYPT_DESC= libgcrypt support
SASL_DESC= SASL support