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-meson.build

Number of commits found: 3

Monday, 16 May 2022
21:34 Yuri Victorovich (yuri) search for other commits by this committer
astro/siril: Update 1.0.1 -> 1.0.2

Reported by:	portscout
commit hash: b4a9e7c7ab8fa57a5bf17bb4ae6f56f362c33b9e commit hash: b4a9e7c7ab8fa57a5bf17bb4ae6f56f362c33b9e commit hash: b4a9e7c7ab8fa57a5bf17bb4ae6f56f362c33b9e commit hash: b4a9e7c7ab8fa57a5bf17bb4ae6f56f362c33b9e b4a9e7c
Sunday, 8 May 2022
05:27 Yuri Victorovich (yuri) search for other commits by this committer
astro/siril: Update 0.99.10.1 -> 1.0.1
commit hash: 2eb552662649517882ddd934bbc2d248f8ada043 commit hash: 2eb552662649517882ddd934bbc2d248f8ada043 commit hash: 2eb552662649517882ddd934bbc2d248f8ada043 commit hash: 2eb552662649517882ddd934bbc2d248f8ada043 2eb5526
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 

Number of commits found: 3