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!