Page MenuHomeFreeBSD

Fix build error on macOS
ClosedPublic

Authored by minsoochoo0122_proton.me on Jul 14 2023, 6:08 AM.
Tags
Referenced Files
Unknown Object (File)
Jul 8 2024, 9:09 PM
Unknown Object (File)
Jul 2 2024, 4:18 PM
Unknown Object (File)
Jun 14 2024, 2:02 AM
Unknown Object (File)
May 27 2024, 10:23 AM
Unknown Object (File)
May 11 2024, 8:23 PM
Unknown Object (File)
May 11 2024, 8:23 PM
Unknown Object (File)
May 10 2024, 9:27 AM
Unknown Object (File)
May 2 2024, 12:59 PM
Subscribers

Details

Summary

ruby is not manually added to /usr/local/bin since there is already pre-installed ruby (old version used by Apple) in that directory. On macOS, we need to manually add it by passing RUBY_CMD.
With Homebrew, Hugo 0.115 will be installed so we don't need the tip for "Hugo 0.90 and above" anymore.
LOCALBASE is not needed anymore on macOS.

Test Plan
bmake run USE_RUBYGEMS=YES RUBY_CMD=$(brew --prefix ruby)/bin/ruby

Diff Detail

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