From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/bird/
Date: Tue, 7 Mar 2023 17:18:05 +0000 (UTC) [thread overview]
Message-ID: <1678209473.b0f1765113bc6eed2a15cdebf306a36059b5a1bc.sam@gentoo> (raw)
commit: b0f1765113bc6eed2a15cdebf306a36059b5a1bc
Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Sun Mar 5 16:16:24 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 7 17:17:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f17651
net-misc/bird: Make the compilation and test phases verbose
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29977
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/bird/bird-2.0.12.ebuild | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/net-misc/bird/bird-2.0.12.ebuild b/net-misc/bird/bird-2.0.12.ebuild
index 5d34f3ad4cd1..11b8c7484e39 100644
--- a/net-misc/bird/bird-2.0.12.ebuild
+++ b/net-misc/bird/bird-2.0.12.ebuild
@@ -46,11 +46,17 @@ src_prepare() {
}
src_configure() {
- econf \
- --localstatedir="${EPREFIX}/var" \
- $(use_enable client) \
- $(use_enable debug) \
+ # This export makes compilation and test phases verbose
+ export VERBOSE=1
+
+ local myargs=(
+ --localstatedir="${EPREFIX}/var"
+ $(use_enable client)
+ $(use_enable debug)
$(use_enable libssh)
+ )
+
+ econf "${myargs[@]}"
}
src_install() {
next reply other threads:[~2023-03-07 17:18 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-07 17:18 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-13 7:10 [gentoo-commits] repo/gentoo:master commit in: net-misc/bird/ WANG Xuerui
2023-03-12 13:39 Arthur Zamarin
2023-03-12 8:36 Joonas Niilola
2023-03-08 22:43 Sam James
2023-03-07 13:33 Sam James
2023-03-07 13:33 Sam James
2023-03-07 13:33 Sam James
2023-03-07 13:33 Sam James
2022-02-28 14:26 Joonas Niilola
2022-02-28 14:26 Joonas Niilola
2021-10-11 0:02 Sam James
2021-10-04 20:46 Sam James
2021-10-04 20:40 Sam James
2021-04-09 22:51 Sam James
2020-06-20 1:14 Aaron Bauman
2020-02-10 13:53 Tony Vroon
2019-01-10 10:07 Tony Vroon
2018-06-08 13:03 Tony Vroon
2018-04-06 11:05 Fabian Groffen
2018-03-14 14:37 Michał Górny
2018-01-16 11:39 Tony Vroon
2016-12-23 9:31 Tony Vroon
2016-09-27 14:29 Tony Vroon
2016-05-03 10:21 Tony Vroon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1678209473.b0f1765113bc6eed2a15cdebf306a36059b5a1bc.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox