Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2014 11:27:06 +0200
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        Vsevolod Stakhov <vsevolod@FreeBSD.org>,  ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r361642 - in head/security/libressl: . files
Message-ID:  <53C250EA.9060707@FreeBSD.org>
In-Reply-To: <201407122049.s6CKnaSS010770@svn.freebsd.org>
References:  <201407122049.s6CKnaSS010770@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 07/12/14 22:49, Vsevolod Stakhov wrote:
> Author: vsevolod
> Date: Sat Jul 12 20:49:36 2014
> New Revision: 361642
> URL: http://svnweb.freebsd.org/changeset/ports/361642
> QAT: https://qat.redports.org/buildarchive/r361642/
> 
> Log:
>   - Fix OPENSSL_VERSION_NUMBER to identify that libressl supports features of
>    openssl 1.0.1g only
>   - Add LIBRESSL_VERSION_NUMBER to distinguish from openssl
>   - Strip libraries correctly
>   - Bump PORTREVISION
> 
> Added:
>   head/security/libressl/files/
>   head/security/libressl/files/patch-include-openssl-opensslv.h   (contents, props changed)
> Modified:
>   head/security/libressl/Makefile

I'm seeing error like:

"/usr/local/lib/libcrypto.so.26" non-existent -- dependency list incomplete

This is due to the fact that bsd.opensssl.mk expects library major
version for libssl and libcrypto to be the same, which isn't the case
for libressl (from "pkg info"):

/usr/local/lib/libssl.so.26.0.0
/usr/local/lib/libcrypto.so.29.0.0

Is there a way to fix this?

-- 
Guido Falsi <madpilot@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53C250EA.9060707>