Page MenuHomeFreeBSD

net/ipinfo-cli: fix build on riscv64
ClosedPublic

Authored by fuz on Mar 2 2023, 6:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 22 2024, 10:55 AM
Unknown Object (File)
Oct 22 2024, 10:55 AM
Unknown Object (File)
Oct 22 2024, 10:55 AM
Unknown Object (File)
Oct 22 2024, 10:55 AM
Unknown Object (File)
Sep 27 2024, 12:52 PM
Unknown Object (File)
Sep 27 2024, 12:52 PM
Unknown Object (File)
Sep 22 2024, 10:25 AM
Unknown Object (File)
Sep 4 2024, 6:23 AM
Subscribers

Details

Summary
net/ipinfo-cli: fix build on riscv64

 - bump golang.org/x/sys dependency to version supporting
   riscv64-freebsd
 - remove useless GH_TUPLE entries; these were already found in
   the main distfile.

Sponsored by:	Berliner Linux User Group e.V.
Approved by:	portmgr (build fix blanket)
Approved by:	... (mentor)
Test Plan

Tested manually on riscv64 FreeBSD 13.1.
Tested with Poudriere on arm64 i386 amd64 FreeBSD 12.4 13.1.
See http://fuz.su/~fuz/freebsd/batch6

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 50108
Build 47000: arc lint + arc unit

Event Timeline

fuz requested review of this revision.Mar 2 2023, 6:30 PM

No PORTREVISION bump needed because no pkg built.

- remove useless GH_TUPLE entries; these were already found in the main distfile., nice catch, I will check go ports that I maintain for it.

This revision is now accepted and ready to land.Mar 2 2023, 8:34 PM
This revision was automatically updated to reflect the committed changes.