aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-17 05:06:42 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-17 18:34:19 +0000
commitebf5ef74ede142fd20e80089bb711a3730bd4f48 (patch)
tree0b737b05b83851397726c1a0e5039e9b4fff796c
parent7edbf61bbe6e8a0863afcb6bf91b8d5be91ccd9f (diff)
downloadports-ebf5ef74ede142fd20e80089bb711a3730bd4f48.tar.gz
ports-ebf5ef74ede142fd20e80089bb711a3730bd4f48.zip
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
-rw-r--r--www/screego/Makefile6
1 files changed, 6 insertions, 0 deletions
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"