From nobody Sun Jul 18 15:58:42 2021 X-Original-To: fortran@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id AAE3812787AE for ; Sun, 18 Jul 2021 15:58:42 +0000 (UTC) (envelope-from bugzilla-noreply@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GSV5G49Hhz3DKD for ; Sun, 18 Jul 2021 15:58:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70B5C260DD for ; Sun, 18 Jul 2021 15:58:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 16IFwgpa050213 for ; Sun, 18 Jul 2021 15:58:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 16IFwgFc050212 for fortran@FreeBSD.org; Sun, 18 Jul 2021 15:58:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: fortran@FreeBSD.org Subject: [Bug 257139] math/lapack: Fix broken lib symlink Date: Sun, 18 Jul 2021 15:58:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: thierry@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ merge-quarterly+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Fortran on FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-fortran List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-fortran@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257139 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch 2021Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D66f727881fa71278eb1c0941467e43a= 7579df876 commit 66f727881fa71278eb1c0941467e43a7579df876 Author: Thierry Thomas AuthorDate: 2021-07-18 15:37:07 +0000 Commit: Thierry Thomas CommitDate: 2021-07-18 15:57:30 +0000 math/lapack: fix broken lib symlink In lapack-3.10.0, there is a broken sym link for libtmglib.so.3.10.0 (should be a file): /usr/local/lib/libtmglib.so.3@ -> libtmglib.so.3.10.0 /usr/local/lib/libtmglib.so.3.10.0@ -> libtmglib.so.3 Just remove the unnecessary code in post-install for libtmglib shared lib files. 'do-install' does everything correctly. PR: 257139 Reported by: John Hein (cherry picked from commit 8af3d45c8b1fbc2ace55eccd74b93defffce5b1a) math/lapack/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=