Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Sep 2016 14:13:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211592] bsd.ssl.mk migration to USES exposed conflict between ncurses/ssl rpaths (base vs ports)
Message-ID:  <bug-211592-13-bOuI56NZXS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-211592-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-211592-13@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=3D211592

--- Comment #9 from commit-hook@freebsd.org ---
A commit references this bug:

Author: mat
Date: Thu Sep  8 14:12:56 UTC 2016
New revision: 421554
URL: https://svnweb.freebsd.org/changeset/ports/421554

Log:
  Fix ncurses to not add /usr/lib to rpath.

  There are three cases here:

  1) USES=3Dncurses or USES=3Dncurses:base and devel/ncurses is not present:
     use base, no need to add rpath as there is only one libncurses.so
     present, in /usr/lib
  2) USES=3Dncurses and devel/ncurses is present or USES=3Dncurses:port: use
     ports, and add rpath to LOCALBASE/lib so that the right one is picked
  3) USES=3Dncurses:base and devel/ncurses is present fail (it would warrant
     using -rpath /usr/lib, but it error's out during the sanity stage)

  PR:           211592
  Reported by:  koobs (and many others)
  Reviewed by:  bapt
  Sponsored by: Absolight
  Differential Revision:        https://reviews.freebsd.org/D7459

Changes:
  head/Mk/Uses/ncurses.mk

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211592-13-bOuI56NZXS>