mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
15 lines
471 B
Plaintext
15 lines
471 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Known issue on FreeBSD 11.1-RELEASE or later
|
|
- If you run into segfault with `Pkg.update()`,
|
|
please issue `# sysctl security.bsd.stack_guard_page=0` to disable
|
|
stack guard.
|
|
For more info, please see https://github.com/JuliaLang/julia/issues/23328
|
|
- If you're looking for the other version of Julia,
|
|
there is a meta port lang/julia.
|
|
Please checkout "make -C /usr/ports/lang/julia config" as well.
|
|
EOM
|
|
}
|
|
]
|