Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2023 15:50:15 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a2f84d1d5bc6 - main - devel/poco: Mark BROKEN_SSL for OpenSSL 3.0 and later
Message-ID:  <202304261550.33QFoFKW043753@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

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

commit a2f84d1d5bc6d6aab284c6516d94bd2961054424
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-26 15:49:09 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-26 15:49:59 +0000

    devel/poco: Mark BROKEN_SSL for OpenSSL 3.0 and later
    
    Approved by:    portmgr (blanket)
---
 devel/poco/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/poco/Makefile b/devel/poco/Makefile
index aacf6404d5e8..73f8173e539b 100644
--- a/devel/poco/Makefile
+++ b/devel/poco/Makefile
@@ -41,6 +41,8 @@ SQLITE_CMAKE_OFF=	-DENABLE_DATA_SQLITE:BOOL=OFF
 SSL_USES=		ssl
 SSL_CMAKE_OFF=		-DENABLE_CRYPTO:BOOL=OFF \
 			-DENABLE_NETSSL:BOOL=OFF
+SSL_VARS=	BROKEN_SSL="openssl30 openssl31" \
+			BROKEN_SSL_REASON="Do not build with OpenSSL 3.0 and later"
 UNIXODBC_LIB_DEPENDS=	libodbc.so:databases/unixODBC
 UNIXODBC_CMAKE_ON=	-DODBC_INCLUDE_DIRECTORIES:PATH=${LOCALBASE}/include \
 			-DODBC_LIBRARIES:FILEPATH=${LOCALBASE}/lib/libodbc.so


help

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