Changes between Initial Version and Version 4 of Ticket #2055


Ignore:
Timestamp:
Mar 24, 2016, 2:37:43 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2055

    • Property Owner changed from darwinports-bugs@… to bchesneau@…
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port php4 added
  • Ticket #2055 – Description

    initial v4  
    22issues.
    33
     4{{{
    45--- Portfile    Fri Apr 16 06:14:14 2004
    56+++ /darwinports_saved/local/dports/www/php4/Portfile   Mon May 17 03:53:24 2004
     
    2021-               xinstall -m 755 ${worksrcpath}/libs/libphp4.so ${destroot}${apache_path}/modules/
    2122-               file mkdir ${destroot}${apache2_path}/conf/extras-conf
    22 -               xinstall -o root -m 755 -c  ${portpath}/files/mod_php.conf ${destroot}${apache2_path}/
    23 conf/extras-conf
     23-               xinstall -o root -m 755 -c  ${portpath}/files/mod_php.conf ${destroot}${apache2_path}/conf/extras-conf
    2424+               file mkdir ${destroot}${prefix}/apache2/modules
    2525+               xinstall -m 755 ${worksrcpath}/libs/libphp4.so ${destroot}${prefix}/apache2/modules/
    2626+               file mkdir ${destroot}${prefix}/apache2/conf/extras-conf
    27 +               xinstall -o root -m 755 -c  ${portpath}/files/mod_php.conf ${destroot}${prefix}/apache2/
    28 conf/extras-conf
     27+               xinstall -o root -m 755 -c  ${portpath}/files/mod_php.conf ${destroot}${prefix}/apache2/conf/extras-conf
    2928        }
    3029 
    3130        if { [variant_isset cli] } {
     31}}}