Сравнение pure-ftpd-1.0.53 с pure-ftpd-9999
| /usr/portage/net-ftp/pure-ftpd/pure-ftpd-9999.ebuild 2025-02-18 00:21:07.737006556 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 12 | 12 |
EGIT_REPO_URI="https://github.com/jedisct1/pure-ftpd.git" |
| 13 | 13 |
else |
| 14 | 14 |
SRC_URI="https://download.pureftpd.org/pub/${PN}/releases/${P}.tar.bz2"
|
| 15 |
KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86" |
|
| 15 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
| 16 | 16 |
fi |
| 17 | 17 | |
| 18 | 18 |
LICENSE="BSD GPL-2" |
| ... | ... | |
| 56 | 56 |
default |
| 57 | 57 | |
| 58 | 58 |
# Don't hardcode FORTIFY_SOURCE |
| 59 |
sed -e '/-D_FORTIFY_SOURCE=2/d' -i configure || die |
|
| 59 |
sed -e '/-D_FORTIFY_SOURCE=2/d' -i configure.ac || die |
|
| 60 | 60 | |
| 61 | 61 |
[[ "${PV}" == 9999 ]] && eautoreconf
|
| 62 | 62 |
} |