Date: Tue, 8 Aug 2023 01:49:14 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0d1a70674724 - main - audio/umurmur: Fix OSVERSION for OpenSSL 3 Message-ID: <202308080149.3781nEH4058570@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308080149.3781nEH4058570>