Bug 280623

Summary: sysutils/limine: Update to 8.0.1
Product: Ports & Packages Reporter: mintsuki
Component: Individual Port(s)Assignee: Zsolt Udvari <uzsolt>
Status: Closed FIXED    
Severity: Affects Some People CC: uzsolt
Priority: --- Flags: uzsolt: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/limine-bootloader/limine/releases/download/v8.0.1/ChangeLog
Attachments:
Description Flags
Update patch
mintsuki: maintainer-approval+
Update patch mintsuki: maintainer-approval+

Description mintsuki 2024-08-05 09:53:37 UTC
Created attachment 252508 [details]
Update patch

This patch updates the Limine bootloader to the latest version: 8.0.1.

Changelog file can be found at https://github.com/limine-bootloader/limine/releases/download/v8.0.1/ChangeLog
Comment 1 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-06 13:20:08 UTC
Next time please set the maintainer-feedback to "+". In this case we can see your PR in a "maintainer-approved" list.
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-06 13:20:58 UTC
(In reply to Zsolt Udvari from comment #1)
I mean maintainer feedback on PR not only the attachment.
Comment 3 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-06 13:22:38 UTC
Did you test on poudriere? It fails:

checking for gcc (loongarch64)... no
error: could not find any valid toolchain for target 'loongarch64'
===>  Script "configure" failed unexpectedly.

Could you please check and correct it?
Comment 4 mintsuki 2024-08-06 17:02:44 UTC
Created attachment 252566 [details]
Update patch

Updated the patch to disable the loongarch64 port to get it to build. Sorry about that.
Comment 5 mintsuki 2024-08-06 17:03:45 UTC
(In reply to Zsolt Udvari from comment #1)

Will do.
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-08-06 18:08:53 UTC
A commit in branch main references this bug:

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

commit 1ed78ecfd0e3e6e108f6b4505d947a4df0bafe89
Author:     mintsuki <mintsuki@protonmail.com>
AuthorDate: 2024-08-06 18:06:01 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-08-06 18:06:01 +0000

    sysutils/limine: Update to 8.0.1

    Disable the loongarch64 port as the LLVM target for it is still not enabled
    everywhere.

    Changelog: https://raw.githubusercontent.com/limine-bootloader/limine/v8.x/ChangeLog

    PR:             280623
    Approved by:    submitter is maintainer

 sysutils/limine/Makefile | 6 ++++--
 sysutils/limine/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)
Comment 7 Zsolt Udvari freebsd_committer freebsd_triage 2024-08-06 18:10:29 UTC
Committed, thanks!
Comment 8 commit-hook freebsd_committer freebsd_triage 2024-08-17 22:18:26 UTC
A commit in branch 2024Q3 references this bug:

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

commit c6a932e083b4310e4e1eaaf330ddbc4c37e4cf23
Author:     mintsuki <mintsuki@protonmail.com>
AuthorDate: 2024-08-06 18:06:01 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-17 22:17:42 +0000

    sysutils/limine: Update to 8.0.1

    Disable the loongarch64 port as the LLVM target for it is still not enabled
    everywhere.

    Changelog: https://raw.githubusercontent.com/limine-bootloader/limine/v8.x/ChangeLog

    PR:             280623
    Approved by:    submitter is maintainer

    (cherry picked from commit 1ed78ecfd0e3e6e108f6b4505d947a4df0bafe89)

 sysutils/limine/Makefile | 6 ++++--
 sysutils/limine/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)