svn commit: r566124 - in head/irc: . catgirl

Alexey Dokuchaev danfe at freebsd.org
Sun Feb 21 07:02:10 UTC 2021


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


More information about the svn-ports-all mailing list