New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79426


Ignore:
Timestamp:
06/13/11 01:14:22 (4 years ago)
Author:
ryandesign@…
Message:

php5-xhprof: avoid patchfiles which target ..

Location:
trunk/dports/php/php5-xhprof
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/php/php5-xhprof/Portfile

    r65275 r79426  
    1616                        PHP and has a simple HTML based navigational interface. 
    1717 
    18 worksrcdir              ${distname}/extension 
    19  
    2018checksums               md5     ae40b153d157e6369a32e2c1a59a61ec \ 
    2119                        sha1    cef6bfb3374e05c7b7445249a304e066d4fd8574 \ 
    2220                        rmd160  93ba97e303c038d1be54c55ecd67c68367e0356a 
     21 
     22php5extension.build_dirs    ${worksrcpath}/extension 
    2323 
    2424use_parallel_build      yes 
     
    2727    # Install php files not installed by the Makefile 
    2828    xinstall -d ${destroot}${prefix}/www/${name} 
    29     copy ${worksrcpath}/../examples ${destroot}${prefix}/www/${name}/examples 
    30     copy ${worksrcpath}/../xhprof_lib ${destroot}${prefix}/www/${name}/xhprof_lib 
    31     copy ${worksrcpath}/../xhprof_html ${destroot}${prefix}/www/${name}/xhprof_html 
     29    copy ${worksrcpath}/examples ${destroot}${prefix}/www/${name}/examples 
     30    copy ${worksrcpath}/xhprof_lib ${destroot}${prefix}/www/${name}/xhprof_lib 
     31    copy ${worksrcpath}/xhprof_html ${destroot}${prefix}/www/${name}/xhprof_html 
    3232} 
    3333 
     
    3636    patchfiles-append       patch-callgraph_utils.php.diff 
    3737    post-patch { 
    38         reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/../xhprof_lib/utils/callgraph_utils.php 
     38        reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/xhprof_lib/utils/callgraph_utils.php 
    3939    } 
    4040} 
  • trunk/dports/php/php5-xhprof/files/patch-callgraph_utils.php.diff

    r65275 r79426  
    1 --- ../xhprof_lib/utils/callgraph_utils.php.orig        2009-06-01 19:52:32.000000000 +0200 
    2 +++ ../xhprof_lib/utils/callgraph_utils.php     2010-03-24 23:37:02.000000000 +0100 
     1--- xhprof_lib/utils/callgraph_utils.php.orig   2009-06-01 19:52:32.000000000 +0200 
     2+++ xhprof_lib/utils/callgraph_utils.php        2010-03-24 23:37:02.000000000 +0100 
    33@@ -103,7 +103,7 @@ 
    44        2 => array("file", "/dev/null", "a") 
Note: See TracChangeset for help on using the changeset viewer.