Diff getdns-1.7.2-r1 with a getdns-1.7.3
| /usr/portage/net-dns/getdns/getdns-1.7.3.ebuild 2025-07-29 16:22:17.252467412 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 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 |
| ... | ... | |
| 14 | 14 |
LICENSE="BSD" |
| 15 | 15 |
SLOT="0" |
| 16 | 16 |
KEYWORDS="amd64 ~x86" |
| 17 |
IUSE="doc examples +getdns-query +getdns-server-mon gnutls +idn libev libevent libuv static-libs stubby test +unbound" |
|
| 17 |
IUSE="doc examples +getdns-query +getdns-server-mon gnutls +idn libev libevent libuv minimal static-libs stubby test +unbound" |
|
| 18 | 18 | |
| 19 | 19 |
S="${WORKDIR}/${_SRCURI_P}"
|
| 20 | 20 | |
| ... | ... | |
| 37 | 37 |
libevent? ( dev-libs/libevent:= ) |
| 38 | 38 |
libuv? ( dev-libs/libuv:= ) |
| 39 | 39 |
test? ( dev-libs/check ) |
| 40 |
>=net-dns/unbound-1.5.9:= |
|
| 40 |
!minimal? ( >=net-dns/unbound-1.5.9:= ) |
|
| 41 | 41 |
" |
| 42 | 42 |
RDEPEND=" |
| 43 | 43 |
${DEPEND}
|
| ... | ... | |
| 53 | 53 | |
| 54 | 54 |
PATCHES=( |
| 55 | 55 |
"${FILESDIR}/${PN}-1.4.2-stubby.service.patch"
|
| 56 |
"${FILESDIR}/${P}-clang16.patch"
|
|
| 56 |
"${FILESDIR}/${PN}-1.7.3-cmake-linking.patch"
|
|
| 57 |
"${FILESDIR}/stubby-0.4.3-install-dir.patch"
|
|
| 57 | 58 |
) |
| 58 | 59 | |
| 59 | 60 |
src_configure() {
|
| ... | ... | |
| 66 | 67 |
-DENABLE_STATIC=$(usex static-libs) |
| 67 | 68 |
-DBUILD_TESTING:BOOL=$(usex test) |
| 68 | 69 |
-DENABLE_UNBOUND_EVENT_API=$(usex unbound) |
| 70 |
-DENABLE_STUB_ONLY=$(usex minimal) |
|
| 69 | 71 |
-DUSE_GNUTLS=$(usex gnutls) |
| 70 | 72 |
-DUSE_LIBEV=$(usex libev) |
| 71 | 73 |
-DUSE_LIBEVENT2=$(usex libevent) |