svn commit: r542549 - in head/irc/weechat: . files

Alexey Dokuchaev danfe at freebsd.org
Sun Jul 19 15:11:12 UTC 2020


On Sun, Jul 19, 2020 at 09:17:47AM +0000, Bernard Spil wrote:
> New Revision: 542549
> URL: https://svnweb.freebsd.org/changeset/ports/542549
> 
> Log:
>   irc/weechat: Update to 2.9
>   
>    * Fix REINPLACE_CMD warnings
> 
> ...
> @@ -14,16 +14,17 @@ LICENSE_FILE=	${WRKSRC}/COPYING
>  
>  LIB_DEPENDS+=	libcurl.so:ftp/curl \
>  		libgcrypt.so:security/libgcrypt \
> +		libgnutls.so:security/gnutls \
>  
> -OPTIONS_DEFINE=		BACKTRACE DOCS CA_BUNDLE GNUTLS HEADLESS ICON ICONV \
> +OPTIONS_DEFINE=		BACKTRACE DOCS CA_BUNDLE HEADLESS ICON ICONV \
> ...
> -GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
> -GNUTLS_USES=		pkgconfig

If I read it correctly and security/gnutls is no longer optional, I guess
this should be accounted for in the commit log, which doesn't metion this
this but mentions cosmetic REINPLACE_CMD-related change.

./danfe


More information about the svn-ports-all mailing list