git: a2f84d1d5bc6 - main - devel/poco: Mark BROKEN_SSL for OpenSSL 3.0 and later
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Apr 2023 15:50:15 UTC
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