I wanted the whole tree, because I was working on a dated machine and wanted to roll the ports tree back to a version where the existing ports had been built in order to add a php module without having to do a massive upgrade and potentially run into compatibility issues. Here's what I did:
I accessed the SVN web interface for ports and found the revision I was looking for (by narrowing the revision until I found a certain date).
Then, I checked that out using subversion read-only:
Code:
svn co -r [your revision number] http://svn.freebsd.org/ports/head ./ports
Then, I removed the .svn directory from that download, and copied the tree to the target system, renamed the existing /usr/ports folder, and copied the specific revision into place. Built my extension, and it worked fine.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.