Re: git: ce282f9818c3 - main - mail/nbsmtp: Does not build with clang 15

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Tue, 14 Feb 2023 02:59:34 UTC
On Mon, Feb 13, 2023 at 02:20:35PM +0000, Emanuel Haupt wrote:
> commit ce282f9818c344616ad9e3df29d01dab55acf8b2
> 
>   mail/nbsmtp: Does not build with clang 15
> 
> +.include <bsd.port.pre.mk>
> +
> +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
> +USE_GCC=	yes
> +.endif

Why not just fix the code instead of pulling whole another compiler
suite?  Looks like it bogusly assigns (char)NULL instead of '\0' in
several places (unless, of course, there are other, more complicated
errors, but commit log does not mention anything specific).

./danfe