K 10 svn:author V 4 yuri K 8 svn:date V 27 2020-11-19T07:39:41.844498Z K 7 svn:log V 588 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 Approved by: ports-secteam (fluffy) END