From owner-svn-ports-all@freebsd.org Thu Nov 19 07:39:43 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1B2662EA570; Thu, 19 Nov 2020 07:39:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CcBQk6QVmz3r5Z; Thu, 19 Nov 2020 07:39:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C55CA2033D; Thu, 19 Nov 2020 07:39:42 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AJ7dgHk049079; Thu, 19 Nov 2020 07:39:42 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AJ7dgCp049076; Thu, 19 Nov 2020 07:39:42 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202011190739.0AJ7dgCp049076@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 19 Nov 2020 07:39:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r555693 - in branches/2020Q4/astro/siril: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in branches/2020Q4/astro/siril: . files X-SVN-Commit-Revision: 555693 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2020 07:39:43 -0000 Author: yuri Date: Thu Nov 19 07:39:41 2020 New Revision: 555693 URL: https://svnweb.freebsd.org/changeset/ports/555693 Log: 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) Added: branches/2020Q4/astro/siril/files/patch-meson.build - copied unchanged from r555541, head/astro/siril/files/patch-meson.build Deleted: branches/2020Q4/astro/siril/files/patch-Makefile.am Modified: branches/2020Q4/astro/siril/Makefile branches/2020Q4/astro/siril/pkg-descr Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/astro/siril/Makefile ============================================================================== --- branches/2020Q4/astro/siril/Makefile Thu Nov 19 07:38:11 2020 (r555692) +++ branches/2020Q4/astro/siril/Makefile Thu Nov 19 07:39:41 2020 (r555693) @@ -2,6 +2,7 @@ PORTNAME= siril DISTVERSION= 0.99.6 +PORTREVISION= 1 CATEGORIES= astro graphics MASTER_SITES= https://free-astro.org/download/ Copied: branches/2020Q4/astro/siril/files/patch-meson.build (from r555541, head/astro/siril/files/patch-meson.build) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2020Q4/astro/siril/files/patch-meson.build Thu Nov 19 07:39:41 2020 (r555693, copy of r555541, head/astro/siril/files/patch-meson.build) @@ -0,0 +1,10 @@ +--- meson.build.orig 2020-09-22 20:01:48 UTC ++++ meson.build +@@ -123,6 +123,7 @@ if platform_linux + elif platform_bsd + siril_link_arg += '-rdynamic' + siril_link_arg += '-lexecinfo' ++ siril_link_arg += '-Wl,--no-as-needed' # workaround for https://gitlab.com/free-astro/siril/-/issues/614 (Bug#251206) + elif platform_windows + #TODO: Do Meson provide more elegant way? + siril_link_arg += '-Wl,--export-all-symbols' Modified: branches/2020Q4/astro/siril/pkg-descr ============================================================================== --- branches/2020Q4/astro/siril/pkg-descr Thu Nov 19 07:38:11 2020 (r555692) +++ branches/2020Q4/astro/siril/pkg-descr Thu Nov 19 07:39:41 2020 (r555693) @@ -8,4 +8,4 @@ interface than Iris' command line as well as more mode algorithms, but it is not yet as automated as DeepSkyStacker or Registax. It also provides a basic command line to access various processing functions. -WWW: https://free-astro.org/index.php/Siril +WWW: https://www.siril.org/