Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jan 2022 05:30:59 +0000
From:      Alexey Dokuchaev <danfe@freebsd.org>
To:        Dave Cottlehuber <dch@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-branches@freebsd.org
Subject:   Re: git: d41e5a8575fd - 2022Q1 - lang/zig: update to 0.9.0
Message-ID:  <Yejzk8t114S37VkN@FreeBSD.org>
In-Reply-To: <202201200348.20K3mSba080848@gitrepo.freebsd.org>
References:  <202201200348.20K3mSba080848@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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