Date: Tue, 12 May 2026 01:58:10 +0900 From: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> To: Kenneth Raplee <kenrap@FreeBSD.org> Cc: Gleb Popov <arrowd@FreeBSD.org>, dev-commits-ports-main@freebsd.org Subject: Re: git: 5baffc837a29 - main - lang/zig015: copy from lang/zig Message-ID: <20260512015810.5206390b354f60b095249e67@dec.sakura.ne.jp>
index | next in thread | raw e-mail
[-- Attachment #1 --]
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〓oli〓 <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>
[-- Attachment #2 --]
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>
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20260512015810.5206390b354f60b095249e67>
