Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2016 12:14:20 +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-jDiVP8zsj4@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 #6 from Mathieu Arnold <mat@FreeBSD.org> ---
Created attachment 173494
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D173494&action=
=3Dedit
patch

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)

--=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-jDiVP8zsj4>