pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

four-bar-rs: update to 7.0.4



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Sep 23 17:47:36 2024 +0200
Changeset:	284dfa9247d8f6099dc20fd45972b8dc1a4d2e73

Modified Files:
	four-bar-rs/Makefile
	four-bar-rs/cargo-depends.mk
	four-bar-rs/distinfo
Removed Files:
	four-bar-rs/TODO

Log Message:
four-bar-rs: update to 7.0.4

Fixes build.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=284dfa9247d8f6099dc20fd45972b8dc1a4d2e73

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 four-bar-rs/Makefile         |  2 +-
 four-bar-rs/TODO             | 38 --------------------------------------
 four-bar-rs/cargo-depends.mk |  1 -
 four-bar-rs/distinfo         |  9 +++------
 4 files changed, 4 insertions(+), 46 deletions(-)

diffs:
diff --git a/four-bar-rs/Makefile b/four-bar-rs/Makefile
index e1552d8938..4262059ce6 100644
--- a/four-bar-rs/Makefile
+++ b/four-bar-rs/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.19 2024/09/13 18:04:02 pin Exp $
 
-DISTNAME=	four-bar-rs-7.0.3
+DISTNAME=	four-bar-rs-7.0.4
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GITHUB:=KmolYuan/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/four-bar-rs/TODO b/four-bar-rs/TODO
deleted file mode 100644
index b81575c260..0000000000
--- a/four-bar-rs/TODO
+++ /dev/null
@@ -1,38 +0,0 @@
-Upgrade candidate, but still doesn't build:
-
-   Compiling const-str v0.5.7
-error[E0080]: evaluation of constant value failed
-  --> /scratch/math/four-bar-rs/work/vendor/const-str-0.5.7/src/__ctfe/unwrap.rs:7:21
-   |
-7  |             None => panic!("called `Option::unwrap()` on a `None` value"),
-   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'called `Option::unwrap()` on a `None` value', /scratch/math/four-bar-rs/work/vendor/const-str-0.5.7/src/__ctfe/unwrap.rs:7:21
-   |
-note: inside `Unwrap::<std::option::Option<&str>>::const_eval`
-  --> /scratch/math/four-bar-rs/work/vendor/const-str-0.5.7/src/__ctfe/unwrap.rs:7:21
-   |
-7  |             None => panic!("called `Option::unwrap()` on a `None` value"),
-   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-note: inside `HASH`
-  --> four-bar-ui/src/app.rs:18:28
-   |
-18 |         const HASH: &str = const_str::unwrap!(GIT_HASH);
-   |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   = note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `const_str::unwrap` (in Nightly builds, run with -Z macro-backtrace for more info)
-
-note: erroneous constant encountered
-  --> four-bar-ui/src/app.rs:19:48
-   |
-19 |         const_str::concat!("v", VERSION, " (", HASH, ")")
-   |                                                ^^^^
-
-note: erroneous constant encountered
-  --> four-bar-ui/src/app.rs:19:9
-   |
-19 |         const_str::concat!("v", VERSION, " (", HASH, ")")
-   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   |
-   = note: this note originates in the macro `$crate::to_str` which comes from the expansion of the macro `const_str::concat` (in Nightly builds, run with -Z macro-backtrace for more info)
-
-For more information about this error, try `rustc --explain E0080`.
-error: could not compile `four-bar-ui` (bin "four-bar") due to 1 previous error
-*** Error code 101
diff --git a/four-bar-rs/cargo-depends.mk b/four-bar-rs/cargo-depends.mk
index 776ea02646..406327751f 100644
--- a/four-bar-rs/cargo-depends.mk
+++ b/four-bar-rs/cargo-depends.mk
@@ -99,7 +99,6 @@ CARGO_CRATE_DEPENDS+=	combine-4.6.7
 CARGO_CRATE_DEPENDS+=	concurrent-queue-2.5.0
 CARGO_CRATE_DEPENDS+=	console-0.15.8
 CARGO_CRATE_DEPENDS+=	console_error_panic_hook-0.1.7
-CARGO_CRATE_DEPENDS+=	const-str-0.5.7
 CARGO_CRATE_DEPENDS+=	core-foundation-0.9.4
 CARGO_CRATE_DEPENDS+=	core-foundation-sys-0.8.7
 CARGO_CRATE_DEPENDS+=	core-graphics-0.23.2
diff --git a/four-bar-rs/distinfo b/four-bar-rs/distinfo
index 5f0d48929b..c23524bb7e 100644
--- a/four-bar-rs/distinfo
+++ b/four-bar-rs/distinfo
@@ -297,9 +297,6 @@ Size (console-0.15.8.crate) = 36364 bytes
 BLAKE2s (console_error_panic_hook-0.1.7.crate) = 9b63b62dfc7dda93c501477c7c08398275c1f7a8286bf58b5b45906d95630922
 SHA512 (console_error_panic_hook-0.1.7.crate) = 49f4fb2175c0068981678f291422ace3737dab7033b1a49d78fd821512c92fdd023c3fe28c7daed88c8f338c30a9c7f82f18bb4583c3fe7839ad8dcd0addd6b9
 Size (console_error_panic_hook-0.1.7.crate) = 507196 bytes
-BLAKE2s (const-str-0.5.7.crate) = 4908c01ac3f77b71fb5118bf75680e4c08920cab3e8d60a09a9aa1f5b42db6cf
-SHA512 (const-str-0.5.7.crate) = afa2f272ab2cadc9090062d061c310dfc60e599d16226b8bea52b0deefc7b70a1390363a72fc9db137e96362c857790570eda9a755610166f7536501f4530d89
-Size (const-str-0.5.7.crate) = 28155 bytes
 BLAKE2s (core-foundation-0.9.4.crate) = 2437015bf22ee51ea6e28adb110e8977774b095a2aae93c8bbbb9740ef9797bb
 SHA512 (core-foundation-0.9.4.crate) = 82d0878a1b9e3d56b3666fb5a78f92c6f7806d01665c242c06a640bd6b1fd36260211e92dc05e1a16d1430622bfdd650aabb0b5bd8e5592f74abdcf412448e33
 Size (core-foundation-0.9.4.crate) = 27743 bytes
@@ -480,9 +477,9 @@ Size (foreign-types-shared-0.3.1.crate) = 6006 bytes
 BLAKE2s (form_urlencoded-1.2.1.crate) = 9682c681e474ffe84aa961c21cf56d5afe680e43e97824e735546f8383f69e3c
 SHA512 (form_urlencoded-1.2.1.crate) = c65104e2dc08fad572bb31f981700fd43dd29fcff42b01c7ccdbd3d4c23dec12360aed3f1b5fc4766fee386d418a65349b2941b8735f788cb0d35d631a6a8dd1
 Size (form_urlencoded-1.2.1.crate) = 8969 bytes
-BLAKE2s (four-bar-rs-7.0.3.tar.gz) = fe1f82c390be695b4d21e22c7db379fcfb61288de8d50eaa4d50e3e6d069ffd9
-SHA512 (four-bar-rs-7.0.3.tar.gz) = 5b3361141350356fc1517516ad8b1bbb84d489853ab82966d0cf2d768806916d535f6dd0cc6ad24686b346ef5d0190167703f243fddd22523e4cc3680cd80332
-Size (four-bar-rs-7.0.3.tar.gz) = 19637305 bytes
+BLAKE2s (four-bar-rs-7.0.4.tar.gz) = 31438d074881cadcb07439055000d763df34e753eb9b1d5c2bfcfd978008cb92
+SHA512 (four-bar-rs-7.0.4.tar.gz) = 80f6a0778aa59b786700e8cd390d51607d5164e966ea4675072fd1ead9cf0cc208e59151003cb09a1153ab1e60c3b2a010631a6380304fdbf180797b60d5496e
+Size (four-bar-rs-7.0.4.tar.gz) = 19637224 bytes
 BLAKE2s (freetype-sys-0.20.1.crate) = 007fa2a06e61ed08ff96a772a9eb589a13a87138ae8031873d929eb0b3f72400
 SHA512 (freetype-sys-0.20.1.crate) = 03b6ad3d9339ecfb75f2b0207281e84325405347d3d6256215db4fc42e4cd5edbf25a6505a12a71d27d43f4ae5f5e35785f7120726232cebbc6738cb94fb0763
 Size (freetype-sys-0.20.1.crate) = 3877697 bytes


Home | Main Index | Thread Index | Old Index