HomeFreeBSD

MFH: r555541

Description

MFH: r555541

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>

Approved by: ports-secteam (fluffy)

Details

Provenance
yuriAuthored on
Parents
rP555692: graphics/gmic: Update 2.9.2 -> 2.9.3
Branches
Unknown
Tags
Unknown