Closed evilgjb closed 10 years ago
When using svn to bootstrap a chroot environment for building with crochet, the ports tree is clobbered by the portsnap extract phase.
I think if usr/ports/Makefile exists, that is a reasonable check that the ports tree already exists, and that portsnap can be skipped.
What do you think?
I've committed a new 'option UsrPorts' that supports the behavior described above. I think this fills your needs, so I'm closing this pull request.
When using svn to bootstrap a chroot environment for building with crochet, the ports tree is clobbered by the portsnap extract phase.
I think if usr/ports/Makefile exists, that is a reasonable check that the ports tree already exists, and that portsnap can be skipped.
What do you think?