Changeset 79426
- Timestamp:
- 06/13/11 01:14:22 (4 years ago)
- Location:
- trunk/dports/php/php5-xhprof
- Files:
-
- 2 edited
-
Portfile (modified) (3 diffs)
-
files/patch-callgraph_utils.php.diff (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/php/php5-xhprof/Portfile
r65275 r79426 16 16 PHP and has a simple HTML based navigational interface. 17 17 18 worksrcdir ${distname}/extension19 20 18 checksums md5 ae40b153d157e6369a32e2c1a59a61ec \ 21 19 sha1 cef6bfb3374e05c7b7445249a304e066d4fd8574 \ 22 20 rmd160 93ba97e303c038d1be54c55ecd67c68367e0356a 21 22 php5extension.build_dirs ${worksrcpath}/extension 23 23 24 24 use_parallel_build yes … … 27 27 # Install php files not installed by the Makefile 28 28 xinstall -d ${destroot}${prefix}/www/${name} 29 copy ${worksrcpath}/ ../examples ${destroot}${prefix}/www/${name}/examples30 copy ${worksrcpath}/ ../xhprof_lib ${destroot}${prefix}/www/${name}/xhprof_lib31 copy ${worksrcpath}/ ../xhprof_html ${destroot}${prefix}/www/${name}/xhprof_html29 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 32 32 } 33 33 … … 36 36 patchfiles-append patch-callgraph_utils.php.diff 37 37 post-patch { 38 reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/ ../xhprof_lib/utils/callgraph_utils.php38 reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/xhprof_lib/utils/callgraph_utils.php 39 39 } 40 40 } -
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 +02002 +++ ../xhprof_lib/utils/callgraph_utils.php 2010-03-24 23:37:02.000000000 +01001 --- 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 3 3 @@ -103,7 +103,7 @@ 4 4 2 => array("file", "/dev/null", "a")
Note: See TracChangeset
for help on using the changeset viewer.

