Summary: | ports-mgmt/portlint: Spurious warnings | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Jason W. Bacon <jwb> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | fernape, marcus |
Priority: | --- | Flags: | fernape:
maintainer-feedback?
(marcus) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
Jason W. Bacon
2023-11-14 12:34:48 UTC
^Triage: Fix category Have a go with https://www.marcuscom.com/git/MarcusCom/portlint/commit/eca0bdab9bc6a1bdcc56256075bcc1a48d69d8ad for your first issue. It works for me, but there may be unintended consequences. (In reply to Joe Marcus Clarke from comment #2) Looks good so far. I've added this patch to my wip ports: https://github.com/outpaddling/freebsd-ports-wip and will use it for a while for all my ports development. I'll let you know if I come across any fallout. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c58302b41088e360559c3a3e58beb5cca89f521 commit 7c58302b41088e360559c3a3e58beb5cca89f521 Author: Joe Marcus Clarke <marcus@FreeBSD.org> AuthorDate: 2024-01-08 17:24:15 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2024-01-08 17:30:01 +0000 ports-mgmt/portlint: Update to 2.22 This fixes some spurious errors by concatenating continued lines in the Makefile. The downside of this is that line numbers will get more askew. I thought I'd get some time to imrove this, but didn't. And this fix is important to get out now. PR: 275075 ports-mgmt/portlint/Makefile | 2 +- ports-mgmt/portlint/src/portlint.pl | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) Fixed in 2.22. |