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.

non port: sysutils/nsysctl/Makefile

Number of commits found: 25

Wednesday, 10 Jan 2024
15:29 Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c e4610fc
Wednesday, 12 Jul 2023
18:56 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
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c 7d1faa7
Tuesday, 20 Dec 2022
14:28 Alfonso S. Siciliano (asiciliano) search for other commits by this committer
sysutils/nsysctl: Update to 2.1.2

PR: 268440
Approved by: fernape
commit hash: e3eca1b49a9b5d37db0a8a6e5ab4541c154c1517 commit hash: e3eca1b49a9b5d37db0a8a6e5ab4541c154c1517 commit hash: e3eca1b49a9b5d37db0a8a6e5ab4541c154c1517 commit hash: e3eca1b49a9b5d37db0a8a6e5ab4541c154c1517 e3eca1b
Monday, 12 Dec 2022
21:41 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)
commit hash: 29b193037657c744a074d17e5dfad93c4edd88ec commit hash: 29b193037657c744a074d17e5dfad93c4edd88ec commit hash: 29b193037657c744a074d17e5dfad93c4edd88ec commit hash: 29b193037657c744a074d17e5dfad93c4edd88ec 29b1930
Friday, 30 Sep 2022
10:10 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
commit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823c commit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823c commit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823c commit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823c c05c823
Tuesday, 20 Sep 2022
15:37 Fernando Apesteguía (fernape) search for other commits by this committer Author: Alfonso S. Siciliano
sysutils/nsysctl: update to 2.1.1

ChangeLog: https://gitlab.com/alfix/nsysctl/-/raw/master/CHANGELOG

 * fix: double free() segmentation fault with BASE clang 14.0.5

PR:		266498
Reported by:	asiciliano@FreeBSD.org
commit hash: 7df9fe15a0c55ed8ac3bc609e25481f05442f0b4 commit hash: 7df9fe15a0c55ed8ac3bc609e25481f05442f0b4 commit hash: 7df9fe15a0c55ed8ac3bc609e25481f05442f0b4 commit hash: 7df9fe15a0c55ed8ac3bc609e25481f05442f0b4 7df9fe1
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 3 Jan 2022
02:56 Joseph Mingrone (jrm) search for other commits by this committer Author: Alfonso S. Siciliano
sysutils/nsysctl: Update to 2.1

Upstream changes: Add -z option to toggle numeric values

PR:		260882
commit hash: 16556bec017f2a7669c5f347c9285bdb9bb70e5f commit hash: 16556bec017f2a7669c5f347c9285bdb9bb70e5f commit hash: 16556bec017f2a7669c5f347c9285bdb9bb70e5f commit hash: 16556bec017f2a7669c5f347c9285bdb9bb70e5f 16556be
Thursday, 30 Sep 2021
21:23 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
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 620968a
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 3 Mar 2021
05:34 nc search for other commits by this committer
sysutils/nsysctl: Update to 2.0

Changes: https://gitlab.com/alfix/nsysctl/-/blob/master/CHANGELOG

PR:		253971
Submitted by:	Alfonso S. Siciliano <alfix86 AT gmail DOT com> (maintainer)
Original commitRevision:567020 
Thursday, 25 Feb 2021
11:16 fernape search for other commits by this committer
devel/libsysctlmibinfo2: Add Portrevision and patch

Bump PORTREVISION for dependencies.

PR:	253781
Submitted by:	alfix86@gmail.com (maintainer)
Original commitRevision:566528 
Wednesday, 10 Feb 2021
02:01 nc search for other commits by this committer
devel/libsysctlmibinfo: Update to 1.0.2

While we're here, unbreak sysutils/nsysctl with the new version and bump its
PORTREVISION.

PR:		253388, 253389
Submitted by:	Alfonso S. Siciliano <alfix86 AT gmail DOT com> (maintainer)
Original commitRevision:564833 
Thursday, 4 Feb 2021
18:03 fernape search for other commits by this committer
devel/libsysctlmibinfo: Update to 1.0.1

Bumping dependency's PORTEREVISION.

PR:	253213
Submitted by:	alfix86@gmail.com (maintainer)
Original commitRevision:564054 
Saturday, 31 Oct 2020
16:39 pi search for other commits by this committer
audio/mixertui,deskutils/sysctlview,sysutils/nsysctl: bump PORTREVISION

- after devel/libsysctlmibinfo2 etc are updated

PR:		250151
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:553783 
Tuesday, 8 Oct 2019
09:32 tz search for other commits by this committer
sysutils/nsysctl: Update to 1.2.1

Changelog:

    * Update because the CTL_STSCTL constant was introduced in sys/sysctl.h
    * fix SYNOPSIS and usage() like style(9)

PR:		241085
Submitted by:	 Alfonso S. Siciliano (maintainer)
Original commitRevision:514064 
Tuesday, 24 Sep 2019
17:37 kai search for other commits by this committer
sysutils/nsysctl: Update to 1.2

* The sysctlinfo interface (sysutils/sysctlinfo-kmod) is now required as
  build/run dependency which relies on the "oid_label" constant that was
  introduced in FreeBSD 1200019.

  Thus set the port to IGNORE if the above doesn't apply while I'm here. [1]

Changelog:

* Add sysctlinfo kmod support [1]

PR:		240575
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:512731 
Monday, 1 Jul 2019
17:47 swills search for other commits by this committer
sysutils/nsysctl: update to 1.1

PR:		238922
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:505623 
Saturday, 8 Jun 2019
01:08 swills search for other commits by this committer
sysutils/nsysctl: Update to 1.0

PR:		238270
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:503693 
Wednesday, 22 May 2019
21:24 swills search for other commits by this committer
sysutils/nsysctl: Update to 0.9.1

PR:		238026
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:502294 
Tuesday, 30 Apr 2019
10:41 swills search for other commits by this committer
sysutils/nsysctl: Update to 0.9

PR:		237644
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:500472 
Thursday, 18 Apr 2019
13:20 swills search for other commits by this committer
sysutils/nsysctl: Update to 0.2

PR:		237317
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:499258 
Sunday, 7 Apr 2019
16:39 linimon search for other commits by this committer
Maintainer Update nsysctl 0.1 -> 0.1.1:

  Fix "pkg-fallout": includes in opaque.c for no i386/amd64
  delete sysctlmibinfo.h/c: add devel/libsysctlmibinfo to LIB_DEPENDS

Note: this obsoletes files/patch-opaque.c.

PR:		236802
Submitted by:	maintainer
Original commitRevision:498293 
Friday, 15 Mar 2019
09:28 0mp search for other commits by this committer
New port: sysutils/nsysctl: New sysctl utility with libxo and extra options

nsysctl (new sysctl) is a sysctl(8) utility clone to get or set kernel
state with libxo, sysctlmibinfo and extra options; improvements:

 * sysctlmibinfo(3) provides a simple API to the sysctl MIB,
 * all code about "opaque values" is in opaque.c,
 * output via libxo(3) in human and machine readable formats,
 * output is explicitly indicated by the options,
 * new option -D show all properties,
 * update option -e specific sep as a separator,
 * new option -F show flags,
 * new option -I show internal nodes,
 * new option -l show label,
 * new option -r show tag-root with libxo,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:495780 

Number of commits found: 25