sysutils/conky: Update to 1.19.3
- Update pkg-descr - Remove unneeded option helpers
This commit is contained in:
parent
21e4baa134
commit
57e07c6ddb
4 changed files with 7 additions and 25 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= conky
|
||||
PORTVERSION= 1.19.2
|
||||
PORTVERSION= 1.19.3
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
|
||||
|
|
@ -122,8 +122,6 @@ WAYLAND_LDFLAGS= -Wl,--as-needed # pangoft2 deps: glib20, freetype2, harfbuzz
|
|||
X11_USES= xorg
|
||||
X11_USE= XORG=x11,xdamage,xext,xfixes
|
||||
X11_CMAKE_BOOL= BUILD_X11 OWN_WINDOW
|
||||
X11_VARS= EXAMPLE_CONF_FILE=${WRKSRC}/data/conky.conf
|
||||
X11_VARS_OFF= EXAMPLE_CONF_FILE=${WRKSRC}/data/conky_no_x11.conf
|
||||
|
||||
XFT_CMAKE_BOOL= BUILD_XFT
|
||||
XFT_USE= XORG=xft
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1684307309
|
||||
SHA256 (brndnmtthws-conky-v1.19.2_GH0.tar.gz) = 8ad2050665bcaff3010d90df5a17197647a7b74e9d1793fb888b83e3a4b80d31
|
||||
SIZE (brndnmtthws-conky-v1.19.2_GH0.tar.gz) = 1715080
|
||||
TIMESTAMP = 1691594190
|
||||
SHA256 (brndnmtthws-conky-v1.19.3_GH0.tar.gz) = ce431f6fa8fe4ee02f4f023932e121078ad86ab7f2eb195d7d2ca07227a287f8
|
||||
SIZE (brndnmtthws-conky-v1.19.3_GH0.tar.gz) = 1722486
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
--- src/freebsd.cc.orig 2023-05-15 21:39:11 UTC
|
||||
+++ src/freebsd.cc
|
||||
@@ -544,14 +544,12 @@ char get_freq(char *p_client_buffer, size_t client_buf
|
||||
char get_freq(char *p_client_buffer, size_t client_buffer_size,
|
||||
const char *p_format, int divisor, unsigned int cpu) {
|
||||
int freq;
|
||||
- char *freq_sysctl;
|
||||
+ char freq_sysctl[16] = {0};
|
||||
|
||||
if (!p_client_buffer || client_buffer_size <= 0 || !p_format ||
|
||||
divisor <= 0) {
|
||||
return 0;
|
||||
}
|
||||
-
|
||||
- char freq_sysctl[16] = {0};
|
||||
|
||||
snprintf(freq_sysctl, sizeof(freq_sysctl), "dev.cpu.%d.freq", (cpu - 1));
|
||||
|
||||
|
|
@ -1 +1,3 @@
|
|||
Conky is an advanced, highly configurable system monitor for X
|
||||
Conky is a free, light-weight system monitor for X, that displays
|
||||
any kind of information on your desktop. It can also run on Wayland,
|
||||
macOS, output to your console, a file, or even HTTP (oh my!).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue