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: benchmarks/inferno/files/patch-powerpc

Number of commits found: 4

Sunday, 13 Feb 2022
17:38 Yuri Victorovich (yuri) search for other commits by this committer
benchmarks/inferno: Update 0.10.9 -> 0.10.12

Reported by:	portscout
commit hash: c134092db5f0d262f710a0becd5bc4c46c2e9162 commit hash: c134092db5f0d262f710a0becd5bc4c46c2e9162 commit hash: c134092db5f0d262f710a0becd5bc4c46c2e9162 commit hash: c134092db5f0d262f710a0becd5bc4c46c2e9162 c134092
Tuesday, 16 Nov 2021
12:04 Piotr Kubaj (pkubaj) search for other commits by this committer
benchmarks/inferno: fix build on powerpc

error[E0432]: unresolved imports `core::sync::atomic::AtomicI64`,
`core::sync::atomic::AtomicU64`
  -->
/wrkdirs/usr/ports/benchmarks/inferno/work/inferno-0.10.7/cargo-crates/crossbeam-utils-0.8.5/src/lib.rs:79:49
   |
79 |             pub(crate) use core::sync::atomic::{AtomicI64, AtomicU64};
   |                                                 ^^^^^^^^^  ^^^^^^^^^ no
`AtomicU64` in `sync::atomic`
   |                                                 |
   |                                                 no `AtomicI64` in
`sync::atomic`
   |
help: a similar name exists in the module
   |
79 |             pub(crate) use core::sync::atomic::{AtomicI8, AtomicU64};
   |                                                 ~~~~~~~~
help: a similar name exists in the module
   |
79 |             pub(crate) use core::sync::atomic::{AtomicI64, AtomicU8};
   |                                                            ~~~~~~~~

error[E0412]: cannot find type `AtomicU64` in module `core::sync::atomic`
    -->
/wrkdirs/usr/ports/benchmarks/inferno/work/inferno-0.10.7/cargo-crates/crossbeam-utils-0.8.5/src/atomic/consume.rs:78:14
     |
78   |   impl_atomic!(AtomicU64, u64);
     |                ^^^^^^^^^ help: a struct with a similar name exists:
`AtomicU16`

error[E0412]: cannot find type `AtomicI64` in module `core::sync::atomic`
    -->
/wrkdirs/usr/ports/benchmarks/inferno/work/inferno-0.10.7/cargo-crates/crossbeam-utils-0.8.5/src/atomic/consume.rs:80:14
     |
80   |   impl_atomic!(AtomicI64, i64);
     |                ^^^^^^^^^ help: a struct with a similar name exists:
`AtomicI16`

Some errors have detailed explanations: E0412, E0432.
For more information about an error, try `rustc --explain E0412`.
error: could not compile `crossbeam-utils` due to 3 previous errors
commit hash: 5f925ae5d816bdd2f7961f1b9abe22498c083645 commit hash: 5f925ae5d816bdd2f7961f1b9abe22498c083645 commit hash: 5f925ae5d816bdd2f7961f1b9abe22498c083645 commit hash: 5f925ae5d816bdd2f7961f1b9abe22498c083645 5f925ae
Thursday, 2 Sep 2021
09:29 Yuri Victorovich (yuri) search for other commits by this committer
benchmarks/inferno: Update 0.10.6 -> 0.10.7

Reported by:	portscout
commit hash: d74d4f5f6d32cfb687432693a07e20f9b1b0cfac commit hash: d74d4f5f6d32cfb687432693a07e20f9b1b0cfac commit hash: d74d4f5f6d32cfb687432693a07e20f9b1b0cfac commit hash: d74d4f5f6d32cfb687432693a07e20f9b1b0cfac d74d4f5
Tuesday, 13 Jul 2021
09:26 Piotr Kubaj (pkubaj) search for other commits by this committer
benchmarks/inferno: fix build on powerpc

Apart from backporting libc support, it also requires adding powerpc target to
the list of targets that don't support 64-bit atomics.
commit hash: 675bee23270b92331c096b52e44bc1c32b45e060 commit hash: 675bee23270b92331c096b52e44bc1c32b45e060 commit hash: 675bee23270b92331c096b52e44bc1c32b45e060 commit hash: 675bee23270b92331c096b52e44bc1c32b45e060 675bee2

Number of commits found: 4