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/lttng-tools/files/patch-src_bin_lttng-sessiond_consumer.c

Number of commits found: 3

Sunday, 31 Dec 2023
00:06 Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/lttng-tools: Remove expired port

2023-12-31 sysutils/lttng-tools: BROKEN on all supported versions after the EOL
of 12
commit hash: d7c8d0a62a2998966522ece73fb8f8b1f873405b commit hash: d7c8d0a62a2998966522ece73fb8f8b1f873405b commit hash: d7c8d0a62a2998966522ece73fb8f8b1f873405b commit hash: d7c8d0a62a2998966522ece73fb8f8b1f873405b d7c8d0a
Wednesday, 12 May 2021
22:22 Jan Beich (jbeich) search for other commits by this committer Author: Adam Wolk
sysutils/lttng-tools: fix obtaining HOST_NAME_MAX

Using sysconf(3) API lead to accidental introduction of variable length arrays
(VLA) in the port. Additionally one patch hardcoded 256 as the HOST_NAME_MAX
even though the code doesn't expect an additional byte for the terminating NULL
byte in the struct definition.

Fall back to using _POSIX_HOST_NAME_MAX as the remaining code is not ready for
introducing sysconf(3) as a patch.

Remove #ifdef FreeBSD from our patches.

Bump PORTREVISION to rebuild with the new patch.

Sponsored by:   Fudo Security
Differential Revision:	https://reviews.freebsd.org/D30048
commit hash: aa34b0f42f0b02560ef68a9bd952206c02869e64 commit hash: aa34b0f42f0b02560ef68a9bd952206c02869e64 commit hash: aa34b0f42f0b02560ef68a9bd952206c02869e64 commit hash: aa34b0f42f0b02560ef68a9bd952206c02869e64 aa34b0f
Saturday, 11 Feb 2017
15:36 mmokhi search for other commits by this committer
Adding sysutils/lttng-ust and sysutils/lttng-tools.
LTTng stands for Linux Trace Toolkit: next generation. It's a modern toolkit
for tracing Linux (And now FreeBSD, only userspace now) programs.

PR:		216142
Submitted by:	mmokhi
Reported by:	mmokhi
Reviewed by:	feld, mat
Approved by:	feld, mat (mentors)
Differential Revision:	https://reviews.freebsd.org/D9200
Original commitRevision:433881 

Number of commits found: 3