notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
sysctlinfo-kmod Kernel sysctl MIB-Tree interface
20221211_1 sysutils on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20221211Version of this port present on the latest quarterly branch.
Maintainer: alfix86@gmail.com search for ports maintained by this maintainer
Port Added: 2019-09-24 09:41:29
Last Update: 2024-01-10 15:29:49
Commit Hash: e4610fc
People watching this port, also watch:: ladspa, gstreamer1-plugins-pango, tmux, font-misc-meltho, py39-pycparser
Also Listed In: kld
License: BSD2CLAUSE
WWW:
https://gitlab.com/alfix/sysctlinfo
Description:
Kernel module to implement the sysctlinfo interface, it explores the sysctl tree to pass the info of the nodes to the userland; a header file with constants and helper macros is provided, too.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (8 items)
Collapse this list.
  1. /boot/modules/sysctlinfo.ko
  2. include/sysctlinfo.h
  3. share/man/man3/sysctlinfo.3.gz
  4. share/man/man4/sysctlinfo.4.gz
  5. @kld /boot/modules
  6. /usr/local/share/licenses/sysctlinfo-kmod-20221211_1/catalog.mk
  7. /usr/local/share/licenses/sysctlinfo-kmod-20221211_1/LICENSE
  8. /usr/local/share/licenses/sysctlinfo-kmod-20221211_1/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • sysctlinfo-kmod>0:sysutils/sysctlinfo-kmod
To install the port:
cd /usr/ports/sysutils/sysctlinfo-kmod/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/sysctlinfo-kmod
  • pkg install sysctlinfo-kmod
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: sysctlinfo-kmod
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1670763927 SHA256 (alfix-sysctlinfo-be57d5a892d0a908172664f87afeed0627e9ddf2_GL0.tar.gz) = 72a75d90b047ee6a96e00ce8b353ddf76405df0708e4eda96e97513453e3d2d0 SIZE (alfix-sysctlinfo-be57d5a892d0a908172664f87afeed0627e9ddf2_GL0.tar.gz) = 32866

Packages (timestamps in pop-ups are UTC):
sysctlinfo-kmod
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest20221211_120221211_120191005_120221211_120221211_1-20191005_1-
FreeBSD:13:quarterly2022121120221211202212112022121120221211202212112022121120221211
FreeBSD:14:latest20221211_120221211_12022121120221211_120221211_120221211-20221211
FreeBSD:14:quarterly2022121120221211-2022121120221211202212112022121120221211
FreeBSD:15:latest20221211_120221211_1n/a20221211_1n/a20221211_120221211_120221211_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
This port is required by:
for Build
  1. devel/libsysctlmibinfo2
for Run
  1. devel/libsysctlmibinfo2

Configuration Options:
===> The following configuration options are available for sysctlinfo-kmod-20221211_1: EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
sysutils_sysctlinfo-kmod
USES:
kmod
pkg-message:
For install:
To use this interface, make sure that you have loaded the sysctlinfo kernel module, by doing # kldload sysctlinfo or adding sysctlinfo_load="YES" to your /boot/loader.conf.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.com/alfix/sysctlinfo/-/archive/be57d5a892d0a908172664f87afeed0627e9ddf2.tar.gz?dummy=/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20221211_1
10 Jan 2024 15:29:49
commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1ccommit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1ccommit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1ccommit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
20221211
12 Jul 2023 18:56:04
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986ccommit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
20221211
12 Dec 2022 21:41:08
commit hash: 29b193037657c744a074d17e5dfad93c4edd88eccommit hash: 29b193037657c744a074d17e5dfad93c4edd88eccommit hash: 29b193037657c744a074d17e5dfad93c4edd88eccommit hash: 29b193037657c744a074d17e5dfad93c4edd88ec files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Alfonso S. Siciliano
sysutils/sysctlinfo-kmod: Update to 20221211 and restore clients

PR:		268314
Reported by:	asiciliano@FreeBSD.org (maintainer)
20210222
30 Sep 2022 10:10:55
commit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823ccommit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823ccommit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823ccommit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823c files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
sysutils/sysctlinfo-kmod: ignore after 1400071

Also modify clients.

PR:		266690
Reported by:	asiciliano@FreeBSD.org
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
20210222
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20210222
30 Sep 2021 21:23:30
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
20210222
09 Apr 2021 18:44:23
commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209commit hash: 911f04257e3175fca4e46c7d57bf5ca79767e209 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
Regenerate all distfiles using gitlab as source.

This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.

This commit also applies some small fixes to make sure all ports using
gitlab are buildable.

Reviewed by:	mat
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D29628
20210222
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
20210222
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
20210222
25 Feb 2021 11:13:23
Revision:566526Original commit files touched by this commit
fernape search for other commits by this committer
sysutils/sysctlinfo-kmod: Update tp 20210222

ChangeLog:

 * delete patch (fixed in mainstream)

PR:	253779
Submitted by:	alfix86@gmail.com (maintainer)
20191005_1
31 Oct 2020 16:32:31
Revision:553780Original commit files touched by this commit
pi search for other commits by this committer
sysutils/sysctlinfo-kmod: fix after r366465

- the new sysctl object {0.7} "sysctl.nextnoskip" overlaps this interface
- add files/patch-sysctlinfo.h to change sysctl OIDs of this interface

PR:		250148
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
20191005
08 Oct 2019 09:30:52
Revision:514063Original commit files touched by this commit
tz search for other commits by this committer
sysutils/sysctlinfo-kmod: update to 20191005

Changelog:

 * delete CTL_SYSCTLMIB, CTL_SYSCTL added in sysctl.h
 * improve SYSCTL_OUT error checks
 * update lock
 * code update like review D21700

PR:		241084
Submitted by:	Alfonso S. Siciliano (maintainer)
20190907
24 Sep 2019 17:47:14
Revision:512734Original commit files touched by this commit
kai search for other commits by this committer
sysutils/sysctlinfo-kmod: Refine IGNORE description

Bring the info in sync with r512729 and r512731 which have already a better
variant of the IGNORE description.
20190907
24 Sep 2019 09:41:22
Revision:512707Original commit files touched by this commit
kai search for other commits by this committer
[NEW PORT]: sysutils/sysctlinfo-kmod

Kernel module to implement the sysctlinfo interface, it explores
the sysctl tree to pass the info of the nodes to the userland;
a header file with constants and helper macros is provided, too.

WWW: https://gitlab.com/alfix/sysctlinfo

PR:		240390
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>

Number of commits found: 15