Сравнение darwin-miscutils-8 с darwin-miscutils-9
/usr/portage/sys-apps/darwin-miscutils/darwin-miscutils-9.ebuild 2023-10-09 14:52:35.352368498 +0300 | ||
---|---|---|
5 | 5 | |
6 | 6 |
inherit toolchain-funcs epatch |
7 | 7 | |
8 |
MISC_VER=27 |
|
9 |
SHELL_VER=149 |
|
10 |
DEV_VER=53.1 |
|
8 |
MISC_VER=31 |
|
9 |
SHELL_VER=162 |
|
10 |
DEV_VER=55 |
|
11 | 11 | |
12 |
DESCRIPTION="Miscellaneous commands used on Darwin/Mac OS X systems, Snow Leopard 10.6.3" |
|
12 |
DESCRIPTION="Miscellaneous commands used on Darwin/Mac OS X systems, Lion 10.7" |
|
13 | 13 |
HOMEPAGE="http://www.opensource.apple.com/" |
14 | 14 |
SRC_URI="http://www.opensource.apple.com/darwinsource/tarballs/other/misc_cmds-${MISC_VER}.tar.gz |
15 | 15 |
http://www.opensource.apple.com/darwinsource/tarballs/other/shell_cmds-${SHELL_VER}.tar.gz |
... | ... | |
25 | 25 |
src_prepare() { |
26 | 26 |
cd "${S}"/shell_cmds-${SHELL_VER} |
27 | 27 |
epatch "${FILESDIR}"/${PN}-6-w64.patch |
28 |
# deal with OSX Lion and above |
|
29 |
cd "${S}"/developer_cmds-${DEV_VER} |
|
30 |
sed -i -e 's/getline/ugetline/g' unifdef/unifdef.c || die |
|
31 | 28 | |
32 | 29 |
eapply_user |
33 | 30 |
} |