| Summary: | Apache 2.x Modules depending on wrong Apache port | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Scot Hetzel <swhetzel> |
| Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | apache |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Scot Hetzel
2005-02-11 15:20:09 UTC
I didn't notice ${PORTDIRS} when I removed <bsd.port.pre.mk>. After
applying the patch in this PR, you'll need to change:
${PORTSDIR}/www/
to
${.CURDIR}/../
In all the affected ports except for mod_frontpage2-rtr, as it is
using ${.CURDIR}/../.
clement has reverted his change to "Makefiles.modules.3rd" back to
revision 1.17 in www/apache2. If we make these changes now, then when
he puts it back in, it won't break theses ports again :).
Scot
mod_auth_mysql has been patched Responsible Changed From-To: freebsd-ports-bugs->apache Probably the most logical place to track this. State Changed From-To: open->closed it has been fixed. future bsd.apache.mk is on the way and add better dependency tracking. |