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: lang/rust/files/powerpc64-elfv2/patch-src_librustc__llvm_build.rs

Number of commits found: 3

Thursday, 18 Jun 2020
20:36 pkubaj search for other commits by this committer
lang/rust: build with Clang on powerpc64 elfv2

It looks like the LLVM bug that made Rust fail to build is gone (or Rust just
doesn't trigger it anymore). I tested that Rust itself and Firefox build.

Bump PORTREVISION because of dependency change.

PR:		247388
Approved by:	tobik (maintainer)
Original commitRevision:539571 
Tuesday, 17 Mar 2020
22:32 tobik search for other commits by this committer
lang/rust-bootstrap: Unbreak powerpc64_elfv2 flavor after r528599

error: could not find native static library `stdc++`, perhaps an -L flag is
missing?

error: aborting due to previous error

error: could not compile `rustc_llvm`.

PR:		244813
Original commitRevision:528606 
19:25 pkubaj search for other commits by this committer
lang/rust: fix build on powerpc64 elfv2

After upgrade to LLVM 10, core in stage 1 fails to compile (no clear reason,
rustc crashes):
pid 26828 (rustc), jid 0, uid 0: exited on signal 11 (core dumped)

Compilation with GCC works fine, so switch to GCC for the time being.

PR:		244813
Approved by:	mikael
Original commitRevision:528599 

Number of commits found: 3