mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
31637dc817
Changelog: https://github.com/jrprice/Oclgrind/releases/tag/v21.10 Update LLVM dependency to LLVM12 - minimum LLVM11 is required upstream. Remove powerpc special casing in-line with comment (LLVM >9) Add pkg-message that procfs(5) is required. Clean pkg-descr whitespace.
16 lines
269 B
Plaintext
16 lines
269 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
oclgrind requires procfs(5) mounted on /proc.
|
|
|
|
If you have not done it yet, please do the following:
|
|
|
|
mount -t procfs proc /proc
|
|
|
|
To make it permanent, you need the following lines in /etc/fstab:
|
|
|
|
proc /proc procfs rw 0 0
|
|
EOM
|
|
}
|
|
]
|