Сравнение relay-ctrl-3.1.1-r3 с relay-ctrl-3.2
| /usr/portage/net-mail/relay-ctrl/relay-ctrl-3.2.ebuild 2023-10-09 14:52:34.620368479 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=7 |
| ... | ... | |
| 11 | 11 | |
| 12 | 12 |
LICENSE="GPL-2" |
| 13 | 13 |
SLOT="0" |
| 14 |
KEYWORDS="~amd64 ~sparc ~x86" |
|
| 14 |
KEYWORDS="amd64 sparc x86" |
|
| 15 | 15 |
IUSE="" |
| 16 | 16 | |
| 17 |
DEPEND="" |
|
| 18 |
RDEPEND="sys-apps/ucspi-tcp |
|
| 17 |
DEPEND="dev-libs/bglibs" |
|
| 18 |
RDEPEND="${DEPEND}
|
|
| 19 |
sys-apps/ucspi-tcp |
|
| 19 | 20 |
virtual/daemontools" |
| 20 | 21 | |
| 21 | 22 |
RELAYCTRL_BASE="/var/spool/relay-ctrl" |
| ... | ... | |
| 27 | 28 |
src_prepare() {
|
| 28 | 29 |
eapply_user |
| 29 | 30 |
ht_fix_file "${S}"/Makefile
|
| 30 |
eapply "${FILESDIR}"/authenticated.c-relayfixup.diff
|
|
| 31 |
#eapply "${FILESDIR}"/authenticated.c-relayfixup.diff # Fixed upstream in a different way
|
|
| 31 | 32 |
eapply "${FILESDIR}"/relay-ctrl-3.1.1-NOFILE-overstep.patch
|
| 32 | 33 |
} |
| 33 | 34 | |