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/pcre2/files/patch-sljit_sljitConfigInternal.h

Number of commits found: 2

Friday, 25 Mar 2022
15:15 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/pcre2: fix patch
commit hash: 329f1a070461635240e4453d21416f5d7deddc57 commit hash: 329f1a070461635240e4453d21416f5d7deddc57 commit hash: 329f1a070461635240e4453d21416f5d7deddc57 commit hash: 329f1a070461635240e4453d21416f5d7deddc57 329f1a0
14:29 Piotr Kubaj (pkubaj) search for other commits by this committer
pcre: fix runtime issues on powerpc

In sljitConfigInternal.h, pcre checks for existence of __builtin___clear_cache()
function.
LLVM provides that function for all platforms, even those that don't have
implemented flushing the cache.

This leads to runtime errors on e.g. powerpc (32-bit) with __clear_cache()
calling compilerrt_abort(), resulting in SIGABRT.
commit hash: b6bb44e5ba8832aa575c28a13cef3ea2c9edc8b6 commit hash: b6bb44e5ba8832aa575c28a13cef3ea2c9edc8b6 commit hash: b6bb44e5ba8832aa575c28a13cef3ea2c9edc8b6 commit hash: b6bb44e5ba8832aa575c28a13cef3ea2c9edc8b6 b6bb44e

Number of commits found: 2