Date: Sat, 23 Mar 2019 12:47:31 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496661 - head/net/libvncserver Message-ID: <201903231247.x2NClViQ062966@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Mar 23 12:47:30 2019 New Revision: 496661 URL: https://svnweb.freebsd.org/changeset/ports/496661 Log: 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) Modified: head/net/libvncserver/Makefile Modified: head/net/libvncserver/Makefile ============================================================================== --- head/net/libvncserver/Makefile Sat Mar 23 12:40:59 2019 (r496660) +++ head/net/libvncserver/Makefile Sat Mar 23 12:47:30 2019 (r496661) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903231247.x2NClViQ062966>