notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: x11/eww/distinfo
SVNWeb

Number of commits found: 3

Mon, 11 Sep 2023
[ 06:49 Mikael Urankar (mikael) search for other commits by this committer ]    commit hash:185d84b7d0a20a033c5f36a54635a17939a3bf99  commit hash:185d84b7d0a20a033c5f36a54635a17939a3bf99  commit hash:185d84b7d0a20a033c5f36a54635a17939a3bf99  185d84b 
x11/eww: Fix build with rust 1.72.0

Approved by:	portmgr (build fix blanket)
Sun, 11 Jun 2023
[ 13:22 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:41c988ba8e81ac7a42d41d8e8f4e456a73cb1559  commit hash:41c988ba8e81ac7a42d41d8e8f4e456a73cb1559  commit hash:41c988ba8e81ac7a42d41d8e8f4e456a73cb1559  41c988b 
x11/eww: unbreak build after 6b9789547d5e

error[E0557]: feature has been removed
 --> crates/simplexpr/src/lib.rs:3:12
  |
3 | #![feature(box_syntax)]
  |            ^^^^^^^^^^ feature has been removed
  |
  = note: replaced with `#[rustc_box]`

error: `box_syntax` has been removed
  --> crates/simplexpr/src/eval.rs:72:58
   |
72 |             BinOp(span, box a, op, box b) => BinOp(span, box
a.try_map_var_refs(f)?, op, box b.try_map_var_refs(f)?),
   |                                                         
^^^^^^^^^^^^^^^^^^^^^^^^^^
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 26 Sep 2022
[ 02:51 Jan Beich (jbeich) search for other commits by this committer Author: Jesús Daniel Colmenares Oviedo ]    commit hash:34cd5e3b86cdab8b62afa9579993f5d78628d0b7  commit hash:34cd5e3b86cdab8b62afa9579993f5d78628d0b7  commit hash:34cd5e3b86cdab8b62afa9579993f5d78628d0b7  34cd5e3 
x11/eww: New port: ElKowars wacky widgets

Elkowars Wacky Widgets is a standalone widget system made in Rust
that allows you to implement your own, custom widgets in any window
manager.

WWW: https://elkowar.github.io/eww

PR:		266564

Number of commits found: 3