Page MenuHomeFreeBSD

net-im/gotosocial: update to 0.7.0
ClosedPublic

Authored by fuz on Feb 19 2023, 10:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 16, 12:15 AM
Unknown Object (File)
Sat, Nov 8, 10:34 AM
Unknown Object (File)
Oct 24 2025, 7:34 PM
Unknown Object (File)
Oct 17 2025, 12:22 PM
Unknown Object (File)
Oct 17 2025, 12:20 PM
Unknown Object (File)
Oct 17 2025, 12:20 PM
Unknown Object (File)
Oct 17 2025, 12:20 PM
Unknown Object (File)
Oct 17 2025, 3:08 AM
Subscribers

Details

Summary
net-im/gotosocial: update to 0.7.0

Enable on aarch64, i386, and armv7 after successful build test.

Use go.mk framework to build:
 - use go:modules
 - set GO_BUILDFLAGS
 - set GO_TARGET
 - add CGO_ENABLED=0
 - remove binary from do-install
 - move rest of do-install to post-install

Changelog: https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.7.0

PR:		269632
Approved by:	... (mentor)
Test Plan

Tested manually on armv7 arm64 FreeBSD 13.1.
Tested with Poudriere on i386 amd64 FreeBSD 12.4 13.1.
Arm64 test results pending. For logs see
http://fuz.su/~fuz/freebsd/batch3

Diff Detail

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

Event Timeline

fuz requested review of this revision.Feb 19 2023, 10:02 PM

Approved. I was going to comment on the commit message, that it should describe why something is done and not what is done, but I see it was also submitted by the maintainer.

This revision is now accepted and ready to land.Feb 20 2023, 8:46 PM
This revision was automatically updated to reflect the committed changes.