Jan Beich
26bcc00188
games/jumpy: update to 0.12.2
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.12.2
Reported by: GitHub (watch releases)
2024-09-12 02:57:42 +02:00
Mikael Urankar
89ab81d0e2
lang/rust: Bump revisions after 1.81.0
...
PR: 281300
2024-09-10 13:00:34 +02:00
Mikael Urankar
7a55f95425
lang/rust: Bump revisions after 1.80.1
...
PR: 280490
2024-08-26 10:08:01 +02:00
Mikael Urankar
21476ca8a9
lang/rust: Bump revisions after 1.79.0
...
PR: 279707
2024-06-18 12:59:14 +02:00
Jan Beich
ee340a5981
games/jumpy: mark BROKEN with unsigned char after ead5b0f5fcd7
...
error[E0308]: mismatched types
--> cargo-crates/netdev-0.25.0/src/bpf/unix.rs:122:29
|
122 | iface.ifr_name[i] = c as i8;
| ----------------- ^^^^^^^ expected `u8`, found `i8`
| |
| expected due to the type of this binding
error[E0308]: mismatched types
--> cargo-crates/netdev-0.25.0/src/interface/unix.rs:167:28
|
167 | let nlen: i8 = (*sa).sa_data[3];
| -- ^^^^^^^^^^^^^^^^ expected `i8`, found `u8`
| |
| expected due to this
|
help: you can convert a `u8` to an `i8` and panic if the converted value doesn't fit
|
167 | let nlen: i8 = (*sa).sa_data[3].try_into().unwrap();
| ++++++++++++++++++++
error[E0308]: mismatched types
--> cargo-crates/netdev-0.25.0/src/interface/unix.rs:168:28
|
168 | let alen: i8 = (*sa).sa_data[4];
| -- ^^^^^^^^^^^^^^^^ expected `i8`, found `u8`
| |
| expected due to this
|
help: you can convert a `u8` to an `i8` and panic if the converted value doesn't fit
|
168 | let alen: i8 = (*sa).sa_data[4].try_into().unwrap();
| ++++++++++++++++++++
For more information about this error, try `rustc --explain E0308`.
Reported by: pkg-fallout
2024-05-30 16:34:45 +02:00
Jan Beich
d00f19675f
games/jumpy: disable LTO on armv7 (similar to games/punchy)
...
thread 'coordinator' panicked at compiler/rustc_middle/src/util/bug.rs:36:26:
/wrkdirs/usr/ports/lang/rust/work/rustc-1.77.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1588:29: worker thread panicked
stack backtrace:
fatal runtime error: Rust cannot catch foreign exceptions
(signal: 6, SIGABRT: process abort signal)
Reported by: pkg-fallout
2024-05-30 16:34:43 +02:00
Danilo G. Baio
75d2c78558
games/jumpy: Fix LICENSE_DISTFILES
...
This port, like many other Rust ports, brings numerous dependencies to
the distinfo, and by default, LICENSE_DISTFILES applies to all of them.
However, due to license permission constraints, it was removing about
800 distfiles with `make clean-restricted`, which are also used by many
other ports. With this change, the license constraint will apply only to
the port itself.
Approved by: portmgr (blanket)
Suggested by: mat
2024-05-26 09:40:19 -03:00
Jan Beich
ead5b0f5fc
games/jumpy: update to 0.12.1
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.12.1
Reported by: GitHub (watch releases)
2024-05-19 04:44:10 +02:00
Mikael Urankar
2322b66100
lang/rust: Bump revisions after 1.78.0
...
PR: 278834
2024-05-13 13:03:24 +02:00
Jan Beich
3fb691d978
games/jumpy: update to 0.12.0
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.12.0
Reported by: GitHub (watch releases)
2024-04-22 09:29:17 +02:00
Jan Beich
2b74e8c0eb
Mk/Features/lto.mk: switch LTO_UNSAFE consumers to WITHOUT_LTO
...
Passing -C lto=no while Cargo.toml has lto=true desyncs cargo and rustc:
= note: ld: error: [...]: Opaque pointers are only supported in -opaque-pointers mode (Producer: 'LLVM17.0.6-rust-1.77.0-stable' Reader: 'LLVM 14.0.5')
Reported by: pkg-fallout (for ~2 months)
2024-03-26 18:33:04 +01:00
Jan Beich
601a02bef9
games/jumpy: update to 0.11.2
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.11.0
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.11.1
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.11.2
Reported by: GitHub (watch releases)
2024-03-26 15:45:32 +01:00
Mikael Urankar
d632fbe55e
lang/rust: Bump revisions after 1.77.0
...
PR: 277786
2024-03-23 10:41:46 +01:00
Jan Beich
f0966fe613
games/jumpy: update to 0.10.1
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.10.1
Reported by: GitHub (watch releases)
2024-03-06 20:26:35 +01:00
Mikael Urankar
7f5a7b0e52
lang/rust: Bump revisions after 1.76.0
...
PR: 276920
2024-02-19 12:59:23 +01:00
Jan Beich
eef5bd70bc
games/jumpy: update to 0.10.0
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.10.0
Reported by: GitHub (watch releases)
2024-01-20 16:13:47 +01:00
Mikael Urankar
109c3d4629
lang/rust: Bump revisions after 1.75.0
...
PR: 276033
2024-01-09 13:15:54 +01:00
Jan Beich
605a2b760b
games/jumpy: update to 0.9.4
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.9.3
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.9.4
Reported by: GitHub (watch releases)
2023-12-26 01:44:20 +01:00
Jan Beich
419f9d7702
games/jumpy: update to 0.9.2
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.9.2
Reported by: GitHub (watch releases)
2023-12-23 01:43:17 +01:00
Jan Beich
cb2a949fad
games/jumpy: update to 0.9.1
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.9.1
Reported by: GitHub (watch releases)
2023-12-22 21:12:58 +01:00
Jan Beich
012efda7be
games/jumpy: update to 0.9.0
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.9.0
Reported by: GitHub (watch releases)
2023-12-16 10:05:51 +01:00
Mikael Urankar
b2afd89fb2
lang/rust: Bump revisions after 1.74.1
...
PR: 275243
2023-12-08 16:04:09 +01:00
Jan Beich
bb68291588
games/jumpy: update to 0.8.2
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.8.2
Reported by: GitHub (watch releases)
2023-10-27 06:01:10 +02:00
Mikael Urankar
dd10dc88a7
lang/rust: Bump revisions after 1.73.0
...
PR: 274499
2023-10-24 12:22:32 +02:00
Jan Beich
923152fea5
games/jumpy: update to 0.8.1
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.8.1
Reported by: GitHub (watch releases)
2023-10-22 02:14:10 +02:00
Jan Beich
ce13d38f1b
games/jumpy: update to 0.8.0
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.8.0
Reported by: GitHub (watch releases)
2023-10-16 15:42:53 +02:00
Jan Beich
18741dd85a
x11-wm/sway-devel: unbreak Rust-based clients after edd477c5e7a4
...
interface 'wl_surface' has no event 2
PR: 268810
2023-09-20 16:35:01 +02:00
Mikael Urankar
aba8da2be1
lang/rust: Bump revisions after 1.72.0
...
PR: 273331
2023-09-08 11:06:24 +02:00
Jan Beich
3fc3ff568a
games/jumpy: unbreak build on i386
...
LLVM ERROR: out of memory
Allocation failed
(signal: 6, SIGABRT: process abort signal)
Reported by: pkg-fallout
2023-09-03 12:59:52 +02:00
Mikael Urankar
cdf28617b4
lang/rust: Bump revisions after 1.71.0
...
PR: 272449
2023-07-17 17:58:38 +02:00
Mikael Urankar
e1d1045bc7
lang/rust: Bump revisions after 1.70.0
...
PR: 271797
2023-06-09 13:38:16 +02:00
Jan Beich
e8e9ddd514
games/jumpy: update to 0.7.0
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.7.0
Reported by: GitHub (watch releases)
2023-05-04 22:36:39 +00:00
Christian Weisgerber
feb1fa34f5
audio/opus: bump consumers after update to 1.4
2023-04-25 17:17:15 +02:00
Mikael Urankar
3db55c4e97
lang/rust: Bump revisions after 1.69.0
...
PR: 270953
2023-04-23 15:14:05 +02:00
Jan Beich
d27d84724c
games/jumpy: convert to WRKSRC_crate
2023-04-06 00:50:11 +00:00
Jan Beich
046448bdb1
Mk/Uses/cargo.mk: unbundle archivers/zstd
...
Tested by: kai (games/anki)
Differential Revision: https://reviews.freebsd.org/D39279
2023-04-04 08:21:17 +00:00
Jan Beich
d09e89181b
games/jumpy: update to 0.6.1
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.6.1
Reported by: GitHub (watch releases)
2023-04-02 17:49:37 +00:00
Mikael Urankar
ebf29acc6c
lang/rust: Bump revisions after 1.68.0
...
PR: 270080
2023-03-16 12:11:52 +01:00
Jan Beich
370611fb77
games/jumpy: update description after 2cff4cee26dd
2023-03-11 00:46:06 +00:00
Jan Beich
0381396155
games/jumpy: update homepage
2023-03-11 00:46:06 +00:00
Jan Beich
3070a972a9
games/jumpy: update to 0.6.0
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.6.0
Reported by: GitHub (watch releases)
2023-03-10 10:51:36 +00:00
Mikael Urankar
109e35fd59
lang/rust: Bump revisions after 1.67.1
...
PR: 269336
2023-02-13 15:52:59 +01:00
Daniel Engberg
12f1c627d4
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
...
Bump ports in tree so they get rebuilt with new default settings
for cargo ports
2023-01-07 20:24:18 +01:00
Jan Beich
4f2fe5329c
games/jumpy: chase HTTP redirect
2022-12-25 00:31:08 +00:00
Jan Beich
7708dd3d8e
games/jumpy: chase description after 2cff4cee26dd
...
https://github.com/fishfolk/jumpy/commit/ad9e7877a991
2022-12-25 00:29:33 +00:00
Jan Beich
2cff4cee26
games/jumpy: update to 0.5.1
...
Changes: https://github.com/fishfight/jumpy/releases/tag/v0.5.0
Changes: https://github.com/fishfight/jumpy/compare/v0.5.0...v0.5.1
Reported by: GitHub (watch releases)
2022-12-25 00:25:13 +00:00
Mikael Urankar
ba14e01a52
lang/rust: Bump revisions after 1.66.0
...
PR: 268415
2022-12-20 18:37:15 +01:00
Mikael Urankar
9bf6a99963
lang/rust: Bump revisions after 1.65.0
...
PR: 267622
2022-11-17 08:06:14 +01:00
Jan Beich
c818b3c58a
*/*: move CARGO_CRATES to Makefile.crates in my ports
2022-11-03 14:10:55 +00:00
Mikael Urankar
afe651cf62
lang/rust: Bump revisions after 1.64.0
...
PR: 267173
2022-10-30 13:07:09 +01:00