Diff bash-4.0_p44 with a bash-4.1_p17
/usr/portage/app-shells/bash/bash-4.1_p17.ebuild 2023-10-09 14:52:28.852368334 +0300 | ||
---|---|---|
10 | 10 |
GENTOO_PATCH_VER="${PV}" |
11 | 11 | |
12 | 12 |
# Official patchlevel |
13 |
# See ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/ |
|
13 |
# See ftp://ftp.cwru.edu/pub/bash/bash-4.1-patches/ |
|
14 | 14 |
PLEVEL="${PV##*_p}" |
15 | 15 |
MY_PV="${PV/_p*}" |
16 | 16 |
MY_PV="${MY_PV/_/-}" |
... | ... | |
54 | 54 |
S="${WORKDIR}/${MY_P}" |
55 | 55 | |
56 | 56 |
PATCHES=( |
57 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-4.0-configure.patch # bug #304901 |
|
58 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-4.x-deferred-heredocs.patch |
|
57 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-4.1-fbsd-eaccess.patch #bug #303411 |
|
59 | 58 | |
60 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-2.05b-parallel-build.patch # bug #41002 |
|
61 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-4.0-ldflags-for-build.patch # bug #211947 |
|
62 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-4.0-negative-return.patch |
|
63 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-4.0-parallel-build.patch # bug #267613 |
|
64 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-4.2-dev-fd-buffer-overflow.patch #431850 |
|
59 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-4.1-parallel-build.patch |
|
60 |
"${WORKDIR}"/${PN}-${GENTOO_PATCH_VER}-patches/${PN}-4.2-dev-fd-buffer-overflow.patch #bug #431850 |
|
65 | 61 |
) |
66 | 62 | |
67 | 63 |
pkg_setup() { |
... | ... | |
93 | 89 |
default |
94 | 90 | |
95 | 91 |
sed -i '1i#define NEED_FPURGE_DECL' execute_cmd.c || die # needs fpurge() decl |
96 |
sed -i '/\.o: .*shell\.h/s:$: pathnames.h:' Makefile.in || die # bug #267613 |
|
97 | 92 |
} |
98 | 93 | |
99 | 94 |
src_configure() { |
... | ... | |
106 | 101 |
# ncurses in one or two small places :(. |
107 | 102 |
--with-curses |
108 | 103 | |
104 |
# bug #335896 |
|
105 |
--without-lispdir |
|
106 | ||
109 | 107 |
$(use_with afs) |
110 | 108 |
$(use_enable net net-redirections) |
111 | 109 |
--disable-profiling |