git: 0d1a70674724 - main - audio/umurmur: Fix OSVERSION for OpenSSL 3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 01:49:14 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d1a706747247e0bb143b3e7abaf908837f8acfd commit 0d1a706747247e0bb143b3e7abaf908837f8acfd Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-08 01:47:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-08 01:48:39 +0000 audio/umurmur: Fix OSVERSION for OpenSSL 3 OpenSSL 3 has been merged into OSVERSION 1400092 so also mark BROKEN_SSL for 14 and OSVERSION 1400092 onwards. Sponsored by: The FreeBSD Foundation --- audio/umurmur/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/umurmur/Makefile b/audio/umurmur/Makefile index b5169352bab5..01a5e0eb7f0e 100644 --- a/audio/umurmur/Makefile +++ b/audio/umurmur/Makefile @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400089 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 LIB_DEPENDS+= libmbedtls.so:security/mbedtls CONFIGURE_ARGS= --with-ssl=mbedtls .else