Page MenuHomeFreeBSD

databases/influxdb: fix build on riscv64
ClosedPublic

Authored by fuz on Mar 4 2023, 7:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 3:48 PM
Unknown Object (File)
Thu, Apr 11, 3:47 PM
Unknown Object (File)
Thu, Apr 11, 3:47 PM
Unknown Object (File)
Thu, Apr 11, 3:23 PM
Unknown Object (File)
Feb 9 2024, 5:26 PM
Unknown Object (File)
Jan 12 2024, 1:41 AM
Unknown Object (File)
Dec 20 2023, 4:44 AM
Unknown Object (File)
Nov 23 2023, 7:49 AM
Subscribers

Details

Summary

Preliminary patch for maintainer approval.

databases/influxdb: fix build on riscv64

Bump golang.org/x/sys dependency to a version new enough to
support riscv64-freebsd.

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.
Will test with Poudriere on amd64 i386 arm64 FreeBSD 12.4 13.1.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

fuz requested review of this revision.Mar 4 2023, 7:08 PM
This revision is now accepted and ready to land.Mar 5 2023, 9:02 AM
This revision was automatically updated to reflect the committed changes.

I am wondering if any of these changes for riscv64 are upstreamable? Diff is quite large.

It appears that upstream has already fixed the issue in its git repository, so with the next upstream release, this patch should be obsolete.