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: devel/llvm10/files/patch-lib_Support_Unix_Path.inc

Number of commits found: 4

Monday, 1 Apr 2024
10:27 Rene Ladan (rene) search for other commits by this committer
devel/llvm10: Remove expired port

2024-03-31 devel/llvm10: No longer supported by upstream
commit hash: 6d0c155a81a66a88bb849197e804d5a4f43c5d4a commit hash: 6d0c155a81a66a88bb849197e804d5a4f43c5d4a commit hash: 6d0c155a81a66a88bb849197e804d5a4f43c5d4a commit hash: 6d0c155a81a66a88bb849197e804d5a4f43c5d4a 6d0c155
Wednesday, 28 Oct 2020
23:58 kevans search for other commits by this committer
devel/llvm10: really fix the AT_EXECPATH fallback =(

It turns out that I made not one but *two* mistakes in applying this patch
from the version that I had sent upstream. This one is not an extra
semicolon, but rather not dereferencing p... p may never hit AT_NULL, but *p
certainly will.

The problem was isolated and the fix identified + tested by Andrew Gierth.

Reported by:	Andrew Gierth <andrew_tao173 riddles org uk>
MFH:		2020Q4 (blanket: build fix)
Original commitRevision:553570 
Tuesday, 20 Oct 2020
11:38 kevans search for other commits by this committer
devel/llvm10: fix the patch added in r552764

A stray semicolon would cause llvm binaries to segfault as they
always get the wrong "executable path" on 12.1/11.4. Only test built on
-CURRENT, which doesn't use this path. =(

Pointy hat:	kevans
PR:		250478, 250448
MFH:		2020Q4 (implicit, build fix)
Original commitRevision:552813 
Monday, 19 Oct 2020
20:32 kevans search for other commits by this committer
devel/llvm10: fix hand-rolled AT_EXECPATH search for older FreeBSD

This was committed in base r360875 and upstream 21e5e1724, which was after
LLVM10 branched and has not been backported.

This failure would only have been noticed if AT_EXECPATH was missing, and
qemu-user-static does not currently provide AT_EXECPATH. As such, any
execution of llvm10 binaries under qemu-user-static immediately segfaulted.

Reported by:	Daniel Tihanyi <daniel.tihanyi@tetragir.com>, jbeich
Approved by:	brooks (maintainer)
MFH:		2020Q4
Original commitRevision:552764 

Number of commits found: 4