01_basic setup with ports - normalform/freebsd_setup GitHub Wiki

update

$su
#freebsd-update fetch
#freebsd-update install

port snap

#portsnap fetch
#portsnap extract

build sudo

#usr/ports/security/sudo/make install clean

Un-comment below line

# %wheel ALL=(ALL) ALL

build vim

$cd /usr/ports/editors/vim
$sudo make install clean

build emacs

$cd /usr/ports/editors/emacs
$sudo make install clean

build git

$cd /usr/ports/devel/git
$sudo make install clean