Created attachment 247696 [details] Fix build with imlib2 1.12.1 - Fix build with imlib2 1.12.1 due to imlib2-config drop in 1.7.5 in favor of pkgconfig - Fix SN option build (lib depends) - Add license Sugestion: - Pet portlint, portclippy, portfmt and Q/A check NOTES: https://github.com/neagix/idesk fork is at 0.7.8 and is used by some linux distros. Maybe this could be checked for a further update.
Comment on attachment 247696 [details] Fix build with imlib2 1.12.1 Approved!
(In reply to Jose Alonso Cardenas Marquez from comment #1) Nice :) What you think about fork or updating to it?
it is ok for me use idesk fork if it is better. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff4bc28d1eb9df3c651af62568bd848fa59c0f67 commit ff4bc28d1eb9df3c651af62568bd848fa59c0f67 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-01-18 22:05:42 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-01-18 22:05:42 +0000 x11/idesk: Fix build with graphics/imlib2 1.12.1 - Fix build with imlib2 1.12.1 due to imlib2-config drop in 1.7.5 in favor of pkgconfig - Fix SN option build (lib depends) - Add license - Pet portlint, portclippy, portfmt and Q/A check PR: 276370 x11/idesk/Makefile | 32 +++++++++++++++---------- x11/idesk/files/patch-configure (new) | 32 +++++++++++++++++++++++++ x11/idesk/files/patch-src_DesktopConfig.cpp | 26 ++++++++------------ x11/idesk/files/patch-src_Timer.cpp | 4 ++-- x11/idesk/files/patch-src_XImlib2Background.cpp | 26 ++++++++------------ 5 files changed, 74 insertions(+), 46 deletions(-)
Committed, thanks!