git: ebf5ef74ede1 - main - www/screego: Mark BROKEN for OpenSSL 3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Aug 2023 18:34:31 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ebf5ef74ede142fd20e80089bb711a3730bd4f48
commit ebf5ef74ede142fd20e80089bb711a3730bd4f48
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-17 05:06:42 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-17 18:34:19 +0000
www/screego: Mark BROKEN for OpenSSL 3
Fails to compile with error:
error:0308010C:digital envelope routines::unsupported
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
---
www/screego/Makefile | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/www/screego/Makefile b/www/screego/Makefile
index 4fc4f7c0f0c5..6ad4e8882544 100644
--- a/www/screego/Makefile
+++ b/www/screego/Makefile
@@ -1558,6 +1558,12 @@ _YARNRC= ${_YARN_HOME}/yarnrc
_YARN_CMD= ${SETENV} ${_YARN_ENV} ${_YARN_BIN} ${_YARN_FLAGS}
_YARN_CWD= ${WRKSRC}/ui
+.include <bsd.port.options.mk>
+
+.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
+BROKEN= Fails to compile with OpenSSL 3 and later
+.endif
+
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "The limit imposed by poudriere(8) for the maximum number of files allowed to be"