CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/03/06 07:39:57
Modified files:
devel/llvm : Makefile
devel/llvm/pkg : PLIST-lldb PLIST-main PLIST-python
Log message:
Some PLIST tweaks
- don't install six.py, turns out there's a cmake config knob for that
- drop misplaced, @commented out header
- add @so and @static-lib markers
Don't use DEBUG_PACKAGES for now, as the size increase of ${WRKBUILD} is
huge. I tried to use -gline-tables-only (I think?) as advised by kmos@
but the size of the resulting non-debug packages increased. To be
revisited...