Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/unrealircd/
Date: Wed, 01 May 2019 09:21:54
Message-Id: 1556702492.43035a6f2dd29ad6804af6f71380b1d3150b879d.kensington@gentoo
1 commit: 43035a6f2dd29ad6804af6f71380b1d3150b879d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 09:20:49 2019 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed May 1 09:21:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43035a6f
7
8 net-irc/unrealircd: improve configure
9
10 The option fd-setsize was renamed maxconnections.
11
12 Also, disable tree support as it has been deprecated upstream.
13
14 Closes: https://bugs.gentoo.org/684810
15 Package-Manager: Portage-2.3.62, Repoman-2.3.12
16 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
17
18 .../{unrealircd-4.2.3.ebuild => unrealircd-4.2.3-r1.ebuild} | 5 ++---
19 1 file changed, 2 insertions(+), 3 deletions(-)
20
21 diff --git a/net-irc/unrealircd/unrealircd-4.2.3.ebuild b/net-irc/unrealircd/unrealircd-4.2.3-r1.ebuild
22 similarity index 98%
23 rename from net-irc/unrealircd/unrealircd-4.2.3.ebuild
24 rename to net-irc/unrealircd/unrealircd-4.2.3-r1.ebuild
25 index 4fa9c22d637..1cca4625615 100644
26 --- a/net-irc/unrealircd/unrealircd-4.2.3.ebuild
27 +++ b/net-irc/unrealircd/unrealircd-4.2.3-r1.ebuild
28 @@ -21,7 +21,6 @@ RDEPEND="
29 !libressl? ( dev-libs/openssl:0= )
30 libressl? ( dev-libs/libressl:= )
31 dev-libs/libpcre2
32 - dev-libs/tre
33 >=net-dns/c-ares-1.7:=
34 net-libs/libnsl:=
35 sys-libs/zlib
36 @@ -77,14 +76,14 @@ src_configure() {
37 --without-privatelibdir \
38 --with-pidfile="${EPREFIX}"/run/${PN}/ircd.pid \
39 --with-tmpdir="${EPREFIX}"/var/lib/${PN}/tmp \
40 + --with-maxconnections=1024 \
41 --with-nick-history=2000 \
42 --with-sendq=3000000 \
43 --with-permissions=0640 \
44 - --with-fd-setsize=1024 \
45 --with-system-argon2 \
46 --with-system-cares \
47 --with-system-pcre2 \
48 - --with-system-tre \
49 + --without-tre \
50 --enable-dynamic-linking \
51 --enable-ssl="${EPREFIX}"/usr \
52 $(use_enable curl libcurl "${EPREFIX}"/usr) \