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/findomain/files/patch-powerpc

Number of commits found: 4

Thursday, 25 Jan 2024
15:31 Mikael Urankar (mikael) search for other commits by this committer
net/findomain: Update to 9.0.4

PR:		276058
Approved by:	maintainer timeout
commit hash: 84190a7d8417070093858fa0e2400bfdf13693f7 commit hash: 84190a7d8417070093858fa0e2400bfdf13693f7 commit hash: 84190a7d8417070093858fa0e2400bfdf13693f7 commit hash: 84190a7d8417070093858fa0e2400bfdf13693f7 84190a7
Tuesday, 16 Nov 2021
12:03 Piotr Kubaj (pkubaj) search for other commits by this committer
net/findomain: fix build on powerpc

error[E0432]: unresolved imports `core::sync::atomic::AtomicI64`,
`core::sync::atomic::AtomicU64`
  -->
/wrkdirs/usr/ports/net/findomain/work/Findomain-5.0.0/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/net/findomain/work/Findomain-5.0.0/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/net/findomain/work/Findomain-5.0.0/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: 38b2862d44cccb962b8e7b70c9737518fc7b973c commit hash: 38b2862d44cccb962b8e7b70c9737518fc7b973c commit hash: 38b2862d44cccb962b8e7b70c9737518fc7b973c commit hash: 38b2862d44cccb962b8e7b70c9737518fc7b973c 38b2862
Sunday, 22 Aug 2021
18:57 Lewis Cook (lcook) search for other commits by this committer
net/findomain: Update to 0.5.0

Changes:	https://github.com/Findomain/Findomain/releases/tag/5.0.0
commit hash: 1893886ab6bf41393de9592bcfd2771e90bdf8c8 commit hash: 1893886ab6bf41393de9592bcfd2771e90bdf8c8 commit hash: 1893886ab6bf41393de9592bcfd2771e90bdf8c8 commit hash: 1893886ab6bf41393de9592bcfd2771e90bdf8c8 1893886
Monday, 28 Jun 2021
19:35 Piotr Kubaj (pkubaj) search for other commits by this committer
*/*: fix all ports using Rust on powerpc that fail due to libc

This commit backports
https://github.com/rust-lang/libc/commit/a66f7c1eb26ad890c8169d8395e3042bcf776f01
to various ports.
It doesn't bring that backport to ports that fail to build anyway.
commit hash: d5ca695b55b1a19a95e85c2870a25362273fcea9 commit hash: d5ca695b55b1a19a95e85c2870a25362273fcea9 commit hash: d5ca695b55b1a19a95e85c2870a25362273fcea9 commit hash: d5ca695b55b1a19a95e85c2870a25362273fcea9 d5ca695

Number of commits found: 4