Created attachment 245018 [details] patch v1 Hi! I have noticed a new version is available and prepared an update patch. The patches in files are now included upstream, and there is no need for GL_TAGNAME. I also could not find any need for libinotify, so I removed the dependency. The port builds fine in poudriere on all supported OS versions. I've ran it locally shortly (I usually don't have this one installed) and looks fine at runtime. Can you test and approve this patch? Thanks in advance.
Thanks for the update - I'm glad upstream fixed those patches. I will give this a test this coming weekend and confirm.
^Triage: * status * remove a deprecated keyword.
@maintainer Hi again, did you have time to test this? Can you approve? Thanks in advance!
Created attachment 245383 [details] patch v2 Updated patch to apply to latest ports tree. No functional change intended.
I ran it through my dev setup, seems to be fine. Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1333140510495670f6f071c9452e2dc56925c342 commit 1333140510495670f6f071c9452e2dc56925c342 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2023-10-07 07:27:40 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2023-10-07 07:27:40 +0000 x11/xfce4-docklike-plugin: Update to 0.4.1 - Remove unneeded dependency - Let GL helper use DISTVERSION as the TAG (removing GL_TAGNAME) - Remove unneeded LDFLAGS - Remove patches now included upstream PR: 273941 Approved by: Quentin Baker <bsd@quentb.com> (maintainer) x11/xfce4-docklike-plugin/Makefile | 13 +++++-------- x11/xfce4-docklike-plugin/distinfo | 6 +++--- .../files/patch-src_Helpers.cpp (gone) | 11 ----------- .../files/patch-src_Wnck.cpp (gone) | 20 -------------------- x11/xfce4-docklike-plugin/pkg-plist | 14 ++++++++++++++ 5 files changed, 22 insertions(+), 42 deletions(-)
Update committed. Thanks for the review/approval!