Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 39964 Details for
Bug 56138
error when ebuild phpdbg-2.11.23
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bumped the ebuild to latest version 2.11.30
phpdbg-2.11.30.ebuild (text/plain), 1.24 KB, created by
Ramon
on 2004-09-19 15:54:11 UTC
(
hide
)
Description:
bumped the ebuild to latest version 2.11.30
Filename:
MIME Type:
Creator:
Ramon
Created:
2004-09-19 15:54:11 UTC
Size:
1.24 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-php/phpdbg/phpdbg-2.11.23.ebuild,v 1.5 2004/06/25 01:23:57 agriffis Exp $ > >PHP_EXT_NAME="dbg" >PHP_EXT_ZENDEXT="no" >inherit php-ext-source >IUSE="" >S="${WORKDIR}/dbg-${PV}" >DESCRIPTION="A PHP debugger useable with some editors like phpedit." >SRC_URI="http://dd.cron.ru/dbg/dnld/dbg-${PV}${PL}-src.tar.gz" >HOMEPAGE="http://dd.cron.ru/dbg/" >LICENSE="dbgphp" >SLOT="0" >DEPEND="virtual/php" > ># support for ppc or others? >KEYWORDS="x86 sparc" > >src_compile() { > myconf="--enable-dbg=shared --with-dbg-profiler --with-php-config=/usr/bin/php-config" > php-ext-source_src_compile >} > >src_install () { > php-ext-source_src_install > dodoc AUTHORS COPYING INSTALL >} > >pkg_postinst() { > php-ext-base_addtoinifiles "extension" "`eval php-config --extension-dir`/dbg.so" > php-ext-base_addsectiontoinifiles "[Debugger]" > php-ext-base_addtoinifiles "debugger.enabled" "on" > php-ext-base_addtoinifiles "debugger.profiler_enabled" "on" > einfo "Please reload Apache to activate the changes" >} > >pkg_postrm() { > einfo "You need to remove all lines referring to the debugger, and" > einfo "extension=dbg.so. 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 56138
:
34822
|
39962
|
39963
|
39964
|
39968
|
39969