Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2021 06:19:56 +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:  <20210220061956.GB66080@FreeBSD.org>
In-Reply-To: <202102192353.11JNrMtX005757@repo.freebsd.org>
References:  <202102192353.11JNrMtX005757@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Feb 19, 2021 at 11:53:22PM +0000, Romain Tarti??re wrote:
> New Revision: 566124
> URL: https://svnweb.freebsd.org/changeset/ports/566124
> 
> Log:
>   New port: irc/catgirl
>   
> ...
> @@ -0,0 +1,31 @@
> +# $FreeBSD$
> +
> +post-install:
> +	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/catgirl
> +
> +.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?

./danfe



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