User Tools

Site Tools


bsd:notes:ports_temp

This is an old revision of the document!


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 'main' --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 'main' --rebase

drm-61-kmod

su -
cd '/usr/ports/graphics/drm-61-kmod' && make install clean
/srv/www/wiki/data/attic/bsd/notes/ports_temp.1733432561.txt.gz · Last modified: by Sean Rhone