New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80902


Ignore:
Timestamp:
07/20/11 14:51:28 (4 years ago)
Author:
markd@…
Message:

Update to notes for 10.5 PPC users. Closes #20589.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/perl/p5-cgi-speedycgi/Portfile

    r77789 r80902  
    44PortGroup                       perl5 1.0 
    55perl5.setup                     CGI-SpeedyCGI 2.22 
    6 revision                        9 
     6revision                        10 
    77maintainers                     markd openmaintainer 
    88description                     Speed up perl CGI scripts by running them persistently 
     
    8888        LoadModule speedycgi_module libexec/apache2/mod_speedycgi.so 
    8989 
     90NOTE: If using the apple_apache variant on the 10.5 PPC platform, modify the file 
     91  /usr/sbin/apachectl as follows: 
     92 
     93    From:  HTTPD='/usr/sbin/httpd' 
     94    To:    HTTPD='arch -ppc /usr/sbin/httpd' 
     95 
    9096 
    9197See ${prefix}/share/doc/speedycgi/README for further details." 
Note: See TracChangeset for help on using the changeset viewer.