Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 2021 14:18:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253712] devel/newt: This port does not register shared libs
Message-ID:  <bug-253712-7788-ERhhi7BcGZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253712-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253712-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253712

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: fernape
Date: Wed Feb 24 14:18:28 UTC 2021
New revision: 566476
URL: https://svnweb.freebsd.org/changeset/ports/566476

Log:
  MFH: r566474

  devel/newt: does not register shared libs

  pkg info -b newt does not show any shared libraries despite the port
installing
  one.

  The framework uses the output of readelf -d to know if the library has a
SONAME
  and this ports does not add a SONAME if it does not detect the GNU linker.
Then,
  the resulting package does not register any shared libraries.

  * Patch configure.ac to learn and detect LLVM linker so it adds the SONAM=
E to
    the library.
  * Add USE_LDCONFIG (portlint wrongly complains about not installing shared
libs)

  PR:     253712
  Submitted by:   masamory7@gmail.com

Changes:
_U  branches/2021Q1/
  branches/2021Q1/devel/newt/Makefile
  branches/2021Q1/devel/newt/files/patch-configure.ac

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253712-7788-ERhhi7BcGZ>