Hi,
I am in a bit strange situation. I run FreeBSD 8.3-REL kernel (GENERIC), in the mean time I performed an upgrade of the port management tool to pkgng. I did not noticed that there is a security treat that prevents me to install packages via pkgng and according to wiki there is no way how to go back to pkg_* tools :-(. So, I have to install everything from ports.
I use Subversion to get the fresh ports. I use
When I build some packages (example is fusefs), build fails due to misalignment of kernel version and port version.
What version of the ports should I use? How can I determin what version of a particular port should I check out when I need say, fusefs-kmod 0.3.9.p1.20080208_9?
In addition, there is different svn tree at svn.freebsd.org/ports than mentioned in documentation.
Thanks
I am in a bit strange situation. I run FreeBSD 8.3-REL kernel (GENERIC), in the mean time I performed an upgrade of the port management tool to pkgng. I did not noticed that there is a security treat that prevents me to install packages via pkgng and according to wiki there is no way how to go back to pkg_* tools :-(. So, I have to install everything from ports.
I use Subversion to get the fresh ports. I use
# svn checkout [url=svn+ssh://svn.freebsd.org/ports/head]svn+ssh://svn.freebsd.org/ports/head[/url] /usr/ports
When I build some packages (example is fusefs), build fails due to misalignment of kernel version and port version.
What version of the ports should I use? How can I determin what version of a particular port should I check out when I need say, fusefs-kmod 0.3.9.p1.20080208_9?
In addition, there is different svn tree at svn.freebsd.org/ports than mentioned in documentation.
Thanks