I suggest you go to
http://forums.freebsd.org and follow the flash howto written by grimlock. It also covers linux compatibility.
ports-mgmt/pkg_replace should be installed.
Echo the argument above into sysctl.conf.
Upgrade the base to f10.
make should always follow this:
Code:
%su
Password:
# cd /usr/ports/path/to/port
#ls
<look to see if there is a work directory. Open the Makefile to see if there are configure options or something brojken- override is necessary sometimes.>
#make config
#make install
#make clean
You may need to do gmake, which is annoying.