Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Mar 2024 08:04:33 GMT
From:      Felix Palmen <zirias@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 58044837bc04 - main - net/libvncserver: Revert fix with ssl from ports
Message-ID:  <202403160804.42G84Xh8036315@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by zirias:

URL: https://cgit.FreeBSD.org/ports/commit/?id=58044837bc049264f148803cf9f9261aaa596861

commit 58044837bc049264f148803cf9f9261aaa596861
Author:     Felix Palmen <zirias@FreeBSD.org>
AuthorDate: 2024-03-16 07:45:27 +0000
Commit:     Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2024-03-16 08:04:05 +0000

    net/libvncserver: Revert fix with ssl from ports
    
    This fix was only needed for breakage caused by pkgconf, which was
    meanwhile fixed.
    
    This reverts commit 833240cfd41f88930975f886cdbed492ed9c2e75.
---
 net/libvncserver/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile
index 27ff03f493a5..baef28d711b3 100644
--- a/net/libvncserver/Makefile
+++ b/net/libvncserver/Makefile
@@ -47,7 +47,6 @@ GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
 GNUTLS_CMAKE_BOOL=	WITH_GNUTLS
 
 OPENSSL_CMAKE_BOOL=	WITH_OPENSSL
-OPENSSL_CMAKE_ON=	-DOPENSSL_ROOT_DIR=${OPENSSLBASE}
 OPENSSL_USES=		ssl
 
 post-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403160804.42G84Xh8036315>