TODOs
make.conf
su -
ee '/etc/make.conf'
CPUTYPE?=skylake
DEFAULT_VERSIONS+= ssl=libressl
Ports
Initial
su -
pkg install 'git'
rm -Rf '/usr/ports/'* && git clone --branch 'main' --depth '1' --recurse-submodules 'https://git.FreeBSD.org/ports.git' '/usr/ports' && sync
Update
su -
git -C '/usr/ports' reset --hard
git -C '/usr/ports' pull origin 'main' --rebase
Source
Initial
su -
pkg install 'git'
rm -Rf '/usr/src/'* && git clone --branch 'releng/14.2' --depth '1' --recurse-submodules 'https://git.FreeBSD.org/src.git' '/usr/src' && sync
Update
su -
git -C '/usr/src' reset --hard
git -C '/usr/src' pull origin 'releng/14.2' --rebase
drm-61-kmod
su -
cd '/usr/ports/graphics/drm-61-kmod' && make 'reinstall' 'clean'
AIO Update
git -C '/usr/ports' reset --hard && git -C '/usr/ports' pull origin 'main' --rebase && git -C '/usr/src' reset --hard && git -C '/usr/src' pull origin 'releng/14.2' --rebase && cd '/usr/ports/graphics/drm-61-kmod' && make 'reinstall' 'clean' && sync
virtualbox-ose-kmod
su -
cd '/usr/ports/emulators/virtualbox-ose-kmod' && make reinstall clean