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: net-p2p/monero-cli/files/patch-src_crypto_slow-hash.c

Number of commits found: 2

Wednesday, 13 Apr 2022
12:04 Vasil Dimov (vd) search for other commits by this committer
net-p2p/monero-cli: mark as broken on aarch64

Fails to compile with the following errors:

/wrkdirs/usr/ports/net-p2p/monero-cli/work/monero-0.17.3.0/src/crypto/slow-hash.c:1118:22:
warning: implicit declaration of function 'getauxval' is invalid in C99
[-Wimplicit-function-declaration]
        supported = (getauxval(AT_HWCAP) & HWCAP_AES) != 0;
                     ^
/wrkdirs/usr/ports/net-p2p/monero-cli/work/monero-0.17.3.0/src/crypto/slow-hash.c:1118:32:
error: use of undeclared identifier 'AT_HWCAP'
        supported = (getauxval(AT_HWCAP) & HWCAP_AES) != 0;
                               ^
/wrkdirs/usr/ports/net-p2p/monero-cli/work/monero-0.17.3.0/src/crypto/slow-hash.c:1118:44:
error: use of undeclared identifier 'HWCAP_AES'
        supported = (getauxval(AT_HWCAP) & HWCAP_AES) != 0;
                                           ^
commit hash: b298a9c5c08f81070c441a44d8729a317350ea9d commit hash: b298a9c5c08f81070c441a44d8729a317350ea9d commit hash: b298a9c5c08f81070c441a44d8729a317350ea9d commit hash: b298a9c5c08f81070c441a44d8729a317350ea9d b298a9c
Wednesday, 30 Mar 2022
06:43 Vasil Dimov (vd) search for other commits by this committer
net-p2p/monero-cli: blind attempt to fix arm64 compilation
commit hash: 545f8c39b075ede50648351b6b50834d0fb3c35a commit hash: 545f8c39b075ede50648351b6b50834d0fb3c35a commit hash: 545f8c39b075ede50648351b6b50834d0fb3c35a commit hash: 545f8c39b075ede50648351b6b50834d0fb3c35a 545f8c3

Number of commits found: 2