Skip to content

Commit

Permalink
x11/waybar: backport CPU frequencey fix
Browse files Browse the repository at this point in the history
[warning] cpu/bsd: parseCpuFrequencies is not implemented, expect garbage in {*_frequency}
  • Loading branch information
aokblast authored and jbeich committed Feb 23, 2024
1 parent 6669db6 commit 64e0aba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion x11/waybar/Makefile
@@ -1,9 +1,12 @@
PORTNAME= waybar
DISTVERSION= 0.9.24
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11 wayland
PKGNAMESUFFIX= ${FLAVOR:N${FLAVORS:[1]}:C/.+/-${FLAVOR}/}

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES+= 514d00803c91.patch:-p1 # https://github.com/Alexays/Waybar/pull/2949

MAINTAINER= jbeich@FreeBSD.org
COMMENT= Highly customizable Wayland bar for Sway and wlroots-based compositors
WWW= https://github.com/Alexays/Waybar
Expand Down
2 changes: 2 additions & 0 deletions x11/waybar/distinfo
Expand Up @@ -3,3 +3,5 @@ SHA256 (Alexays-Waybar-0.9.24_GH0.tar.gz) = 57aa7860bc066ebf4f3327dafa9841100b09
SIZE (Alexays-Waybar-0.9.24_GH0.tar.gz) = 275416
SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf35797002b1d2e40bb35a10c65605e0ea1435271
SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803
SHA256 (514d00803c91.patch) = fcf2b190530afaab38a0cb9207508b64cd5fd63ea863036d7563e5005adaa6f9
SIZE (514d00803c91.patch) = 1387

0 comments on commit 64e0aba

Please sign in to comment.