| Summary: | www/apache20 All .svn subdirectories in $(htdocsdir) get deleted when upgradeing | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | goran <goran> |
| Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
goran
2006-08-07 11:10:17 UTC
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. |