Bug 272565 - [NEW PORT] games/legendary: Free and open-source replacement for the Epic Games Launcher
Summary: [NEW PORT] games/legendary: Free and open-source replacement for the Epic Gam...
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: Kenneth Raplee
URL:
Keywords:
Depends on:
Blocks: 286457
  Show dependency treegraph
 
Reported: 2023-07-18 09:59 UTC by ffqq
Modified: 2026-04-07 08:48 UTC (History)
4 users (show)

See Also:


Attachments
The patch file including the new port (2.87 KB, patch)
2023-07-18 09:59 UTC, ffqq
no flags Details | Diff
0001-NEW-PORT-games-legendary-Free-and-open-source-replac.patch (12.51 KB, patch)
2025-04-28 17:17 UTC, Alexander Vereeken
no flags Details | Diff
Poudriere-Testport-14.2-REL.log (47.57 KB, text/plain)
2025-04-28 17:18 UTC, Alexander Vereeken
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ffqq 2023-07-18 09:59:31 UTC
Created attachment 243457 [details]
The patch file including the new port

Legendary is an open-source game launcher that can
download and install games from the Epic Games platform
on Linux, macOS, and Windows. Its name as a tongue-in-cheek play
on tiers of item rarity in many MMORPGs.

Note: Legendary is currently a CLI (command-line interface) application
without a graphical user interface, it has to be run from a terminal.

ALL TESTS (including poudriere) HAVE PASSED
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2023-07-24 04:35:08 UTC
Thanks for the submission. If possible, please set your name in https://bugs.freebsd.org/bugzilla/userprefs.cgi?tab=account so we can use it in the `git commit --author`
Comment 2 ffqq 2023-07-24 06:12:14 UTC
Hello, thank you for the response!

Is it possible for it to remain as my email? I prefer not inputting my real name online.
Comment 3 Alexander Vereeken freebsd_triage 2025-03-24 09:42:51 UTC
Hello, ffqq,

are you still interested in this PR?
Comment 4 Alexander Vereeken freebsd_triage 2025-04-28 17:17:59 UTC
Created attachment 259957 [details]
0001-NEW-PORT-games-legendary-Free-and-open-source-replac.patch
Comment 5 Alexander Vereeken freebsd_triage 2025-04-28 17:18:05 UTC
Created attachment 259958 [details]
Poudriere-Testport-14.2-REL.log

Poudriere 14.2-Release: OK!
Comment 6 commit-hook freebsd_committer freebsd_triage 2026-04-05 16:47:47 UTC
A commit in branch main references this bug:

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

commit cd4662b6e74eeca9bbc75b4043c72f5a965d2838
Author:     Alexander Vereeken <Alexander88207@protonmail.com>
AuthorDate: 2026-04-04 00:51:58 +0000
Commit:     Kenneth Raplee <kenrap@FreeBSD.org>
CommitDate: 2026-04-05 16:46:15 +0000

    games/legendary: New port

    Legendary is an open-source game launcher that can download and install
    games from the Epic Games platform on Linux, macOS, and Windows. Its
    name as a tongue-in-cheek play on tiers of item rarity in many MMORPGs.

    Note: Legendary is currently a CLI (command-line interface) application
    without a graphical user interface, it has to be run from a terminal.

    PR:             272565
    Co-authored-by: Kenneth Raplee <kenrap@FreeBSD.org>
    Approved by:    makc (mentor)

 games/Makefile                    |  1 +
 games/legendary/Makefile (new)    | 26 ++++++++++++++++++++++++++
 games/legendary/distinfo (new)    |  3 +++
 games/legendary/pkg-descr (new)   |  5 +++++
 games/legendary/pkg-message (new) |  3 +++
 5 files changed, 38 insertions(+)