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: math/libflame/files

Number of commits found: 1

Wednesday, 4 Jul 2018
22:51 jmd search for other commits by this committer
math/libflame: bring to current date and take maintainership

This brings our math/libflame to a recent state, as opposed to the outdated one
before. Their development has moved to
github. Configure it as a LAPACK library and to use an external BLAS to
eventually support a blaslapack:flame together
with math/blis. Please note that this should be used with caution in production
until the port is better tested!

Their make system now generates a large quantity of object files to link which I
found to only work with a recent
linker (hence the requirement for recent CURRENT with lld default). Since this
is a numerical library, some caution is
required before we can enable it for other architectures. Patches were generated
by hand as makepatch failed to work
properly.

Reviewed by:	mat, zeising (mentor)
Approved by:	zeising (mentor)
Differential Revision:	https://reviews.freebsd.org/D15716
Original commitRevision:473932 

Number of commits found: 1