Bug 270724 - shells/yash: Add mirror and use framework helper
Summary: shells/yash: Add mirror and use framework helper
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: Christian Weisgerber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-09 16:00 UTC by Daniel Engberg
Modified: 2023-04-10 08:36 UTC (History)
0 users

See Also:
naddy: maintainer-feedback+


Attachments
Patch for yash (676 bytes, patch)
2023-04-09 16:00 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2023-04-09 16:00:44 UTC
Created attachment 241380 [details]
Patch for yash

Add GitHub mirror as backup
Use USE_CSTD helper instead of CFLAGS variable

Reference:
https://yash.osdn.jp/index.html.en
Comment 1 Christian Weisgerber freebsd_committer freebsd_triage 2023-04-09 17:46:07 UTC
Thanks, please commit.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-04-10 08:35:36 UTC
A commit in branch main references this bug:

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

commit 4491ea0aa2e175148003772e1d7c916f7d6cd567
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-04-10 08:33:55 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-04-10 08:33:58 +0000

    shells/yash: Add mirror and use framework helper

    Add GitHub mirror as backup
    Use USE_CSTD helper instead of CFLAGS variable

    Reference:
    https://yash.osdn.jp/index.html.en

    PR:             270724
    Reviewed by:    naddy (maintainer)

 shells/yash/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
Comment 3 Daniel Engberg freebsd_committer freebsd_triage 2023-04-10 08:36:31 UTC
Commited, thanks!