Last active
August 29, 2015 14:11
-
-
Save theclanks/4a70a41de688e089739a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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