Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 2058 Details for
Bug 4727
dev-php/phpdb/phpdbg-2.10-r1.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
phpdbg-2.10-r1.ebuild
phpdbg-2.10-r1.ebuild (text/plain), 1.29 KB, created by
Roman Weber
on 2002-07-08 22:40:44 UTC
(
hide
)
Description:
phpdbg-2.10-r1.ebuild
Filename:
MIME Type:
Creator:
Roman Weber
Created:
2002-07-08 22:40:44 UTC
Size:
1.29 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># Maintainer: Roman Weber <gentoo@gonzo.ch> ># $Header:$ > >PL="pl3" >S="${WORKDIR}/dbg-${PV}${PL}" >DESCRIPTION="A PHP debugger useable with some editors like phpedit." >SRC_URI="http://dd.cron.ru/dbg/dnld/dbg-${PV}${PL}.tar.gz" >HOMEPAGE="http://dd.cron.ru/dbg/" >LICENSE="dbgphp" > >DEPEND=">=dev-php/mod_php-4.2.1" > >src_unpack() { > unpack "dbg-${PV}pl3.tar.gz" > cd "${S}" >} > >src_compile() { > phpize > ./configure --enable-dbg=shared --with-dbg-profiler > emake >} > >src_install () { > insinto /etc/php4/lib > doins modules/dbg.so > dodoc AUTHORS COPYING INSTALL >} > >pkg_postinst() { > echo "Performing post-installation routines for ${P}." > > if [ `cat /etc/php4/php.ini | grep extension=/etc/php4/lib/dbg.so` ]; then > einfo No changes made in php.ini > else > echo extension=/etc/php4/lib/dbg.so >> /etc/php4/php.ini > fi > > einfo Please reload Apache to activate the changes > >} > >pkg_prerm() { > echo "Performing pre-removal routines for ${P}." > mv /etc/php4/php.ini /etc/php4/php.ini.old > cat /etc/php4/php.ini.old | sed "s/extension=\/etc\/php4\/lib\/dbg.so//g" > /etc/php4/php.ini > rm /etc/php4/php.ini.old >} > >pkg_postrm() { > einfo Please reload Apache to activate the changes > >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 4727
: 2058 |
2059