Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 175378 Details for
Bug 251070
dev-db/phpmyadmin requires dev-lang/php[spl]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add check for spl use flag && added spl and ctype use flags to error message
phpmyadmin-3.0.1.1.ebuild.diff (text/plain), 732 bytes, created by
Alex
on 2008-12-15 22:53:12 UTC
(
hide
)
Description:
add check for spl use flag && added spl and ctype use flags to error message
Filename:
MIME Type:
Creator:
Alex
Created:
2008-12-15 22:53:12 UTC
Size:
732 bytes
patch
obsolete
>--- phpmyadmin-3.0.1.1.ebuild.orig 2008-12-07 03:07:37.000000000 -0500 >+++ phpmyadmin-3.0.1.1.ebuild 2008-12-15 11:35:16.000000000 -0500 >@@ -25,13 +25,13 @@ > pkg_setup() { > webapp_pkg_setup > >- if ! PHPCHECKNODIE="yes" require_php_with_use crypt ctype pcre session unicode \ >+ if ! PHPCHECKNODIE="yes" require_php_with_use crypt ctype pcre session spl unicode \ > || ! PHPCHECKNODIE="yes" require_php_with_any_use mysql mysqli ; then > eerror > eerror "${PHP_PKG} needs to be re-installed with all of the following" > eerror "USE flags enabled:" > eerror >- eerror "ctype pcre session unicode" >+ eerror "crypt ctype pcre session spl unicode" > eerror > eerror "as well as any of the following USE flags enabled:" > eerror
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 251070
: 175378