Bug 295202 - lang/Makefile broken by commit 5baffc837a292b063684cb150281fd58825bc0c4
Summary: lang/Makefile broken by commit 5baffc837a292b063684cb150281fd58825bc0c4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yusuf Yaman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-05-11 18:05 UTC by Yasuhito FUTATSUKI
Modified: 2026-05-11 18:24 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhito FUTATSUKI 2026-05-11 18:05:28 UTC
After updating ports tree 171a6c700533c53ac5b78a6560279c7624bb9e33, make index fails in describe.lang.

It seems lang/Makefile broken by the commit 5baffc837a292b063684cb150281fd58825bc0c4, using a tab character instead of 4 spaces.
Comment 1 commit-hook freebsd_committer freebsd_triage 2026-05-11 18:18:24 UTC
A commit in branch main references this bug:

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

commit 8d5202d8fd36dcd679eb383862be34648d2f4b03
Author:     Yusuf Yaman <nxjoseph@FreeBSD.org>
AuthorDate: 2026-05-11 18:15:08 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-05-11 18:18:03 +0000

    lang/Makefile: unbreak INDEX

    PR:             295202
    Reported by:    Yasuhito FUTATSUKI
    Approved by:    vvd (co-mentor, implicit)

 lang/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Yasuhito FUTATSUKI 2026-05-11 18:21:29 UTC
Thank you for the quick fix!
Comment 3 Yusuf Yaman freebsd_committer freebsd_triage 2026-05-11 18:24:08 UTC
(In reply to Yasuhito FUTATSUKI from comment #2)
Thank you for reporting!

I actually noticed the spacing difference but could not thought that it could break the INDEX.

Thanks.