On Sun, 2025-05-11 at 00:56 -0600, Rafael Sadowski wrote: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2025/05/11 00:56:38 > > Modified files: > sysutils/conky : Makefile distinfo > sysutils/conky/pkg: PLIST > Added files: > sysutils/conky/patches: patch-CMakeLists_txt > patch-cmake_ConkyPlatformChecks_cmake > patch-cmake_Conky_cmake > patch-doc_CMakeLists_txt > patch-lua_CMakeLists_txt > Removed files: > sysutils/conky/patches: patch-data_conky_no_x11_conf > patch-doc_Makefile_am patch-src_common_c > patch-src_conky_c patch-src_conky_h > patch-src_core_c patch-src_fs_c > patch-src_llua_c patch-src_mixer_c > patch-src_openbsd_c patch-src_openbsd_h > patch-src_read_tcp_c > patch-src_text_object_h > > Log message: > Update conky to 1.22.1 > > - I have dropped the xmms2 variant. Our xmms2 is py27 and I see no > motivation to install or update it. > - I have borrowed some patches from FreeBSD > - I have tried to leave the same defaults as before. > - Added new build dependency on gperf > - Remove APP_SED (unused) > - Fix man1 directory > - Add a logic to use pypandoc or lowdown to generate the man page. (You > could push this upstream if you adjust the docs.) > > Feedback by sthen@ and tested pascal@, thanks! >
Does not build. Looks like a missing dep. -- Found Intl: /usr/local/lib/libintl.so.8.1 (found version "0.23.1") -- Checking for one of the modules 'ncurses' -- curses found. -- include: /usr/include -- lib: -lncurses -- Found Lua: /usr/local/lib/liblua5.3.so.5.3;/usr/lib/libm.so.10.1 (found suitable version "5.3.6", minimum required is "5.3") -- Checking for module 'libcurl' -- Found libcurl, version 8.13.0 -- Found LibXml2: /usr/local/lib/libxml2.so.22.0 (found version "2.14.2") -- Found Python3: /usr/local/bin/python3.12 (found version "3.12.10") found components: Interpreter Traceback (most recent call last): File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'yaml' CMake Error at cmake/ConkyPlatformChecks.cmake:702 (message): The "PyYAML" Python3 package is not installed. Please install it using the following command: "pip3 install pyyaml". Call Stack (most recent call first): CMakeLists.txt:38 (include) -- Configuring incomplete, errors occurred! -- Antoine
