Re: git: d41e5a8575fd - 2022Q1 - lang/zig: update to 0.9.0

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Thu, 20 Jan 2022 05:30:59 UTC
On Thu, Jan 20, 2022 at 03:48:28AM +0000, Dave Cottlehuber wrote:
> commit d41e5a8575fd04d565e6bd1a9618ddc1e2d8ce92
> 
>     lang/zig: update to 0.9.0
>     
> diff --git a/lang/zig/Makefile b/lang/zig/Makefile
> index 9c0fcb34f400..abc0a06e0dc5 100644
> --- a/lang/zig/Makefile
> +++ b/lang/zig/Makefile
> @@ -1,5 +1,5 @@
>  PORTNAME=	zig
> -DISTVERSION=	0.8.1
> +DISTVERSION=	0.9.0
>  CATEGORIES=	lang
>  MASTER_SITES=	https://ziglang.org/download/${DISTVERSION}/
> ...
>  
> +CONFLICTS=	zig
> +

Why does it conflict with itself, if I'm reading it correctly?  I can
imagine utterly broken software which cannot be built when it's already
installed, so in this case CONFLICTS should be CONFLICTS_BUILD, but
even better would be to fix the build logic to ignore installed bits.

./danfe