On Mon, 27 Oct 2008, Austin English wrote:
PC-BSD doesn't have root certificates installed by default. They're available in ports/security/ca_root_nss, but even after installing them, the test still fails. We need their location added to the list of locations to search.
So this means we don't need to worry about ca_root_nss on the build machine but that it must be installed on the machine where Wine runs, right?
I'm asking because of the Recommended_Packages Wiki page. It mostly lists build dependencies so the question is whether it should really be added there. Maybe it means that page should better distinguish build-time dependencies from run-time dependencies.
On Tue, Oct 28, 2008 at 8:03 AM, Francois Gouget fgouget@free.fr wrote:
On Mon, 27 Oct 2008, Austin English wrote:
PC-BSD doesn't have root certificates installed by default. They're available in ports/security/ca_root_nss, but even after installing them, the test still fails. We need their location added to the list of locations to search.
So this means we don't need to worry about ca_root_nss on the build machine but that it must be installed on the machine where Wine runs, right?
I'm asking because of the Recommended_Packages Wiki page. It mostly lists build dependencies so the question is whether it should really be added there. Maybe it means that page should better distinguish build-time dependencies from run-time dependencies.
-- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ 145 = 1! + 4! + 5!
Right. I added a note to the Wiki page yesterday, but didn't distinguish between build and run time. If I have time later, I'll change it, but feel free to modify it to clarify that.