[MacPorts] #1639: PHP4 path error for apache2

MacPorts noreply at macports.org
Thu Mar 24 06:49:57 PDT 2016


#1639: PHP4 path error for apache2
-------------------------+-------------------------
  Reporter:  contact1@…  |      Owner:  bchesneau@…
      Type:  defect      |     Status:  closed
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  1.0
Resolution:  fixed       |   Keywords:
      Port:  php4        |
-------------------------+-------------------------
Changes (by ryandesign@…):

 * port:   => php4


Old description:

> There is an unknown variable, ${apache2_path}, for the apache2 variant of
> php4.  I am building on
> MacOS X 10.3.3.  Correcting that to ${prefix}/apache2 fixes the issue.
> Attached is a patch for the issue.
>
> -albert
>
> --- Portfile.orig       Wed Mar 17 09:01:21 2004
> +++ Portfile    Wed Mar 17 09:01:58 2004
> @@ -86,7 +86,7 @@
>
>  variant apache2 {
>         depends_lib-append      path:${prefix}/apache2/bin/apxs:apache2
> -       configure.args-append   --with-apxs2=${apache2_path}/bin/apxs
> +       configure.args-append   --with-apxs2=${prefix}/apache2/bin/apxs
>  }
>
>  variant crypt {

New description:

 There is an unknown variable, ${apache2_path}, for the apache2 variant of
 php4.  I am building on
 MacOS X 10.3.3.  Correcting that to ${prefix}/apache2 fixes the issue.
 Attached is a patch for the issue.

 -albert

 {{{
 --- Portfile.orig       Wed Mar 17 09:01:21 2004
 +++ Portfile    Wed Mar 17 09:01:58 2004
 @@ -86,7 +86,7 @@

  variant apache2 {
         depends_lib-append      path:${prefix}/apache2/bin/apxs:apache2
 -       configure.args-append   --with-apxs2=${apache2_path}/bin/apxs
 +       configure.args-append   --with-apxs2=${prefix}/apache2/bin/apxs
  }

  variant crypt {
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/1639#comment:5>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list