ports/lang/julia/files/patch-stdlib_nghttp2__jll_test_runtests.jl
Hiroo Ono 7c2e16a817 lang/julia: update to 1.10.5
Release notes at
	https://discourse.julialang.org/t/julia-v1-10-5-has-been-released/118720

Also:
- reorganize some lines to pet portlint
- regenerate the patches
- don’t depend on suitesparse-config but on UMFPACK (including CHOLMOD) and SPQR
- replace mbedtls2 by mbedtls3 and remove deprecation
- allow to upgrade gmp and mpfr from Makefile
- fix USE_LDCONFIG
- apply the patch from PR 286169
- add a pkg-message about certificate error.

PR:		281237 + 286169
Reported by:	Hiroo Ono <hiroo.ono+freebsd (at) gmail.com> and Trond Endrestøl <Trond.Endrestol (at) ximalas.info>
2025-05-18 18:42:44 +02:00

16 lines
607 B
Julia

--- stdlib/nghttp2_jll/test/runtests.jl.orig 2024-08-27 21:19:31 UTC
+++ stdlib/nghttp2_jll/test/runtests.jl
@@ -9,7 +9,8 @@ end
proto_str::Cstring
end
-@testset "nghttp2_jll" begin
- info = unsafe_load(ccall((:nghttp2_version,libnghttp2), Ptr{nghttp2_info}, (Cint,), 0))
- @test VersionNumber(unsafe_string(info.version_str)) == v"1.52.0"
-end
+# Skip version number test. It changes.
+# @testset "nghttp2_jll" begin
+# info = unsafe_load(ccall((:nghttp2_version,libnghttp2), Ptr{nghttp2_info}, (Cint,), 0))
+# @test VersionNumber(unsafe_string(info.version_str)) == v"1.52.0"
+# end