Go to http://www.dnsyard.com for some free DNS tools.

On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself…

This is kinda old news and pretty much intuitive, but if you have an old FreeBSD system and update your ports, you may receive this error message when you try to install a package:

On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting X11BASE=${LOCALBASE} in make.conf.
On the other hand, if you do wish to use non-default X11BASE, please set variable USE_NONDEFAULT_X11BASE.
*** Error code 1

Easy fix..just add X11BASE=${LOCALBASE} to the /etc/make.conf file like this…

echo 'X11BASE=${LOCALBASE}' >> /etc/make.conf

Done!!!

Comments are closed.