Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59114 Details for
Bug 69407
bash-3.0-r7 has problem with wide char
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
bash-3.0-r11.ebuild.patch
diff (text/plain), 1.55 KB, created by
S.Caglar Onur
on 2005-05-17 05:44:16 UTC
(
hide
)
Description:
bash-3.0-r11.ebuild.patch
Filename:
MIME Type:
Creator:
S.Caglar Onur
Created:
2005-05-17 05:44:16 UTC
Size:
1.55 KB
patch
obsolete
>--- /usr/portage/app-shells/bash/bash-3.0-r11.ebuild 2005-05-04 08:35:22.000000000 +0300 >+++ bash-3.0-r11.ebuild 2005-05-17 15:36:52.000000000 +0300 >@@ -67,6 +67,41 @@ > epatch "${FILESDIR}"/${P}-bash-logger.patch > fi > >+ # Suse Linux Patches >+ # voalite interrupt >+ epatch "${FILESDIR}"/suse/bash-2.05-2.4.4.patch >+ # security fix >+ epatch "${FILESDIR}"/suse/bash-2.05a-security.patch >+ # initialize variables >+ epatch "${FILESDIR}"/suse/bash-3.0-evalexp.patch >+ # set LC_TIME also >+ epatch "${FILESDIR}"/suse/bash-3.0-locale.patch >+ # fix nfs issue >+ epatch "${FILESDIR}"/suse/bash-3.0-nfs_redir.patch >+ # handle mutlibyte characters >+ epatch "${FILESDIR}"/suse/bash-3.0-utf8.patch >+ >+ # Pardus Linux Patches >+ >+ # fix the color prompt problem causes broken utf-8 >+ epatch "${FILESDIR}"/pardus/${P}-prompt.patch >+ >+ # Debian Linux Patches >+ >+ # handle multibyte characters in IFS values >+ epatch ${FILESDIR}/debian/${P}-update-multibyte-ifs.patch >+ # Use the random number generator provided by the standard C library else use >+ # linear one >+ epatch ${FILESDIR}/debian/${P}-random.patch >+ # do not drop privileges, if called as /sh >+ epatch ${FILESDIR}/debian/${P}-privmode.patch >+ # prefer setenv over putenv >+ epatch ${FILESDIR}/debian/${P}-rl-setenv.patch >+ # the key sequence sent by the Delete key >+ epatch ${FILESDIR}/debian/${P}-rl-del-backspace-policy.patch >+ # include stdio.h in readline.h >+ epatch ${FILESDIR}/debian/${P}-rl-header.patch >+ > # Enable SSH_SOURCE_BASHRC (#24762) > echo '#define SSH_SOURCE_BASHRC' >> config-top.h > # Enable system-wide bashrc (#26952)
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 69407
:
42907
|
43427
|
43522
|
48318
|
48319
|
48320
|
48321
|
48322
|
48323
|
48324
|
48325
|
48326
|
48328
|
59114
|
63407