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)
This commit is contained in:
parent
e19a5bd752
commit
f1fad9f2d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496661
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user