Date: Sun, 3 Jul 2016 18:27:15 -0400 From: Jason Unovitch <junovitch@FreeBSD.org> To: Bernard Spil <brnrd@FreeBSD.org> Cc: Mathieu Arnold <mat@freebsd.org>, Adam Weinberger <adamw@adamw.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r417795 - head/security/letskencrypt Message-ID: <20160703222715.GA38987@Silverstone> In-Reply-To: <a78c3668bb80adaa034dfd298be754c1@imap.brnrd.eu> References: <201606292055.u5TKtOwU090876@repo.freebsd.org> <08FF4FCE-BAD2-4F26-9082-FE04378133B0@adamw.org> <36C82FFBA7D42A621D21CE03@atuin.in.mat.cc> <a78c3668bb80adaa034dfd298be754c1@imap.brnrd.eu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 30, 2016 at 11:19:20AM +0200, Bernard Spil wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2016-06-29 23:11, Mathieu Arnold wrote: > > +--On 29 juin 2016 15:04:28 -0600 Adam Weinberger <adamw@adamw.org> wrote: > > |> On 29 Jun, 2016, at 14:55, Bernard Spil <brnrd@freebsd.org> wrote: > > |> > > |> > > |> +USES= gmake ssl:libressl tar:tgz > > | > > | Is USES=ssl:libressl real? It seems like a great idea, but I didn't know > > | it was a thing. > > > > It's about the same as USES=ssl:foobar :-) > > Just figured this out as well :D > > Luckily it is a no-op, the ports framework just makes it ssl_ARGS which > is not used in Mk/Uses/ssl.mk. > > The port takes care of the problem at the bottom of the Makefile > > .if empty(SSL_DEFAULT:Mlibressl*) > IGNORE= needs LibreSSL to build. set DEFAULT_VERSIONS+=ssl=libressl \ > and rebuild all ports that depend on openssl > .endif > > which matches either security/libressl or security/libressl-devel. > Can you fix the ssl:libressl then? It doesn't make much sense to have this non-functional line in the port.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160703222715.GA38987>