Skip to content

Instantly share code, notes, and snippets.

@theclanks
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theclanks/4a70a41de688e089739a to your computer and use it in GitHub Desktop.
Save theclanks/4a70a41de688e089739a to your computer and use it in GitHub Desktop.
.cshrc
setenv UNAME_v "FreeBSD 8.3-RELEASE #0: Sat Nov 29 11:15:09 BRST 2014 root@bsd:/usr/obj/usr/src/sys/GENERIC"
setenv UNAME_r 8.3-RELEASE
setenv PACKAGESITE "ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable/Latest/"
pkg_add -r bmake
cp /usr/bin/make /usr/bin/make.old
rm /usr/bin/make
ln -sv /usr/local/bin/bmake /usr/bin/make
cd /usr/ports/ports-mgmt/pkg
make -m /usr/share/mk UPGRADEPKG=1 install clean
pkg2ng
# kernel
make toolchain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment