Bug 266690 - sysutils/sysctlinfo-kmod and clients: ignore after 1400071
Summary: sysutils/sysctlinfo-kmod and clients: ignore after 1400071
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: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-28 19:14 UTC by Alfonso S. Siciliano
Modified: 2022-09-30 10:14 UTC (History)
1 user (show)

See Also:


Attachments
cd ports ; git diff (4.30 KB, patch)
2022-09-28 19:14 UTC, Alfonso S. Siciliano
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alfonso S. Siciliano freebsd_committer freebsd_triage 2022-09-28 19:14:40 UTC
Created attachment 236925 [details]
cd ports ; git diff

Ignore sysctlinfo, clients and similar projects:
sysutils/sysctlinfo-kmod
sysutls/sysctlbyname-improved-kmod
devel/libsysctlmibinfo
devel/libsysctlmibinfo2
deskutils/sysctlview
sysutils/nsysctl
audio/mixertui

The diff is generated in ports/
$ cd ports
$ git diff
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2022-09-28 19:14:40 UTC
Maintainer informed via mail
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-09-30 10:14:35 UTC
A commit in branch main references this bug:

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

commit c05c823b6ef256e6fd3a0e9044733632ed9b823c
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-09-29 06:10:29 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-09-30 10:10:55 +0000

    sysutils/sysctlinfo-kmod: ignore after 1400071

    Also modify clients.

    PR:             266690
    Reported by:    asiciliano@FreeBSD.org

 audio/mixertui/Makefile                      | 8 +++++++-
 deskutils/sysctlview/Makefile                | 3 +++
 devel/libsysctlmibinfo/Makefile              | 8 +++++++-
 devel/libsysctlmibinfo2/Makefile             | 8 +++++++-
 sysutils/nsysctl/Makefile                    | 3 +++
 sysutils/sysctlbyname-improved-kmod/Makefile | 3 +++
 sysutils/sysctlinfo-kmod/Makefile            | 3 +++
 7 files changed, 33 insertions(+), 3 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-09-30 10:14:58 UTC
Committed,

Thanks!