Skip to content

Commit

Permalink
www/squid-devel: Mark BROKEN_SSL for 14
Browse files Browse the repository at this point in the history
Fails to build on OpenSSL 3 and newr.

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Aug 5, 2023
1 parent a2c48ba commit 247ad51
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions www/squid-devel/Makefile
Expand Up @@ -30,8 +30,6 @@ DEPRECATED= Not used anymore to create rc-state releases
EXPIRATION_DATE= 2023-09-01

USES= compiler:c++11-lib cpe perl5 shebangfix tar:xz
BROKEN_SSL= openssl30 openssl31
BROKEN_SSL_REASON= no matching function for call to 'CRYPTO_get_ex_new_index'
CONFLICTS= squid3-* squid-4.*
CPE_VENDOR= squid-cache
SHEBANG_FILES= scripts/*.pl contrib/*.pl tools/*.pl
Expand Down Expand Up @@ -291,6 +289,11 @@ WITH_DEBUG?= yes
# Finally, add additional user specified configuration options:
CONFIGURE_ARGS+= ${SQUID_CONFIGURE_ARGS}

.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
BROKEN_SSL= base openssl30 openssl31
BROKEN_SSL_REASON= no matching function for call to 'CRYPTO_get_ex_new_index'
.endif

post-patch:
@(cd ${WRKSRC} && ${REINPLACE_CMD} \
-e 's|\.conf\.default|.conf.sample|' \
Expand Down

0 comments on commit 247ad51

Please sign in to comment.