[Bug 290401] x11/rofi-calc: update to 2.5.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 22 Oct 2025 08:34:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290401

--- Comment #5 from Vidar Karlsen <vidar@karlsen.tech> ---
(In reply to Vladimir Druzenko from comment #4)

I took a look at the source, and it seems like it's only using the qalc binary
and not the library directly:
https://github.com/svenstaro/rofi-calc/blob/master/src/calc.c#L756

And it's not linked to the lib either:
# ldd /usr/local/lib/rofi/libcalc.so
/usr/local/lib/rofi/libcalc.so:
        libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x2621fd0ce000)
        libthr.so.3 => /lib/libthr.so.3 (0x2621fc204000)
        libc.so.7 => /lib/libc.so.7 (0x2621fbc48000)
        libiconv.so.2 => /usr/local/lib/libiconv.so.2 (0x2621fdf91000)
        libintl.so.8 => /usr/local/lib/libintl.so.8 (0x2621ff3f2000)
        libpcre2-8.so.0 => /usr/local/lib/libpcre2-8.so.0 (0x2621fef83000)
        libutil.so.9 => /lib/libutil.so.9 (0x2621ffae7000)

I'll move it to RUN_DEPENDS. New patch is coming.

-- 
You are receiving this mail because:
You are the assignee for the bug.