notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: astro/siril/files/patch-meson.build
SVNWeb

Number of commits found: 3

Mon, 16 May 2022
[ 21:34 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:b4a9e7c7ab8fa57a5bf17bb4ae6f56f362c33b9e  commit hash:b4a9e7c7ab8fa57a5bf17bb4ae6f56f362c33b9e  commit hash:b4a9e7c7ab8fa57a5bf17bb4ae6f56f362c33b9e  b4a9e7c 
astro/siril: Update 1.0.1 -> 1.0.2

Reported by:	portscout
Sun, 8 May 2022
[ 05:27 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:2eb552662649517882ddd934bbc2d248f8ada043  commit hash:2eb552662649517882ddd934bbc2d248f8ada043  commit hash:2eb552662649517882ddd934bbc2d248f8ada043  2eb5526 
astro/siril: Update 0.99.10.1 -> 1.0.1
Tue, 17 Nov 2020
[ 08:36 yuri search for other commits by this committer ] Original commit   Revision:555541
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

Number of commits found: 3