Bug 289011 - lang/zig: Update 0.14.0 => 0.15.1
Summary: lang/zig: Update 0.14.0 => 0.15.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rodrigo Osorio
URL: https://ziglang.org/download/0.15.1/r...
Keywords:
Depends on:
Blocks: 289635
  Show dependency treegraph
 
Reported: 2025-08-22 20:56 UTC by Rodrigo Osorio
Modified: 2025-12-18 10:58 UTC (History)
10 users (show)

See Also:
bsd: maintainer-feedback+


Attachments
zig version bump to v0.15.1 (1.55 KB, patch)
2025-08-30 14:48 UTC, yds
no flags Details | Diff
zig 0.15.2 with build improvements (3.75 KB, patch)
2025-10-24 07:57 UTC, Pat Maddox
bsd: maintainer-approval+
Details | Diff
x11/waylock (3.41 KB, patch)
2025-11-23 18:51 UTC, Pero Oršolić
bsd: maintainer-approval+
Details | Diff
x11-wm/river (1.78 KB, patch)
2025-11-23 18:54 UTC, Pero Oršolić
bsd: maintainer-approval+
Details | Diff
games/xtxf (1.64 KB, patch)
2025-11-23 18:55 UTC, Pero Oršolić
slowdive: maintainer-approval-
Details | Diff
lang/zig014 fork (4.27 KB, patch)
2025-11-23 18:55 UTC, Pero Oršolić
bsd: maintainer-approval+
Details | Diff
consumers on zig 0.14 (1.70 KB, patch)
2025-11-23 18:58 UTC, Pero Oršolić
bsd: maintainer-approval? (jwb)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo Osorio freebsd_committer freebsd_triage 2025-08-22 20:56:54 UTC
https://github.com/freebsd/freebsd-ports/pull/425
Comment 1 yds 2025-08-30 14:48:26 UTC
Created attachment 263338 [details]
zig version bump to v0.15.1

attached a diff to bump zig version up to v0.15.1 release
Comment 2 ktullavik 2025-09-14 12:55:32 UTC
Tried the v0.15.1 patch and it got thumbs up from me. The current ports version (0.14) fails with simple hello world example from zig website for me. 0.15.1 works.

Ideally devel/zls should be updated at the same time though.
Comment 3 ktullavik 2025-09-16 00:42:50 UTC
Please sync update to 0.15.1 with update of devel/zls to 0.15.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289635
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2025-09-19 13:24:23 UTC
Unnecessary: CONFLICTS_INSTALL=      zig0*
$ grep zig MOVED
lang/zig011||2024-06-12|No consumers in ports
lang/zig-devel||2024-06-13|Older than lang/zig and no consumers in ports
lang/zig010|lang/zig|2025-08-31|Has expired: Old zig implementation, no consumers in ports
$ ls -d lang/zig*
lang/zig
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2025-09-19 23:54:41 UTC
Build fine for me in poudriere 14.3 amd64.
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2025-09-30 02:50:19 UTC
Rodrigo, are you still want to commit this update?
Comment 7 Jan Beich freebsd_committer freebsd_triage 2025-10-02 01:46:47 UTC
Did you test *all* consumers? "git grep -lF :lang/zig | wc -l" returns 8 ports. All of those used to break on "minor" updates in the past. Only "patch" updates were safe e.g., 0.12.0 -> 0.12.1.

If you can't fix consumers (like bug 279604 or bug 286105) at the same time consider forking lang/zig (like bug 273124 or bug 278570). I no longer maintain anything Zig-related, so can't help with the former. The latter (forking) is handled similar to a port rename: copy directory, connect in category/Makefile, add PKGNAMESUFFIX + PORTSCOUT and modify COMMENT, set up CONFLICTS_INSTALL, adjust category/port in reverse dependencies.
Comment 8 David Marker 2025-10-23 15:32:40 UTC
ports-mgmt/zig2tuple fails to build with zig 0.15.1, but the github source shows an already existing 0.15.1 branch. I was able to compile and run that successfully, but as its on a branch you can't just set GH_TAGNAME to the SHA.
Comment 9 Rodrigo Osorio freebsd_committer freebsd_triage 2025-10-23 17:40:32 UTC
(In reply to Vladimir Druzenko from comment #6)
Hi Vladimir,

Thanks for the heads-up ;)
Yes I will still working on that one.
Comment 10 Pat Maddox freebsd_committer freebsd_triage 2025-10-24 07:42:48 UTC
I was working on 0.15.2 (wish I saw this PR first!)

The following consumers pass poudriere testport with 0.15.2:

    biology/vcflib
    sysutils/ncdu2

The following consumers fail:

    astro/mepo
    audio/linuxwave
    devel/zls
    games/xtxf

I haven't investigated them too closely. 0.15 introduced a bunch of breaking changes since 0.14. I looked at astro/mepo a bit, and there's a patch series to update it to 0.15: https://lists.sr.ht/~mil/mepo-devel/patches/62061 https://lists.sr.ht/~mil/mepo-devel/%3C20250821020031.28035-2-lauren@selfisekai.rocks%3E

Presumably devel/zls should be updated in lockstep with zig version. I haven't looked at the other two.

I think this will continue to be a problem while Zig is pre-1.0. It seems like we'd be better off with distinct minor versions, e.g. zig-014, zig-015 etc?
Comment 11 Pat Maddox freebsd_committer freebsd_triage 2025-10-24 07:57:31 UTC
Created attachment 264832 [details]
zig 0.15.2 with build improvements
Comment 12 charlesrocket 2025-10-24 12:19:09 UTC
(In reply to Pat Maddox from comment #10)
xtxf (0.11.4) is ready for 0.15
Comment 13 charlesrocket 2025-10-24 13:50:15 UTC
(In reply to Pat Maddox from comment #10)
oh snap, I forgot to cut the release
Comment 14 Rodrigo Osorio freebsd_committer freebsd_triage 2025-10-28 14:40:04 UTC
Comment on attachment 263338 [details]
zig version bump to v0.15.1

Mark patch to 0.15.1 obsolete, replaced by 0.15.2 which is the last version
Comment 15 Rodrigo Osorio freebsd_committer freebsd_triage 2025-11-01 18:22:48 UTC
Hi Pero Oršolić,

As said before, the patch 264832 "zig 0.15.2 with build improvements"
woks as expected on poudriere to build zig, but the test target fails.

Adding missing dependency (TEST_DEPENDS=  linux_base-rl9>=9.2:emulators/linux_base-rl9)
helps but don't solve the problem.
This is probably not required, but I need your feedback before committing the changes for this port.

All the best
-- rodrigo
Comment 16 Pero Oršolić 2025-11-03 20:36:14 UTC
Hi Rodrigo Osorio,

In my opinion is better to have imperfect solution than no solution at all :)
I'll look into updating consumers later, when I got more free time.
Comment 17 Pat Maddox freebsd_committer freebsd_triage 2025-11-07 22:28:08 UTC
What do we think of forking to have 0.14 and 0.15 versions? Zig is making lots of breaking changes, consumers aren't necessarily keeping up.
Comment 18 charlesrocket 2025-11-08 01:45:46 UTC
(In reply to Pat Maddox from comment #17)
Whatever gets me into the kitchen))) Tho the consumer count is pretty low for a fork.
Comment 19 ktullavik 2025-11-09 16:39:50 UTC
(In reply to charlesrocket from comment #18)

Also, when people commit ports that depend on a fast moving, WIP language, they better keep their sleeves up. I'm sure most people interested in Zig would want the latest version, not some version in which official docs and examples don't even work. Since Zig supports FreeBSD, you can always manually install what fits your needs. Sorry I can't help more with the practical matters for the time being.
Comment 20 charlesrocket 2025-11-09 17:03:52 UTC
(In reply to ktullavik from comment #19)
True, but some upgrades might require a lot of time, depending on the size of the codebase. FreeBSD binaries is a new thing, tho—just recently you would have to build your own.
Comment 21 ktullavik 2025-11-09 20:28:51 UTC
I updated to zig-0.15.2 with the above patch. My setuo with vscode and zls-0.15 (also patch above) continued to work. I deinstalled and rebuilt zls just to make sure, and it still works. These are both latest releases, and should work together.

In my opinion, it's the two ports that matters. All else is premature and should require diligent maintenance or be left behind.
Comment 22 Pero Oršolić 2025-11-23 18:51:41 UTC
Created attachment 265599 [details]
x11/waylock

x11/waylock zig 0.15
Comment 23 Pero Oršolić 2025-11-23 18:54:07 UTC
Created attachment 265600 [details]
x11-wm/river

x11-wm/river zig 0.15
Comment 24 Pero Oršolić 2025-11-23 18:55:16 UTC
Created attachment 265601 [details]
games/xtxf

games/xtxf zig 0.15
Comment 25 Pero Oršolić 2025-11-23 18:55:49 UTC
Created attachment 265602 [details]
lang/zig014 fork
Comment 26 Pero Oršolić 2025-11-23 18:58:37 UTC
Created attachment 265603 [details]
consumers on zig 0.14
Comment 27 Pero Oršolić 2025-11-23 19:00:03 UTC
My uploaded patches are continuation of:
1) Pat Maddox' zig 0.15.2 update (this thread)
2) ktullavik's zls update https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289635

3) consumers updated to Zig 0.15.x:
sysutils/ncdu2 - not updated, compiles and runs with Zig 0.15.2, already at latest release
x11/waylock
x11-wm/river
games/xtxf

4) zig 0.14 forked to separate port. This is a temporary solution as some consumers are not yet ready for 0.15. PORTVERSION not dumped as I think that they don't need rebuild - older pkgs should continue to work.
audio/linuxwave - Not ready for Zig 0.15. Latest commit in main won't compile with 0.15
biology/vcflib - Upstream not ready for Zig 0.15, needs Zig 0.14. Tried to upgrade it but gave up. Patched build.zig for 0.15, but not vcf.zig
astro/mepo - upstream has patches for 0.15 but they are not merged. After appyling them (with small fixes) the project still won't build with Zig 0.15

If someone wants to continue work for vcflib and mepo and upgrade them to Zig 0.15, I will upload wip*.patch-es. Otherwise use Zig 0.14 with them.
Comment 28 Jason W. Bacon freebsd_committer freebsd_triage 2025-11-23 23:03:30 UTC
Patch for biology/vcflib to use zig014 approved.  I'll have a look at upgrading vcflib after the zig commit.  This port has always been difficult.  My progress will be available at https://github.com/outpaddling/freebsd-ports-wip.
Comment 29 charlesrocket 2025-11-29 21:35:27 UTC
Whats the blocker right now?
Comment 30 Rodrigo Osorio freebsd_committer freebsd_triage 2025-11-30 08:48:03 UTC
(In reply to charlesrocket from comment #29)

I am the blocker, sorry for the delay. I will handle it ASAP.
Comment 31 Rodrigo Osorio freebsd_committer freebsd_triage 2025-12-01 10:12:44 UTC
slowdive,

games/xtxf 0.11.5 has an issue and can't be build in poudriere

===>  Building for xtxf-0.11.5
/wrkdirs/usr/ports/games/xtxf/work/xtxf-0.11.5/build.zig.zon:12:20: error: unable to connect to server: CertificateBundleLoadFailure
            .url = "https://github.com/00JCIV00/cova/archive/3fa729ccf582a4c818402019a579f1c5caf90fd3.zip",
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/wrkdirs/usr/ports/games/xtxf/work/xtxf-0.11.5/build.zig.zon:16:20: error: unable to connect to server: CertificateBundleLoadFailure
            .url = "https://github.com/charlesrocket/ghext/archive/refs/tags/0.7.4.tar.gz",
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*** Error code 1

Stop.
Comment 32 charlesrocket 2025-12-01 11:26:48 UTC
(In reply to Rodrigo Osorio from comment #31)
Looks like offline fetch issue. Maybe it is due to the old hash format in deps?
Comment 33 charlesrocket 2025-12-01 13:05:09 UTC
(In reply to charlesrocket from comment #32)
hmm, I guess hashes are not the issue, `zig fetch --save` does not produce any changes.
Comment 34 charlesrocket 2025-12-01 16:38:26 UTC
(In reply to Rodrigo Osorio from comment #31)
Oh looks like I found it. Cova was updated in the latest release, but its hash in the port is old.
Comment 35 charlesrocket 2025-12-01 16:39:41 UTC
(In reply to Rodrigo Osorio from comment #31)
Actually cova and ghext should both get new hashes.
Comment 36 charlesrocket 2025-12-01 16:41:13 UTC
Comment on attachment 265601 [details]
games/xtxf

cova and ghext hashes are outdated
Comment 37 Rodrigo Osorio freebsd_committer freebsd_triage 2025-12-02 08:24:19 UTC
(In reply to charlesrocket from comment #36)

Good catch, thanks. This point was now solved.
Comment 38 Rodrigo Osorio freebsd_committer freebsd_triage 2025-12-03 10:40:45 UTC
Good news,

After polishing a little more, I was able to build both lang/zig and lang/zig014 and the height dependencies.
Next task, rearrange the commits and push it.
Comment 39 Rodrigo Osorio freebsd_committer freebsd_triage 2025-12-08 17:28:35 UTC
Hi,

This is the current state of lang/zig update:

 * I merged all the patches submitted in this PR by  Pat Maddox and Pero Oršolić
 * With some minor fixes I was able to build zig 14, 15 and the patched consumers

I also identify some missing ones:
 * ports-mgmt/zig2tuple, who uses the USES zig (and requires approval)
 * devel/zls

And i'm not absolutely sure about slowdive opinion's about the  games/xtxf

So to be completely transparent, and avoid frictions I pushed a code review with (my) final state https://reviews.freebsd.org/D54132

Feel free to comment and suggest improvements if required
Comment 40 charlesrocket 2025-12-08 18:01:07 UTC
(In reply to Rodrigo Osorio from comment #39)
xtxf is ready for 0.15.x, the last port revision here missed updated dependency hashes so it broke offline builds when the compiler tried to pull deps that were not defined in the port. zig2tuple has 0.15 branch and should be ready as well. Ill reach out to maybe get it released.
Comment 41 Rodrigo Osorio freebsd_committer freebsd_triage 2025-12-09 13:39:36 UTC
(In reply to charlesrocket from comment #40)

Yes I update the hashes and was able to compile it with zig>=0.15.1
If you are Ok with it, i'm ready to push the changes.

Regarding ports-mgmt/zig2tuple, there is no rush until the 0.15 branch become official
Comment 42 charlesrocket 2025-12-09 14:33:55 UTC
(In reply to Rodrigo Osorio from comment #41)
Yep it is a go from me
Comment 43 Kenneth Raplee 2025-12-09 15:39:34 UTC
(In reply to Rodrigo Osorio from comment #41)
It's a go for me as well.

Also pushed the 0.15 commit to main branch.
Comment 44 Rodrigo Osorio freebsd_committer freebsd_triage 2025-12-12 15:27:16 UTC
Hi @jwb,

Are you OK with the changes in biology/vcflib ?

Regards,
-- rodrigo
Comment 45 commit-hook freebsd_committer freebsd_triage 2025-12-18 10:56:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cdcd2ded76f3806fd31eae0c209203344c08a18f

commit cdcd2ded76f3806fd31eae0c209203344c08a18f
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2025-12-06 21:41:05 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2025-12-18 10:48:03 +0000

    ports-mgmt/zig2tuple: update g20250703 -> g20251210

    Major changes:
        * Update to zig 15

    PR:             289011
    Approved by:    Kenneth Raplee <kenrap@kennethraplee.com> (maintainer)

 ports-mgmt/zig2tuple/Makefile | 4 ++--
 ports-mgmt/zig2tuple/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
Comment 46 commit-hook freebsd_committer freebsd_triage 2025-12-18 10:56:48 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5b68366ab8c4bb46f6173867553eef30f82aed11

commit 5b68366ab8c4bb46f6173867553eef30f82aed11
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2025-11-30 09:33:31 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2025-12-18 10:47:53 +0000

    x11-wm/river: update 0.3.11 -> 0.3.12

    Changelog: https://codeberg.org/river/river/releases/tag/v0.3.12

    Major changes:
        * updates the required Zig version to 0.15

    Reorder Makefile to make portlint happy

    PR:             289011
    Reported by:    Pero Oršolić <bsd@orsolic.org>

 x11-wm/river/Makefile | 12 ++++++------
 x11-wm/river/distinfo | 14 +++++++-------
 2 files changed, 13 insertions(+), 13 deletions(-)
Comment 47 commit-hook freebsd_committer freebsd_triage 2025-12-18 10:56:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3c77c7a5e260f2ee0359e6de3c56d5e28331101f

commit 3c77c7a5e260f2ee0359e6de3c56d5e28331101f
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2025-12-03 07:59:55 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2025-12-18 10:47:53 +0000

    devel/zls: update DEPENDS to keep using zig 0.14

    Reorder Makefile to make portlint happy

    PR:             289011
    Reported by:    Pero Oršolić <bsd@orsolic.org>

 devel/zls/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
Comment 48 commit-hook freebsd_committer freebsd_triage 2025-12-18 10:56:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f9fa765bf69d88248e540483e54935e849006bb5

commit f9fa765bf69d88248e540483e54935e849006bb5
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2025-11-30 09:32:58 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2025-12-18 10:47:53 +0000

    x11/waylock: update 1.4.0 -> 1.5.0

    Changelog: https://codeberg.org/ifreund/waylock/releases/tag/v1.5.0

    Major changes:
        * Updates the required Zig version to 0.15

    Reorder Makefile to make portclippy happy

    PR:             289011
    Reported by:    Pero Oršolić <bsd@orsolic.org>

 x11/waylock/Makefile                    |  8 ++++----
 x11/waylock/distinfo                    | 10 +++++-----
 x11/waylock/files/patch-build_zig (new) | 11 +++++++++++
 3 files changed, 20 insertions(+), 9 deletions(-)
Comment 49 commit-hook freebsd_committer freebsd_triage 2025-12-18 10:56:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=59aa70699b9159514b2706a9189655d29b4b9c0a

commit 59aa70699b9159514b2706a9189655d29b4b9c0a
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2025-11-30 09:28:37 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2025-12-18 10:47:45 +0000

    lang/zig014: copy from lang/zig

    Zig is making lots of breaking changes from 0.14
    to 0.15 consumers aren't necessarily keeping up.

    Create the lang/zig014 as a tempoirary solution
    for ports depending on zig 0.14

    PR:             289011
    Approved by:    Pero Oršolić <bsd@orsolic.org> (maintainer)

 lang/Makefile               |  1 +
 lang/zig014/Makefile (new)  | 81 +++++++++++++++++++++++++++++++++++++++++++++
 lang/zig014/distinfo (new)  |  3 ++
 lang/zig014/pkg-descr (new) |  2 ++
 4 files changed, 87 insertions(+)
Comment 50 commit-hook freebsd_committer freebsd_triage 2025-12-18 10:56:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c99c0e8625e3a9ca0efb4fc33d14a4efb658d084

commit c99c0e8625e3a9ca0efb4fc33d14a4efb658d084
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2025-11-30 09:39:23 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2025-12-18 10:47:52 +0000

    lang/zig: update 0.14.0 -> 0.15.2

    Changelog: https://ziglang.org/download/0.15.1/release-notes.html

    PR:             289011
    Approved by:    Pero Oršolić <bsd@orsolic.org> (maintainer)

 lang/zig/Makefile | 22 +++++++++-------------
 lang/zig/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 16 deletions(-)
Comment 51 commit-hook freebsd_committer freebsd_triage 2025-12-18 10:56:55 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e9416f47f7f7c8ef9fd87cc76df858ec83acc539

commit e9416f47f7f7c8ef9fd87cc76df858ec83acc539
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2025-12-07 08:35:39 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2025-12-18 10:47:54 +0000

    audio/linuxwave: update BUILD_DEPENDS to keep using zig 0.14

    Reorder Makefile to make portlint happy

    PR:             289011
    Reported by:    Pero Oršolić <bsd@orsolic.org>

 audio/linuxwave/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Comment 52 commit-hook freebsd_committer freebsd_triage 2025-12-18 10:56:57 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b60f0ede76487047106b332f56f5d2dae464e53

commit 2b60f0ede76487047106b332f56f5d2dae464e53
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2025-11-30 09:37:16 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2025-12-18 10:48:02 +0000

    biology/vcflib: update BUILD_DEPENDS to keep building with zig 0.14

    PR:             289011
    Reported by:    Pero Oršolić <bsd@orsolic.org>
    Approved by:    jwb (timeout)

 biology/vcflib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 53 commit-hook freebsd_committer freebsd_triage 2025-12-18 10:56:59 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f174012eee0fadeb7b3ae6a47982f8f8c2da6d2

commit 4f174012eee0fadeb7b3ae6a47982f8f8c2da6d2
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2025-12-07 08:38:52 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2025-12-18 10:48:02 +0000

    astro/mepo: update BUILD_DEPENDS to keep building with zig 0.14

    Reorder Makefile to make portlint happy

    PR:             289011
    Reported by:    Pero Oršolić <bsd@orsolic.org>

 astro/mepo/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
Comment 54 commit-hook freebsd_committer freebsd_triage 2025-12-18 10:57:00 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f4e150310dd5244c5e493c417ddea83a64012fa8

commit f4e150310dd5244c5e493c417ddea83a64012fa8
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2025-11-30 09:34:28 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2025-12-18 10:47:53 +0000

    games/xtxf: update 0.11.4 -> 0.11.5

    Changelog: https://github.com/charlesrocket/xtxf/releases/tag/0.11.5

    Major changes:
        * Bump zig to 0.15.1

    PR:             289011
    Reported by:    Pero Oršolić <bsd@orsolic.org>
    Approved by:    slowdive <slowdive@me.com> (maintainer)

 games/xtxf/Makefile |  8 ++++----
 games/xtxf/distinfo | 14 +++++++-------
 2 files changed, 11 insertions(+), 11 deletions(-)
Comment 55 Rodrigo Osorio freebsd_committer freebsd_triage 2025-12-18 10:58:43 UTC
Committed, thanks