Skip to content

Commit

Permalink
devel/gbump: Mark BROKEN with openssl3
Browse files Browse the repository at this point in the history
OpenSSL 3 has been merged into OSVERSION 1400092 so also mark BROKEN_SSL
for 14 and OSVERSION 1400092 onwards.

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Aug 8, 2023
1 parent 4a6a353 commit f84352f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions devel/gbump/Makefile
Expand Up @@ -16,8 +16,6 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 \
libssh2.so:security/libssh2

USES= cargo ssl
BROKEN_SSL= openssl30 openssl31
BROKEN_SSL_REASON= Fails to find OpenSSL development headers

CARGO_CRATES= aho-corasick-0.7.6 \
ansi_term-0.11.0 \
Expand Down Expand Up @@ -65,6 +63,13 @@ CARGO_CRATES= aho-corasick-0.7.6 \

PLIST_FILES= bin/gbump

.include <bsd.port.options.mk>

.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
BROKEN_SSL= base openssl30 openssl31
BROKEN_SSL_REASON= Fails to find OpenSSL 3 development headers
.endif

post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gbump

Expand Down

0 comments on commit f84352f

Please sign in to comment.