apache2 configuration error
There is a path error when configuiring the variant activate_server. ${worksrcdir} should be
${workpath}. Below is a patch which fixes the issue.
-albert
--- ../../../../darwinports/dports/www/apache2/Portfile Fri Feb 6 09:59:22 2004
+++ Portfile Tue Mar 16 19:06:42 2004
@@ -49,7 +49,7 @@
depends_run path:/Library/StartupItems/DarwinPortsStartup:DarwinPortsStartup
post-patch { system "sed -e \"s=%%PREFIX%%=${prefix}/${name}=g\" \
${filespath}/${name}.sh > \
- ${worksrcdir}/${name}.sh" }
+ ${workpath}/${name}.sh" }
}
Change History (3)
Owner: |
changed from darwinports-bugs@… to toby@…
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
apache2 added
|
I've updated this, and I handle the startup script a lot more cleanly - this bug isn't relevant now.