Date: Thu, 25 Jun 2026 00:41:26 +0000 From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cfa43646dd8d - main - games/veloren-weekly: update to s20260624 Message-ID: <6a3c7936.3bca8.17b00d6a@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=cfa43646dd8d136405a33ccee1eba01c6d5dbe87 commit cfa43646dd8d136405a33ccee1eba01c6d5dbe87 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2026-06-24 22:15:32 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2026-06-25 00:40:57 +0000 games/veloren-weekly: update to s20260624 Changes: https://gitlab.com/veloren/veloren/-/compare/ef31455955...3addf722cd --- games/veloren-weekly/Makefile | 4 +- games/veloren-weekly/Makefile.crates | 19 +-- games/veloren-weekly/distinfo | 44 ++++--- games/veloren-weekly/files/patch-gilrs | 211 ++++++--------------------------- 4 files changed, 79 insertions(+), 199 deletions(-) diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index 798ddd2b4b3a..eadbcb1cd617 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -1,5 +1,5 @@ PORTNAME= veloren -PORTVERSION= s20260618 +PORTVERSION= s20260624 CATEGORIES= games wayland PKGNAMESUFFIX= -weekly @@ -25,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl USES= cargo xorg USE_XORG= xcb USE_GITLAB= yes -GL_TAGNAME= v0.18.0-338-gef31455955 # git describe --long --match='v[0-9]*' weekly +GL_TAGNAME= v0.18.0-399-g3addf722cd # git describe --long --match='v[0-9]*' weekly GL_DATE= $$(${AWK} '/TIMESTAMP/ { print $$3 }' ${DISTINFO_FILE}) CARGO_ENV= VELOREN_GIT_VERSION=${GL_TAGNAME:C,(.*)-.*-g(.{8}).*,\1/\2,}/${GL_DATE} \ VELOREN_USERDATA_STRATEGY=system \ diff --git a/games/veloren-weekly/Makefile.crates b/games/veloren-weekly/Makefile.crates index 513e22add2e9..7a9b9aeada0d 100644 --- a/games/veloren-weekly/Makefile.crates +++ b/games/veloren-weekly/Makefile.crates @@ -219,7 +219,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ embedded-io-0.6.1 \ encode_unicode-1.0.0 \ encoding_rs-0.8.35 \ - endian-type-0.1.2 \ + endian-type-0.2.0 \ enum-map-2.7.3 \ enum-map-derive-0.17.0 \ enumset-1.1.13 \ @@ -244,7 +244,6 @@ CARGO_CRATES= ab_glyph-0.2.32 \ fastbloom-0.14.1 \ fastrand-2.4.1 \ fax-0.2.7 \ - fd-lock-4.0.4 \ fdeflate-0.3.7 \ filedescriptor-0.8.3 \ filetime-0.2.29 \ @@ -454,7 +453,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ nix-0.24.3 \ nix-0.26.4 \ nix-0.29.0 \ - nix-0.30.1 \ + nix-0.31.3 \ nohash-hasher-0.2.0 \ noise-0.9.0 \ nom-7.1.3 \ @@ -575,7 +574,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ proc-macro-nested-0.1.7 \ proc-macro2-0.4.30 \ proc-macro2-1.0.106 \ - profiling-1.0.17 \ + profiling-1.0.18 \ profiling-procmacros-1.0.18 \ prometheus-0.14.0 \ prometheus-hyper-0.2.1 \ @@ -595,7 +594,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ r-efi-5.3.0 \ r-efi-6.0.0 \ radium-0.7.0 \ - radix_trie-0.2.1 \ + radix_trie-0.3.0 \ rand-0.8.6 \ rand-0.9.4 \ rand-0.10.1 \ @@ -665,7 +664,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ rusttype-0.7.9 \ rusttype-0.8.3 \ rustversion-1.0.22 \ - rustyline-17.0.2 \ + rustyline-18.0.0 \ ryu-1.0.23 \ same-file-1.0.6 \ schannel-0.1.29 \ @@ -933,11 +932,15 @@ CARGO_CRATES= ab_glyph-0.2.32 \ windows-0.51.1 \ windows-0.58.0 \ windows-0.61.3 \ + windows-0.62.2 \ windows-collections-0.2.0 \ + windows-collections-0.3.2 \ windows-core-0.51.1 \ windows-core-0.58.0 \ windows-core-0.61.2 \ + windows-core-0.62.2 \ windows-future-0.2.1 \ + windows-future-0.3.2 \ windows-implement-0.58.0 \ windows-implement-0.60.2 \ windows-interface-0.58.0 \ @@ -945,6 +948,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ windows-link-0.1.3 \ windows-link-0.2.1 \ windows-numerics-0.2.0 \ + windows-numerics-0.3.1 \ windows-registry-0.6.1 \ windows-result-0.2.0 \ windows-result-0.3.4 \ @@ -963,6 +967,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ windows-targets-0.52.6 \ windows-targets-0.53.5 \ windows-threading-0.1.0 \ + windows-threading-0.2.1 \ windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.6 \ @@ -1045,5 +1050,5 @@ CARGO_CRATES= ab_glyph-0.2.32 \ specs,specs-derive@git+https://github.com/amethyst/specs.git?rev=4e2da1df29ee840baa9b936593c45592b7c9ae27\#4e2da1df29ee840baa9b936593c45592b7c9ae27 \ auth-common,authc@git+https://gitlab.com/veloren/auth.git?rev=ae0e16783a9f9041951296885f082308e155db79\#ae0e16783a9f9041951296885f082308e155db79 \ iced_core,iced_futures,iced_native@git+https://github.com/Imberflur/iced?tag=veloren-winit-0.28\#47243c257c8b8dd6c506b060804cb00b618aa0aa \ - portpicker@git+https://github.com/xMAC94x/portpicker-rs?rev=df6b37872f3586ac3b21d08b56c8ec7cd92fb172\#df6b37872f3586ac3b21d08b56c8ec7cd92fb172 \ + portpicker@git+https://github.com/xMAC94x/portpicker-rs?rev=e04e3a61d6c1645c865b36c57877f1f8e48e0cb7\#e04e3a61d6c1645c865b36c57877f1f8e48e0cb7 \ conrod_core,conrod_derive@git+https://gitlab.com/veloren/conrod.git?branch=copypasta_0.7\#c74446362371dc837b8b4b6d6ddcd7693b48d9b6 diff --git a/games/veloren-weekly/distinfo b/games/veloren-weekly/distinfo index 922eb4f9d580..da69a04f9a0e 100644 --- a/games/veloren-weekly/distinfo +++ b/games/veloren-weekly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1781752775 +TIMESTAMP = 1782339332 SHA256 (rust/crates/ab_glyph-0.2.32.crate) = 01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2 SIZE (rust/crates/ab_glyph-0.2.32.crate) = 20967 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.10.crate) = 366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618 @@ -441,8 +441,8 @@ SHA256 (rust/crates/encode_unicode-1.0.0.crate) = 34aa73646ffb006b8f5147f3dc182b SIZE (rust/crates/encode_unicode-1.0.0.crate) = 56986 SHA256 (rust/crates/encoding_rs-0.8.35.crate) = 75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3 SIZE (rust/crates/encoding_rs-0.8.35.crate) = 1381050 -SHA256 (rust/crates/endian-type-0.1.2.crate) = c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d -SIZE (rust/crates/endian-type-0.1.2.crate) = 2340 +SHA256 (rust/crates/endian-type-0.2.0.crate) = 869b0adbda23651a9c5c0c3d270aac9fcb52e8622a8f2b17e57802d7791962f2 +SIZE (rust/crates/endian-type-0.2.0.crate) = 4006 SHA256 (rust/crates/enum-map-2.7.3.crate) = 6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9 SIZE (rust/crates/enum-map-2.7.3.crate) = 21792 SHA256 (rust/crates/enum-map-derive-0.17.0.crate) = f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb @@ -491,8 +491,6 @@ SHA256 (rust/crates/fastrand-2.4.1.crate) = 9f1f227452a390804cdb637b74a86990f2a7 SIZE (rust/crates/fastrand-2.4.1.crate) = 20773 SHA256 (rust/crates/fax-0.2.7.crate) = caf1079563223d5d59d83c85886a56e586cfd5c1a26292e971a0fa266531ac5a SIZE (rust/crates/fax-0.2.7.crate) = 25616 -SHA256 (rust/crates/fd-lock-4.0.4.crate) = 0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78 -SIZE (rust/crates/fd-lock-4.0.4.crate) = 15522 SHA256 (rust/crates/fdeflate-0.3.7.crate) = 1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c SIZE (rust/crates/fdeflate-0.3.7.crate) = 27188 SHA256 (rust/crates/filedescriptor-0.8.3.crate) = e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d @@ -911,8 +909,8 @@ SHA256 (rust/crates/nix-0.26.4.crate) = 598beaf3cc6fdd9a5dfb1630c2800c7acd31df7a SIZE (rust/crates/nix-0.26.4.crate) = 279099 SHA256 (rust/crates/nix-0.29.0.crate) = 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 SIZE (rust/crates/nix-0.29.0.crate) = 318248 -SHA256 (rust/crates/nix-0.30.1.crate) = 74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6 -SIZE (rust/crates/nix-0.30.1.crate) = 342015 +SHA256 (rust/crates/nix-0.31.3.crate) = cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d +SIZE (rust/crates/nix-0.31.3.crate) = 347476 SHA256 (rust/crates/nohash-hasher-0.2.0.crate) = 2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451 SIZE (rust/crates/nohash-hasher-0.2.0.crate) = 8051 SHA256 (rust/crates/noise-0.9.0.crate) = 6da45c8333f2e152fc665d78a380be060eb84fad8ca4c9f7ac8ca29216cff0cc @@ -1153,8 +1151,8 @@ SHA256 (rust/crates/proc-macro2-0.4.30.crate) = cf3d2011ab5c909338f7887f4fc896d3 SIZE (rust/crates/proc-macro2-0.4.30.crate) = 34731 SHA256 (rust/crates/proc-macro2-1.0.106.crate) = 8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934 SIZE (rust/crates/proc-macro2-1.0.106.crate) = 59765 -SHA256 (rust/crates/profiling-1.0.17.crate) = 3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773 -SIZE (rust/crates/profiling-1.0.17.crate) = 13493 +SHA256 (rust/crates/profiling-1.0.18.crate) = 3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5 +SIZE (rust/crates/profiling-1.0.18.crate) = 11931 SHA256 (rust/crates/profiling-procmacros-1.0.18.crate) = 4488a4a36b9a4ba6b9334a32a39971f77c1436ec82c38707bce707699cc3bbcb SIZE (rust/crates/profiling-procmacros-1.0.18.crate) = 6333 SHA256 (rust/crates/prometheus-0.14.0.crate) = 3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a @@ -1193,8 +1191,8 @@ SHA256 (rust/crates/r-efi-6.0.0.crate) = f8dcc9c7d52a811697d2151c701e0d08956f92b SIZE (rust/crates/r-efi-6.0.0.crate) = 65303 SHA256 (rust/crates/radium-0.7.0.crate) = dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09 SIZE (rust/crates/radium-0.7.0.crate) = 10906 -SHA256 (rust/crates/radix_trie-0.2.1.crate) = c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd -SIZE (rust/crates/radix_trie-0.2.1.crate) = 251366 +SHA256 (rust/crates/radix_trie-0.3.0.crate) = 3b4431027dcd37fc2a73ef740b5f233aa805897935b8bce0195e41bbf9a3289a +SIZE (rust/crates/radix_trie-0.3.0.crate) = 249805 SHA256 (rust/crates/rand-0.8.6.crate) = 5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a SIZE (rust/crates/rand-0.8.6.crate) = 83339 SHA256 (rust/crates/rand-0.9.4.crate) = 44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea @@ -1333,8 +1331,8 @@ SHA256 (rust/crates/rusttype-0.8.3.crate) = 9f61411055101f7b60ecf1041d87fb74205f SIZE (rust/crates/rusttype-0.8.3.crate) = 37327 SHA256 (rust/crates/rustversion-1.0.22.crate) = b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d SIZE (rust/crates/rustversion-1.0.22.crate) = 21096 -SHA256 (rust/crates/rustyline-17.0.2.crate) = e902948a25149d50edc1a8e0141aad50f54e22ba83ff988cf8f7c9ef07f50564 -SIZE (rust/crates/rustyline-17.0.2.crate) = 121599 +SHA256 (rust/crates/rustyline-18.0.0.crate) = 4a990b25f351b25139ddc7f21ee3f6f56f86d6846b74ac8fad3a719a287cd4a0 +SIZE (rust/crates/rustyline-18.0.0.crate) = 132599 SHA256 (rust/crates/ryu-1.0.23.crate) = 9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f SIZE (rust/crates/ryu-1.0.23.crate) = 52823 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 @@ -1869,16 +1867,24 @@ SHA256 (rust/crates/windows-0.58.0.crate) = dd04d41d93c4992d421894c18c8b43496aa7 SIZE (rust/crates/windows-0.58.0.crate) = 9744521 SHA256 (rust/crates/windows-0.61.3.crate) = 9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893 SIZE (rust/crates/windows-0.61.3.crate) = 9372520 +SHA256 (rust/crates/windows-0.62.2.crate) = 527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580 +SIZE (rust/crates/windows-0.62.2.crate) = 9360572 SHA256 (rust/crates/windows-collections-0.2.0.crate) = 3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8 SIZE (rust/crates/windows-collections-0.2.0.crate) = 13579 +SHA256 (rust/crates/windows-collections-0.3.2.crate) = 23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610 +SIZE (rust/crates/windows-collections-0.3.2.crate) = 13510 SHA256 (rust/crates/windows-core-0.51.1.crate) = f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64 SIZE (rust/crates/windows-core-0.51.1.crate) = 42364 SHA256 (rust/crates/windows-core-0.58.0.crate) = 6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99 SIZE (rust/crates/windows-core-0.58.0.crate) = 41022 SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 +SHA256 (rust/crates/windows-core-0.62.2.crate) = b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb +SIZE (rust/crates/windows-core-0.62.2.crate) = 36932 SHA256 (rust/crates/windows-future-0.2.1.crate) = fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e SIZE (rust/crates/windows-future-0.2.1.crate) = 17532 +SHA256 (rust/crates/windows-future-0.3.2.crate) = e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb +SIZE (rust/crates/windows-future-0.3.2.crate) = 17944 SHA256 (rust/crates/windows-implement-0.58.0.crate) = 2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b SIZE (rust/crates/windows-implement-0.58.0.crate) = 10491 SHA256 (rust/crates/windows-implement-0.60.2.crate) = 053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf @@ -1893,6 +1899,8 @@ SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 SHA256 (rust/crates/windows-numerics-0.2.0.crate) = 9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1 SIZE (rust/crates/windows-numerics-0.2.0.crate) = 9686 +SHA256 (rust/crates/windows-numerics-0.3.1.crate) = 6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26 +SIZE (rust/crates/windows-numerics-0.3.1.crate) = 9772 SHA256 (rust/crates/windows-registry-0.6.1.crate) = 02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720 SIZE (rust/crates/windows-registry-0.6.1.crate) = 13358 SHA256 (rust/crates/windows-result-0.2.0.crate) = 1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e @@ -1929,6 +1937,8 @@ SHA256 (rust/crates/windows-targets-0.53.5.crate) = 4945f9f551b88e0d65f3db0bc25c SIZE (rust/crates/windows-targets-0.53.5.crate) = 7126 SHA256 (rust/crates/windows-threading-0.1.0.crate) = b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6 SIZE (rust/crates/windows-threading-0.1.0.crate) = 9085 +SHA256 (rust/crates/windows-threading-0.2.1.crate) = 3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37 +SIZE (rust/crates/windows-threading-0.2.1.crate) = 9686 SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 @@ -2093,9 +2103,9 @@ SHA256 (veloren-auth-ae0e16783a9f9041951296885f082308e155db79_GL0.tar.gz) = 5738 SIZE (veloren-auth-ae0e16783a9f9041951296885f082308e155db79_GL0.tar.gz) = 35502 SHA256 (Imberflur-iced-veloren-winit-0.28_GH0.tar.gz) = ff1056ad3df5df0604440a4ad9e752a27e019276f9275abdabdea1b7fba51036 SIZE (Imberflur-iced-veloren-winit-0.28_GH0.tar.gz) = 1130634 -SHA256 (xMAC94x-portpicker-rs-df6b37872f3586ac3b21d08b56c8ec7cd92fb172_GH0.tar.gz) = 29252101e189bbe067f0bacba18181afc69a2fb9bc031bbba8dcbade45dec02f -SIZE (xMAC94x-portpicker-rs-df6b37872f3586ac3b21d08b56c8ec7cd92fb172_GH0.tar.gz) = 2210 +SHA256 (xMAC94x-portpicker-rs-e04e3a61d6c1645c865b36c57877f1f8e48e0cb7_GH0.tar.gz) = c76902a0c6fe9f49e1a39b8f6589a625a01c907e6fc5139432b8a1722fa69f64 +SIZE (xMAC94x-portpicker-rs-e04e3a61d6c1645c865b36c57877f1f8e48e0cb7_GH0.tar.gz) = 2210 SHA256 (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 43f0faa196eb33341c8e9952da17876649dd3aade44fd357a3a098eaaeb78e9d SIZE (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 808402 -SHA256 (veloren-v0.18.0-338-gef31455955.tar.bz2) = 26fac6cd20c3850a1414d748f9173810d0d88dfa8e84cc2a50b37f31c746779f -SIZE (veloren-v0.18.0-338-gef31455955.tar.bz2) = 352560704 +SHA256 (veloren-v0.18.0-399-g3addf722cd.tar.bz2) = 53e2a958e7a80ef9eb0c2d93124bb7b23ed1ac271c9354b1fe9b2409b0d988d4 +SIZE (veloren-v0.18.0-399-g3addf722cd.tar.bz2) = 352750560 diff --git a/games/veloren-weekly/files/patch-gilrs b/games/veloren-weekly/files/patch-gilrs index e9cb7678de15..c0adbb2bd6ab 100644 --- a/games/veloren-weekly/files/patch-gilrs +++ b/games/veloren-weekly/files/patch-gilrs @@ -23,18 +23,9 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` | | help: a similar name exists in the module: `event` | no `epoll` in `sys` ---- Cargo.lock.orig 2026-06-17 19:44:29 UTC +--- Cargo.lock.orig 2026-06-24 22:15:32 UTC +++ Cargo.lock -@@ -1407,7 +1407,7 @@ dependencies = [ - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -- "windows 0.62.2", -+ "windows 0.61.3", - ] - - [[package]] -@@ -2928,9 +2928,9 @@ dependencies = [ +@@ -2917,9 +2917,9 @@ dependencies = [ [[package]] name = "gilrs" @@ -46,7 +37,7 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` dependencies = [ "fnv", "gilrs-core", -@@ -2942,24 +2942,23 @@ dependencies = [ +@@ -2931,24 +2931,23 @@ dependencies = [ [[package]] name = "gilrs-core" @@ -77,16 +68,7 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` ] [[package]] -@@ -3451,7 +3450,7 @@ dependencies = [ - "js-sys", - "log", - "wasm-bindgen", -- "windows-core 0.62.2", -+ "windows-core 0.61.2", - ] - - [[package]] -@@ -3763,6 +3762,16 @@ dependencies = [ +@@ -3750,6 +3749,16 @@ dependencies = [ "windows-sys 0.59.0", ] @@ -103,50 +85,25 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` [[package]] name = "io-lifetimes" version = "2.0.4" -@@ -4634,34 +4643,33 @@ dependencies = [ +@@ -4619,6 +4628,17 @@ dependencies = [ + "memoffset 0.6.5", + ] - [[package]] - name = "nix" --version = "0.29.0" ++[[package]] ++name = "nix" +version = "0.26.4" - source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" ++source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" - dependencies = [ -- "bitflags 2.13.0", ++dependencies = [ + "bitflags 1.3.2", - "cfg-if 1.0.4", -- "cfg_aliases", - "libc", -- "memoffset 0.9.1", - ] - - [[package]] - name = "nix" --version = "0.30.1" -+version = "0.29.0" - source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" -+checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" - dependencies = [ - "bitflags 2.13.0", - "cfg-if 1.0.4", - "cfg_aliases", - "libc", -+ "memoffset 0.9.1", - ] - ++ "cfg-if 1.0.4", ++ "libc", ++] ++ [[package]] name = "nix" --version = "0.31.3" -+version = "0.30.1" - source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" -+checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" - dependencies = [ - "bitflags 2.13.0", - "cfg-if 1.0.4", -@@ -5182,17 +5190,6 @@ dependencies = [ + version = "0.29.0" +@@ -5157,17 +5177,6 @@ dependencies = [ "objc2-core-foundation", ] @@ -164,7 +121,7 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` [[package]] name = "objc2-io-surface" version = "0.3.2" -@@ -7784,7 +7781,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" +@@ -7758,7 +7767,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", @@ -173,7 +130,16 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` "once_cell", "rustix 1.1.4", "windows-sys 0.61.2", -@@ -8378,7 +8375,7 @@ version = "1.6.3" +@@ -8306,7 +8315,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" + checksum = "c5f7c95348f20c1c913d72157b3c6dee6ea3e30b3d19502c5a7f6d3f160dacbf" + dependencies = [ + "cc", +- "windows-targets 0.52.6", ++ "windows-targets 0.48.5", + ] + + [[package]] +@@ -8352,7 +8361,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ @@ -182,7 +148,7 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` "rand 0.8.6", "static_assertions", ] -@@ -10404,6 +10401,16 @@ dependencies = [ +@@ -10378,6 +10387,16 @@ dependencies = [ "thiserror 2.0.18", ] @@ -199,123 +165,22 @@ error[E0432]: unresolved imports `nix::sys::epoll`, `nix::sys::eventfd` [[package]] name = "windows" version = "0.58.0" -@@ -10420,23 +10427,11 @@ version = "0.61.3" - source = "registry+https://github.com/rust-lang/crates.io-index" - checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" - dependencies = [ -- "windows-collections 0.2.0", -+ "windows-collections", - "windows-core 0.61.2", -- "windows-future 0.2.1", -+ "windows-future", - "windows-link 0.1.3", -- "windows-numerics 0.2.0", --] -- --[[package]] --name = "windows" --version = "0.62.2" --source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" --dependencies = [ -- "windows-collections 0.3.2", -- "windows-core 0.62.2", -- "windows-future 0.3.2", -- "windows-numerics 0.3.1", -+ "windows-numerics", - ] - - [[package]] -@@ -10449,12 +10444,12 @@ dependencies = [ +@@ -10431,6 +10450,15 @@ dependencies = [ + "windows-core 0.62.2", ] - [[package]] --name = "windows-collections" --version = "0.3.2" ++[[package]] +name = "windows-core" +version = "0.51.1" - source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" ++source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" - dependencies = [ -- "windows-core 0.62.2", ++dependencies = [ + "windows-targets 0.48.5", - ] - - [[package]] -@@ -10483,19 +10478,6 @@ dependencies = [ - "windows-strings 0.4.2", - ] - --[[package]] --name = "windows-core" --version = "0.62.2" --source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" --dependencies = [ -- "windows-implement 0.60.2", -- "windows-interface 0.59.3", -- "windows-link 0.2.1", -- "windows-result 0.4.1", -- "windows-strings 0.5.1", --] -- - [[package]] - name = "windows-future" - version = "0.2.1" -@@ -10504,18 +10486,7 @@ checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" - dependencies = [ - "windows-core 0.61.2", - "windows-link 0.1.3", -- "windows-threading 0.1.0", --] -- --[[package]] --name = "windows-future" --version = "0.3.2" --source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" --dependencies = [ -- "windows-core 0.62.2", -- "windows-link 0.2.1", -- "windows-threading 0.2.1", -+ "windows-threading", - ] - - [[package]] -@@ -10584,16 +10555,6 @@ dependencies = [ - "windows-link 0.1.3", - ] - --[[package]] --name = "windows-numerics" --version = "0.3.1" --source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" --dependencies = [ -- "windows-core 0.62.2", -- "windows-link 0.2.1", --] -- - [[package]] - name = "windows-registry" - version = "0.6.1" -@@ -10786,15 +10747,6 @@ dependencies = [ - "windows-link 0.1.3", - ] - --[[package]] --name = "windows-threading" --version = "0.2.1" --source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" --dependencies = [ -- "windows-link 0.2.1", --] -- ++] ++ [[package]] - name = "windows_aarch64_gnullvm" - version = "0.42.2" + name = "windows-core" + version = "0.58.0" --- cargo-crates/gilrs-0.10.2/examples/ev.rs.orig 1970-01-01 00:00:00 UTC +++ cargo-crates/gilrs-0.10.2/examples/ev.rs @@ -9,6 +9,8 @@ use std::process;home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3c7936.3bca8.17b00d6a>
