Re: git: 5baffc837a29 - main - lang/zig015: copy from lang/zig
Date: Mon, 11 May 2026 18:08:13 UTC
On Mon, 11 May 2026 17:36:31 +0200, Kenneth Raplee wrote: > > 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 ^^^^^^^ Tab instead of spaces. This breaks 'pkg version -vPL=': $ pkg version -vPL= go-1.26_20,2 ? orphaned: lang/go go126-1.26.3 ? orphaned: lang/go126 perl5-5.42.2 ? orphaned: lang/perl5.42 python-3.14_3,2 ? orphaned: lang/python python3-3_4 ? orphaned: lang/python3 python314-3.14.4_2 ? orphaned: lang/python314 rclone-1.73.5 < needs updating (port has 1.73.5_1) rust-1.95.0 ? orphaned: lang/rust $ pkg version -vPL= python314-3.14.4_2 < needs updating (port has 3.14.4_3)