mirror of
https://github.com/opnsense/src.git
synced 2026-04-07 02:15:51 -04:00
Headers from src/include were in the runtime-dev package but subdirectories of src/include ended up in utilities-dev by default. Neither package is a good choice - the headers in src/include are not useful without the libraries contained in clibs-dev. This moves the standard C headers to clibs-dev (C++ headers are already in this package). While working on this, I found that various clang libraries and headers were also bundled into utilities-dev by default so these are also moved to clang-dev. I also added a FreeBSD-build-essential meta package to make it simple to install all the toolchain parts. PR: 254173 Reviewed byb: manu MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D41815 (cherry picked from commit 78847e1e592789dc85bddf4d2f1d9a8ce4614ff1) |
||
|---|---|---|
| .. | ||
| asan | ||
| asan-preinit | ||
| asan_cxx | ||
| asan_dynamic | ||
| asan_static | ||
| cfi | ||
| cfi_diag | ||
| dd | ||
| fuzzer | ||
| fuzzer_interceptors | ||
| fuzzer_no_main | ||
| include | ||
| msan | ||
| msan_cxx | ||
| profile | ||
| safestack | ||
| stats | ||
| stats_client | ||
| tsan | ||
| tsan_cxx | ||
| ubsan_minimal | ||
| ubsan_standalone | ||
| ubsan_standalone_cxx | ||
| xray | ||
| xray-basic | ||
| xray-fdr | ||
| xray-profiling | ||
| compiler-rt-vars.mk | ||
| Makefile | ||
| Makefile.inc | ||