Created attachment 253517 [details] xfishtank patch Update x11/xfishtank to v2.5 using debian repo as upstream The author of xfishtank mention this new version on the xfishtank website but I only found the distfile on debian repos.
Created attachment 253518 [details] xfishtank patch updated remove dead code on Makefile
Rodrigo, LGTM, thank you! I did not have the time to fix the issue.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8548b1e5ed548946a3e380b63330bd236e03d97f commit 8548b1e5ed548946a3e380b63330bd236e03d97f Author: Rodrigo Osorio <rodrigo@FreeBSD.org> AuthorDate: 2024-09-12 12:31:53 +0000 Commit: Rodrigo Osorio <rodrigo@FreeBSD.org> CommitDate: 2024-09-30 13:28:53 +0000 x11/xfishtank: upgrade to 2.5 Change upstream to use sources from debian package. Add configuration to use xfishtank with xscreensaver and made a hard link of xfishtank into xcreensaver hack dir. PR: 281458 Approved by: <kidon@posteo.de> (maintainer) x11/xfishtank/Makefile | 28 ++- x11/xfishtank/distinfo | 5 +- x11/xfishtank/files/patch-Imakefile | 22 +- x11/xfishtank/files/patch-makeh.c (new) | 11 + x11/xfishtank/files/patch-medcut.c (new) | 166 +++++++++++++++ x11/xfishtank/files/patch-medcut.h (new) | 12 ++ x11/xfishtank/files/patch-xfish.c (gone) | 323 ----------------------------- x11/xfishtank/files/xfishtank.xml.in (new) | 24 +++ x11/xfishtank/pkg-plist (new) | 6 + 9 files changed, 250 insertions(+), 347 deletions(-)
Committed with minor changes to make xfishtank usable as a xscreensaver module.