Skip to content

Commit

Permalink
www/lagrange: Mark BROKEN_SSL
Browse files Browse the repository at this point in the history
- BROKEN_SSL for openssl30 and openssl31 as it fals to build with
  undefined symbol: ERR_load_BIO_strings

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed Jun 3, 2023
1 parent 7e4b887 commit 65d4cdc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion www/lagrange/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ WWW= https://gmi.skyjake.fi/lagrange/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.md

BROKEN_SSL= libressl
BROKEN_SSL= libressl openssl30 openssl31
BROKEN_SSL_REASON_libressl= needs features only available in OpenSSL
BROKEN_SSL_REASON_openssl30= Fails to build with undefined symbol: ERR_load_BIO_strings
BROKEN_SSL_REASON_openssl31= Fails to build with undefined symbol: ERR_load_BIO_strings

BUILD_DEPENDS= zip>0:archivers/zip
LIB_DEPENDS= libfribidi.so:converters/fribidi \
Expand Down

0 comments on commit 65d4cdc

Please sign in to comment.