Created attachment 260226 [details] Fixes pkg-plist, symlink, and hardcoded path issues. Let's try this again! In relation to the previous recommended patches (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281655) which have apparently been ignored, here's another one to do the same thing? Is there a reason these simple patches have not been incorporated? Because, without them, the sysutils/froxlor port DOES NOT install successfully and the application itself DOES NOT run properly. Please let me know if there's something I'm missing as far as these changes go. I'll be happy to update to get them in place. The sysutils/froxlor port has broken for a long, long time and I'd just like to get this sorted. Thanks!
Created attachment 260249 [details] Fixes pkg-plist, symlink, and hardcoded path issues - 2 Whoops. Forgot the port revision bump.
LGTM. Will commit shortly.
Committed!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b39c611152d1ceb15d30837866038422e0e5685 commit 5b39c611152d1ceb15d30837866038422e0e5685 Author: No Name <ek@purplehat.org> AuthorDate: 2025-05-08 00:17:10 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2025-05-08 00:17:10 +0000 sysutils/froxlor: pkg-plist typo fix and option/path fixes PR: 286642 Reported by: ek@purplehat.org Approved by: self (maintainer) sysutils/froxlor/Makefile | 1 + .../files/patch-froxlor_lib_Froxlor_Cli_MasterCron.php (new) | 11 +++++++++++ ...tch-froxlor_lib_Froxlor_Cron_Traffic_TrafficCron.php (new) | 11 +++++++++++ sysutils/froxlor/pkg-plist | 2 +- 4 files changed, 24 insertions(+), 1 deletion(-)
Excellent! Thank you!