Resolution of Problem and Thanks
FreeBSD forum and wblock@,
Thank you for the patience in trying to figure out what was giving me the inordinate amount of difficulty with installation of ports.
As you suggested, wblock@, I reinstalled FreeBSD_9.1 for AMD 64 on my toshiba satellite L770.
That worked.
Then the first port I installed was
portupgrade since it had a dependency on
Perl5.14 which was giving us so much trouble. It installed with no problem.
Then I went on to install the meta port
xorg. Except with one error in install where it could not find
dmidecode-2.11 it installed without a problem. The absence of
dmidecode-2.11 was resolved by simply retyping make, then make install in the
/usr/ports/x11/xorg directory. Both ports,
portupgrade and
xorg were installed by
explicitly going to their corresponding
/usr/ports directory and typing in
# make, then
# make install, and then
# make clean.
Two of the previous, possible problems were:
1) had an " ' " in the hostname
2) attempte to do a minimal install of a desktop and used
portmaster to manage ports. Either something inherent in
portmaster or my great ignorance in managing ports could have introduced the error.
Once again thanks to all.
