From owner-svn-ports-all@freebsd.org Sat Mar 23 12:47:32 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 737A2154E705; Sat, 23 Mar 2019 12:47:32 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 645EE8F819; Sat, 23 Mar 2019 12:47:31 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 38232889F; Sat, 23 Mar 2019 12:47:31 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2NClVnJ062967; Sat, 23 Mar 2019 12:47:31 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2NClViQ062966; Sat, 23 Mar 2019 12:47:31 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201903231247.x2NClViQ062966@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sat, 23 Mar 2019 12:47:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496661 - head/net/libvncserver X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/net/libvncserver X-SVN-Commit-Revision: 496661 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 645EE8F819 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Mar 2019 12:47:32 -0000 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 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