Bug 280356 - security/fuzz: update Makefile
Summary: security/fuzz: update Makefile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-18 22:04 UTC by gatekeeper
Modified: 2024-07-19 18:27 UTC (History)
1 user (show)

See Also:


Attachments
git patch (1.54 KB, patch)
2024-07-18 22:04 UTC, gatekeeper
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gatekeeper 2024-07-18 22:04:03 UTC
Created attachment 252152 [details]
git patch

- Fix Makefile according to the warnings and errors provided by portlint, portfmt, and portclippy.
- Take ownership
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-07-19 18:26:33 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=165683db336a20b60306171eb9e0fe81de8c3cfc

commit 165683db336a20b60306171eb9e0fe81de8c3cfc
Author:     gatekeeper <tiago.gasiba@gmail.com>
AuthorDate: 2024-07-19 18:22:56 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-19 18:22:56 +0000

    security/fuzz: pet portlint, portfmt, and portclippy, take maintainership

    Fix Makefile according to the warnings and errors provided by portlint,
    portfmt, and portclippy.
    Take maintainership.

    PR:     280356

 security/fuzz/Makefile           | 3 +--
 security/fuzz/files/patch-fuzz.c | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-07-19 18:27:36 UTC
Thanks.