Page MenuHomeFreeBSD

Add arm64 tier 1 to relnotes
ClosedPublic

Authored by emaste on Apr 9 2021, 4:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 11, 6:07 PM
Unknown Object (File)
Tue, Oct 7, 2:24 AM
Unknown Object (File)
Sep 24 2025, 11:00 PM
Unknown Object (File)
Sep 17 2025, 10:09 PM
Unknown Object (File)
Sep 17 2025, 1:49 PM
Unknown Object (File)
Sep 14 2025, 1:03 PM
Unknown Object (File)
Sep 12 2025, 12:33 PM
Unknown Object (File)
Jul 31 2025, 6:56 AM
Subscribers

Details

Summary

Unfortunately I'm unable to test this locally at the moment,

Start building sites … 
ERROR 2021/04/09 12:14:26 about.adoc: asciidoctor: FAILED: 'man-macro' could not be loaded
ERROR 2021/04/09 12:14:26 about.adoc: Use --trace for backtrace
ERROR 2021/04/09 12:14:26 /usr/local/bin/asciidoctor rendering about.adoc: exit status 1
ERROR 2021/04/09 12:14:26 applications.adoc: asciidoctor: FAILED: 'man-macro' could not be loaded
ERROR 2021/04/09 12:14:26 applications.adoc: Use --trace for backtrace
...

but wanted to post it here for review/discussion while getting that sorted out.

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste requested review of this revision.Apr 9 2021, 4:16 PM
emaste created this revision.
gjb added a subscriber: gjb.

FWIW, it builds fine for me. Please go ahead.

This revision is now accepted and ready to land.Apr 9 2021, 4:25 PM

Sigh, doc build problem is I was running hugo serve from the cmdline not via the Makefile, and RUBYLIB = ../shared/lib was not set.

This revision was automatically updated to reflect the committed changes.