Bug 262994 - www/adguardhome: Not building for latest
Summary: www/adguardhome: Not building for latest
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: Guangyuan Yang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-02 00:10 UTC by Yonas Yanfa
Modified: 2022-04-22 07:37 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yonas Yanfa 2022-04-02 00:10:41 UTC
This port is not building for latest.
Comment 1 Guangyuan Yang freebsd_committer freebsd_triage 2022-04-05 04:05:14 UTC
The reason is that lang/go was updated to 1.18 while one of its dependencies does not yet support it. I have created lang/go117 and will ping that to this port to fix build.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-04-05 04:23:51 UTC
A commit in branch main references this bug:

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

commit 5d3b802e93dadb51f686dfbad65ba2475d44fc1a
Author:     Guangyuan Yang <ygy@FreeBSD.org>
AuthorDate: 2022-04-05 04:23:05 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2022-04-05 04:23:05 +0000

    www/adguardhome: Fix build

    adguardhome has a dependency which does not support go 1.18 yet. Use
    1.17 for now.

    PR:             262994
    Reported by:    Yonas Yanfa <yonas.yanfa@gmail.com>
    Approved by:    portmgr (implicit, build fix)

 www/adguardhome/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-04-22 07:37:21 UTC
A commit in branch 2022Q2 references this bug:

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

commit 47aa25ba321b5563cd08944c83b484da75d6b90c
Author:     Guangyuan Yang <ygy@FreeBSD.org>
AuthorDate: 2022-04-05 04:23:05 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2022-04-22 07:36:35 +0000

    www/adguardhome: Fix build

    adguardhome has a dependency which does not support go 1.18 yet. Use
    1.17 for now.

    PR:             262994
    Reported by:    Yonas Yanfa <yonas.yanfa@gmail.com>
    Approved by:    portmgr (implicit, build fix)

    (cherry picked from commit 5d3b802e93dadb51f686dfbad65ba2475d44fc1a)

 www/adguardhome/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)