Re: git: 5baffc837a29 - main - lang/zig015: copy from lang/zig

From: Tomoaki AOKI <junchoon_at_dec.sakura.ne.jp>
Date: Mon, 11 May 2026 16:58:10 UTC
Hi.

This breaks `make index` on lang/ part.
Makefile is aware of tab and space.

Patch below (also attached) fixes the issue.

Regards.


diff --git a/lang/Makefile b/lang/Makefile
index 74a8fea61e4c..e93337ba5676 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -400,6 +400,6 @@
     SUBDIR += zephir
     SUBDIR += zig
     SUBDIR += zig014
-	SUBDIR += zig015
+    SUBDIR += zig015
 
 .include <bsd.port.subdir.mk>

> The branch main has been updated by kenrap:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=5baffc837a292b063684cb150281fd58825bc0c4
> 
> commit 5baffc837a292b063684cb150281fd58825bc0c4
> Author:     Pero Or$B".(Boli$B".(B <bsd@orsolic.org>
> AuthorDate: 2026-04-18 18:33:13 +0000
> Commit:     Kenneth Raplee <kenrap@FreeBSD.org>
> CommitDate: 2026-05-11 15:33:47 +0000
> 
>     lang/zig015: copy from lang/zig
>     
>     Create the lang/zig015 for ports not ready for Zig 0.16.0 and depending
>     on Zig 0.15
>     
>     PR:             294741
>     Approved by:    arrowd (co-mentor)
> ---
>  lang/Makefile         |  1 +
>  lang/zig015/Makefile  | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  lang/zig015/distinfo  |  3 ++
>  lang/zig015/pkg-descr |  2 ++
>  4 files changed, 82 insertions(+)
> 
> diff --git a/lang/Makefile b/lang/Makefile
> index 0038ea9b4622..74a8fea61e4c 100644
> --- a/lang/Makefile
> +++ b/lang/Makefile
> @@ -400,5 +400,6 @@
>      SUBDIR += zephir
>      SUBDIR += zig
>      SUBDIR += zig014
> +	SUBDIR += zig015
>  
>  .include <bsd.port.subdir.mk>

    (Snip to the end of mail)


-- 
Tomoaki AOKI    <junchoon@dec.sakura.ne.jp>