Page MenuHomeFreeBSD

devel/etcd31: fix build on riscv64
ClosedPublic

Authored by fuz on Mar 2 2023, 6:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 12 2024, 5:03 AM
Unknown Object (File)
Dec 20 2023, 8:40 AM
Unknown Object (File)
Nov 25 2023, 12:19 PM
Unknown Object (File)
Nov 10 2023, 2:53 PM
Unknown Object (File)
Oct 9 2023, 1:51 PM
Unknown Object (File)
Oct 1 2023, 7:14 AM
Unknown Object (File)
Oct 1 2023, 7:13 AM
Unknown Object (File)
Oct 1 2023, 7:13 AM
Subscribers

Details

Summary
devel/etcd31: fix build on riscv64

Bump golang.org/x/sys and github.com/coreos/bbolt to versions that
support risc64-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.
Tested with Poudriere on arm64 i386 amd64 FreeBSD 12.4 13.1.
See http://fuz.su/~fuz/freebsd/batch6

Diff Detail

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

Event Timeline

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

no PORTREVISION bump needed, no pkg were built

This revision is now accepted and ready to land.Mar 2 2023, 8:38 PM

Packages exist for other architectures and this bump changes the versions of dependencies used in them, hence I believe a PORTREVISION bump is appropriate.

In D38863#884950, @fuz wrote:

Packages exist for other architectures and this bump changes the versions of dependencies used in them, hence I believe a PORTREVISION bump is appropriate.

Yeah, I think it is indeed correct to bump the PORTREVISION, the dependencies change and due to go's static linking a completely new package is the result, either would be enough to bump.

This revision was automatically updated to reflect the committed changes.