Opened 20 years ago

Last modified 8 years ago

#1639 closed defect

PHP4 path error for apache2 — at Initial Version

Reported by: contact1@… Owned by: darwinports-bugs@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: php4

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 {

Change History (1)

Changed 20 years ago by contact1@…

Attachment: patch_php4.txt added

patch to fix apache2 path issues

Note: See TracTickets for help on using tickets.