All .svn subdirectories in $(htdocsdir) get deleted when upgradeing www/apache20. The code from /usr/ports/www/apache20/files/patch-Makefile.in deletes all .svn directories from $(htdocsdir) which effectively deletes all Subversion working repositories. This should not happen. How-To-Repeat: - Checkout the Subversion project working copy to www/data-dist - cd /usr/ports/www/apache20 - portupgrade -f
Responsible Changed From-To: freebsd-ports-bugs->clement Over to maintainer
State Changed From-To: open->analyzed It's actually the default behavior of the Makefile. files/patch-Makefile.in ony rework this to support WITHOUT_WWW.
Responsible Changed From-To: clement->apache apache team
State Changed From-To: analyzed->closed won't fix, of course it does, as clement@ says its the default. Also, if we didn't delete .svn dirs the pkg-plist cleanups would always fail b/c the dirs wouldn't be deleted with @rmdir since they have children. The correct fix is to not re-use the port dirs for your OWN things. Use your own dirs for this and modify httpd.conf to point at them.