Bug 286642 - sysutils/froxlor: pkg-plist typo fix and option/path fixes
Summary: sysutils/froxlor: pkg-plist typo fix and option/path fixes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Neel Chauhan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-07 03:51 UTC by ek
Modified: 2025-05-08 13:57 UTC (History)
2 users (show)

See Also:
nc: maintainer-feedback+


Attachments
Fixes pkg-plist, symlink, and hardcoded path issues. (2.49 KB, patch)
2025-05-07 03:51 UTC, ek
no flags Details | Diff
Fixes pkg-plist, symlink, and hardcoded path issues - 2 (2.80 KB, patch)
2025-05-07 23:50 UTC, ek
ek: maintainer-approval? (nc)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ek 2025-05-07 03:51:00 UTC
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!
Comment 1 ek 2025-05-07 23:50:45 UTC
Created attachment 260249 [details]
Fixes pkg-plist, symlink, and hardcoded path issues - 2

Whoops. Forgot the port revision bump.
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2025-05-08 00:16:36 UTC
LGTM. Will commit shortly.
Comment 3 Neel Chauhan freebsd_committer freebsd_triage 2025-05-08 00:18:49 UTC
Committed!
Comment 4 commit-hook freebsd_committer freebsd_triage 2025-05-08 00:19:42 UTC
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(-)
Comment 5 ek 2025-05-08 13:57:39 UTC
Excellent! Thank you!