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/turbostat/Makefile

Number of commits found: 9

Tuesday, 9 Jan 2024
11:11 Baptiste Daroussin (bapt) search for other commits by this committer
MANPREFIX: eleminate its usage  and move man to share/man
commit hash: 220062a3a1c35cc4deb0b363bdc27d09b492bf2e commit hash: 220062a3a1c35cc4deb0b363bdc27d09b492bf2e commit hash: 220062a3a1c35cc4deb0b363bdc27d09b492bf2e commit hash: 220062a3a1c35cc4deb0b363bdc27d09b492bf2e 220062a
Sunday, 19 Feb 2023
00:44 Jan Beich (jbeich) search for other commits by this committer
sysutils/turbostat: unbreak runtime on FreeBSD >= 13.1

$ turbostat
turbostat version 17.06.23 - Len Brown <lenb@kernel.org>
Segmentation fault

* thread #1, name = 'turbostat', stop reason = signal SIGSEGV: invalid address
(fault address: 0x0)
    frame #0: 0x0000000000216992 turbostat`topology_probe at turbostat.c:4685:7
   4682          * Validate that all cpus in cpu_subset are also in
cpu_present_set
   4683          */
   4684         for (i = 0; i < CPU_SUBSET_MAXCPUS; ++i) {
-> 4685                 if (CPU_ISSET_S(i, cpu_subset_size, cpu_subset))
   4686                         if (!CPU_ISSET_S(i, cpu_present_setsize,
cpu_present_set))
   4687                                 err(1, "cpu%d not present", i);
   4688         }
(lldb) bt
* thread #1, name = 'turbostat', stop reason = signal SIGSEGV: invalid address
(fault address: 0x0)
  * frame #0: 0x0000000000216992 turbostat`topology_probe at turbostat.c:4685:7
    frame #1: 0x00000000002111c9 turbostat`setup_all_buffers at
turbostat.c:4853:2
    frame #2: 0x0000000000217909 turbostat`turbostat_init at turbostat.c:4888:2
    frame #3: 0x0000000000218f3f turbostat`main(argc=1, argv=0x0000000820444710)
at turbostat.c:5447:2
    frame #4: 0x0000000000207160 turbostat`_start(ap=<unavailable>,
cleanup=<unavailable>) at crt1_c.c:73:7
(lldb) p cpu_subset
(cpu_set_t *) $0 = NULL

PR:		262866
commit hash: b27279cba1cad5a4f00237ddfffe11789e1c2053 commit hash: b27279cba1cad5a4f00237ddfffe11789e1c2053 commit hash: b27279cba1cad5a4f00237ddfffe11789e1c2053 commit hash: b27279cba1cad5a4f00237ddfffe11789e1c2053 b27279c
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
Saturday, 25 Sep 2021
15:30 Ryan Steinmetz (zi) search for other commits by this committer
*/*: Reset MAINTAINER due to fatal email bounces
commit hash: 578dca8c8577df4cf35dfd79ce1417f77a2a0f5a commit hash: 578dca8c8577df4cf35dfd79ce1417f77a2a0f5a commit hash: 578dca8c8577df4cf35dfd79ce1417f77a2a0f5a commit hash: 578dca8c8577df4cf35dfd79ce1417f77a2a0f5a 578dca8
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, 9 Dec 2020
18:28 ericbsd search for other commits by this committer
sysutils/turbostat: Update to fix sysctl kern.sched.topology_spec max length

Submitted by:	darkfiberiru_gmail.com
Reviewed by:	scottph	freqlabs
Original commitRevision:557382 
Friday, 3 Aug 2018
20:06 pi search for other commits by this committer
sysutils/turbostat: Fix reading topology with multiple packages

Fixed a bug where core identifiers within a package would not
count from zero. This caused a out-of-bounds array access when
multiple packages were present.

Also gracefully handle the absence of the kern.intrs sysctl (added
in 12.0), and don't use reallocarray (added in 11.0).

PR:		230066
Reported by:	kbowling
Submitted by:	D Scott Phillips <d.scott.phillips@intel.com> (maintainer)
Original commitRevision:476320 
Wednesday, 25 Jul 2018
19:17 pi search for other commits by this committer
New port: sysutils/turbostat

Report processor topology, frequency, idle power-state
statistics, temperature and power on X86 processors.

WWW: https://github.com/torvalds/linux/tree/master/tools/power/x86/turbostat

PR:		229988
Submitted by:	D Scott Phillips <d.scott.phillips@intel.com>
Original commitRevision:475329 

Number of commits found: 9