[MacPorts] #1631: apache2 configuration error
MacPorts
noreply at macports.org
Thu Mar 24 06:49:08 PDT 2016
#1631: apache2 configuration error
-------------------------+--------------------
Reporter: contact1@… | Owner: toby@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.0
Resolution: fixed | Keywords:
Port: apache2 |
-------------------------+--------------------
Changes (by ryandesign@…):
* port: => apache2
Old description:
> 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" }
>
> }
New description:
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" }
}
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/1631#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list