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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

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