Ticket #13519: xdebug-2.0.2.diff
File xdebug-2.0.2.diff, 1018 bytes (added by simon@…, 17 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name php5-xdebug 5 version 2.0. 05 version 2.0.2 6 6 7 7 categories www net devel 8 8 platforms darwin freebsd openbsd … … 18 18 debug client. 19 19 20 20 master_sites http://www.xdebug.org/files/ 21 checksums md5 0f9ecb9c5331d0041b04be9566763171 21 checksums md5 b994465f9941db4e7ffa4f8b81fa5c3d \ 22 sha1 f417b4f3916fa67a867de1ba60f82038987bcf97 \ 23 rmd160 c9477d1e760ba9b7a5a8322a3e306d00a0321788 22 24 distname xdebug-${version} 23 25 extract.suffix .tgz 24 26 depends_lib port:php5 25 27 configure.args --enable-xdebug --with-php-config=${prefix}/bin/php-config 26 28 27 29 pre-configure { 28 cd ${worksrcpath} 29 system "${prefix}/bin/phpize" 30 system "cd ${worksrcpath}; ${prefix}/bin/phpize" 30 31 } 31 32 32 33 destroot.destdir INSTALL_ROOT=${destroot}