As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@
This commit is contained in:
parent
83a0aaf92c
commit
9a3af55370
59377 changed files with 98673 additions and 4712155 deletions
|
@ -2,7 +2,18 @@
|
|||
| Running ${PKGSTEM} on OpenBSD
|
||||
+-----------------------------------------------------------------------
|
||||
|
||||
For more information about using scan-build for the static analyser,
|
||||
To use different compiler versions for, e.g. release(8), point mk.conf(5)
|
||||
at this port:
|
||||
|
||||
AR=${TRUEPREFIX}/bin/llvm-ar-${LLVM_MAJOR}
|
||||
AS=${TRUEPREFIX}/bin/llvm-as-${LLVM_MAJOR}
|
||||
CC=${TRUEPREFIX}/bin/clang-${LLVM_MAJOR}
|
||||
CXX=${TRUEPREFIX}/bin/clang++-${LLVM_MAJOR}
|
||||
CPP=${TRUEPREFIX}/bin/clang-cpp-${LLVM_MAJOR}
|
||||
LD=${TRUEPREFIX}/bin/ld.lld-${LLVM_MAJOR}
|
||||
|
||||
|
||||
For more information about using scan-build(1) for the static analyser,
|
||||
look at:
|
||||
http://clang-analyzer.llvm.org/scan-build.html
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue