Date: Sun, 21 Feb 2021 07:02:10 +0000 From: Alexey Dokuchaev <danfe@freebsd.org> To: Romain Tarti?re <romain@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r566124 - in head/irc: . catgirl Message-ID: <20210221070210.GA54@FreeBSD.org> In-Reply-To: <YDGTIXSbb2A4oMMt@blogreen.org> References: <202102192353.11JNrMtX005757@repo.freebsd.org> <20210220061956.GB66080@FreeBSD.org> <YDGTIXSbb2A4oMMt@blogreen.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 20, 2021 at 12:54:21PM -1000, Romain Tarti?re wrote: > Hi! > > On Sat, Feb 20, 2021 at 06:19:56AM +0000, Alexey Dokuchaev wrote: > > > +.if ${SSL_DEFAULT} == base || ${SSL_DEFAULT} == openssl > > > +LIB_DEPENDS+= libtls.so:security/libretls > > > +.endif > > > > I don't think this is right, or even allowed. Can't the code be made > > portable across all SSL flavors? > > Hum... This program is developed targeting libressl which provide this > libretls library to ease-up development of TLS related things. > > The author extracting the libretls stuff from libressl so that it can be > used with openssl, and that was imported in the ports tree as > security/libretls. Ah, sorry, my bad, I've misread the port name as `security/libressl'. Never mind, it's fine. :) ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20210221070210.GA54>