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: astro/siril/files/patch-Makefile.am

Number of commits found: 3

Tuesday, 17 Nov 2020
08:36 yuri search for other commits by this committer
astro/siril: Fix run-time error: Undefined symbol "cblas_dcopy"

This was because math/gsl installs 2 libraries, libgsl.so and
libgslcblas.so, the former of which should depend on the latter one.
Instead, the gsl package through its pkg-config script asks users to
link to both libraries. This fails when the link line also has
-Wl,--as-needed which causes the linker to drop the second library.
In such case the above error is triggered at runtime.

Also update WWW.

PR:		251206
Submitted by:	Ned Leitch <ned.leitch+freebsd@gmail.com>
MFH:		2020Q4
Original commitRevision:555541 
Tuesday, 28 Jan 2020
05:06 yuri search for other commits by this committer
astro/siril: Update 0.9.10 -> 0.9.12

Reported by:	portscout
Original commitRevision:524459 
Monday, 21 Jan 2019
07:54 yuri search for other commits by this committer
astro/siril: Update 0.9.9 -> 0.9.10

Reported by:	portscout
Original commitRevision:490828 

Number of commits found: 3