Bug 263657 - net-p2p/autoscan: Mark for amd64 and i386 only
Summary: net-p2p/autoscan: Mark for amd64 and i386 only
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: freebsd-ports-bugs (Nobody)
URL: https://gitlab.com/cznic/libc/-/issue...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-29 13:24 UTC by Michiel van Baak Jansen
Modified: 2022-06-30 05:42 UTC (History)
1 user (show)

See Also:


Attachments
0001-net-p2p-autoscan-Mark-for-amd64-and-i386-only.patch (980 bytes, patch)
2022-04-29 13:24 UTC, Michiel van Baak Jansen
michiel: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michiel van Baak Jansen 2022-04-29 13:24:05 UTC
Created attachment 233585 [details]
0001-net-p2p-autoscan-Mark-for-amd64-and-i386-only.patch

autoscan uses the go packages from modernc, and those only have amd64 and i386 versions on FreeBSD.

See https://gitlab.com/cznic/libc/-/issues/15

This patch marks the port as such
No other changes.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-06-30 05:41:44 UTC
A commit in branch main references this bug:

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

commit b2fb62c5fe17a3830c367a0fe5b78e64725f62db
Author:     Michiel van Baak Jansen <michiel@vanbaak.eu>
AuthorDate: 2022-06-29 05:48:27 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-06-30 05:38:36 +0000

    net-p2p/autoscan: Mark for amd64 and i386 only

    autoscan uses the go packages from modernc, and those only have amd64 and i386
    versions on FreeBSD.

    See https://gitlab.com/cznic/libc/-/issues/15

    PR:     263657
    Reported by:    michiel@vanbaak.eu (maintainer)

 net-p2p/autoscan/Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-06-30 05:42:21 UTC
Committed,

Thanks!