git: 8a565bac33d4 - main - lang/erlang-runtime22: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Apr 2023 15:15:10 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a565bac33d4ab6fcff889b36bb18c47122195ca commit 8a565bac33d4ab6fcff889b36bb18c47122195ca Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-29 14:37:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-29 15:14:58 +0000 lang/erlang-runtime22: Mark BROKEN_SSL - Fails to find function FIPS_mode Approved by: portmgr (blanket) --- lang/erlang-runtime22/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/erlang-runtime22/Makefile b/lang/erlang-runtime22/Makefile index 0331ccd7a2dd..73498f6acb9c 100644 --- a/lang/erlang-runtime22/Makefile +++ b/lang/erlang-runtime22/Makefile @@ -84,6 +84,8 @@ ODBC_CFLAGS= -I/usr/local/include ODBC_LDFLAGS= -L/usr/local/lib OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE} +OPENSSL_VARS= BROKEN_SSL="openssl30 openssl31" \ + BROKEN_SSL_REASON="Cannot find function FIPS_mode" SCTP_CONFIGURE_ENABLE= sctp THREADS_CONFIGURE_ENABLE= threads WX_USES= gl