Hi guys and gals,
I have a standalone system running FreeBSD 9.0-RELEASE with a GENERIC kernel that I am updating the ports tree by hand. The steps I am following are:
When I come to run
So commands like
and not
What am I doing wrong, or is there a way I can fault find this one?
Thanks for the words of wisdom in advance.
James.
I have a standalone system running FreeBSD 9.0-RELEASE with a GENERIC kernel that I am updating the ports tree by hand. The steps I am following are:
- Manually copying ftp://ftp.freebsd.org/pub/FreeBSD/development/tarballs/ports_current.tar.gz and http://portaudit.freebsd.org/portaudit.tbz to the target system
- Manually copying all the required distribution files
- Removing the existing ports tree
rm -rf /usr/ports
- Untar the ports_current.tar.gz
cd /usr && tar -xzf /var/tmp/ports_current.tar.gz
- Recreate the ports INDEX and READMEs,
cd /usr/ports && make index && make readmes
When I come to run
make index
in the /usr/ports directory, it creates an /usr/ports/INDEX-9 file with zero bytes in length.So commands like
pkg_version -I
return
Code:
portaudit !
Code:
portaudit =
What am I doing wrong, or is there a way I can fault find this one?
Thanks for the words of wisdom in advance.
James.