[Bug 257139] math/lapack: Fix broken lib symlink

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 12 Jul 2021 17:09:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257139

            Bug ID: 257139
           Summary: math/lapack: Fix broken lib symlink
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: fortran@FreeBSD.org
          Reporter: jcfyecrayz@liamekaens.com
          Assignee: fortran@FreeBSD.org
             Flags: maintainer-feedback?(fortran@FreeBSD.org)

Created attachment 226405
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=226405&action=edit
[patch] math/lapack: remove unnecessary post-install for libtmglib shared libs

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.

The attached patch also bumps PORTREVISION for math/lapack (not slave ports)
since this will change the package.

QA:
  portlint - ok (no new warnings)
  poudriere - ok (11-stable/amd64)

-- 
You are receiving this mail because:
You are the assignee for the bug.