From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/389-ds-base/
Date: Tue, 29 Oct 2024 22:00:21 +0000 (UTC) [thread overview]
Message-ID: <1730239199.84d7744253a8f1a4c81807574d54e3fb15c2a89d.sam@gentoo> (raw)
commit: 84d7744253a8f1a4c81807574d54e3fb15c2a89d
Author: Anders Larsson <anders.git <AT> larsson <DOT> xyz>
AuthorDate: Tue Oct 29 20:27:25 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 21:59:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d77442
net-nds/389-ds-base: Fix systemd support
Bug: https://bugs.gentoo.org/942473
Signed-off-by: Anders Larsson <anders.git <AT> larsson.xyz>
Closes: https://github.com/gentoo/gentoo/pull/39152
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-nds/389-ds-base/389-ds-base-3.0.2.ebuild | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/net-nds/389-ds-base/389-ds-base-3.0.2.ebuild b/net-nds/389-ds-base/389-ds-base-3.0.2.ebuild
index eb95bd5965db..5a5199ac853f 100644
--- a/net-nds/389-ds-base/389-ds-base-3.0.2.ebuild
+++ b/net-nds/389-ds-base/389-ds-base-3.0.2.ebuild
@@ -231,7 +231,11 @@ src_configure() {
$(use_enable ldapi)
$(use_with selinux)
$(use_with !systemd initddir "/etc/init.d")
+ $(use_with systemd)
$(use_enable test cmocka)
+ --with-systemdgroupname="dirsrv.target"
+ --with-tmpfiles-d="${EPREFIX}/usr/lib/tmpfiles.d"
+ --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
--enable-rust-offline
--with-pythonexec="${PYTHON}"
--with-fhs
@@ -240,15 +244,6 @@ src_configure() {
--disable-cockpit
)
- # https://github.com/389ds/389-ds-base/issues/4292 part 2
- # creates wrongly named unit file if == no
- use systemd && myconf+=(
- $(use_with systemd)
- $(use_with systemdgroupname "dirsrv.target")
- $(use_with tmpfiles-d "/usr/lib/tmpfiles.d")
- --with-systemdsystemunitdir="$(systemd_get_systemunitdir)"
- )
-
econf "${myeconfargs[@]}"
rm .cargo/config || die
next reply other threads:[~2024-10-29 22:00 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-29 22:00 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-14 10:44 [gentoo-commits] repo/gentoo:master commit in: net-nds/389-ds-base/ Sam James
2025-07-19 19:58 Sam James
2025-07-19 19:58 Sam James
2024-04-28 7:24 Arthur Zamarin
2023-01-30 9:04 Florian Schmaus
2023-01-29 18:50 Florian Schmaus
2022-04-20 17:02 Arthur Zamarin
2022-04-17 15:09 David Seifert
2022-03-23 0:14 Sam James
2022-03-18 17:07 Dennis Lamm
2022-03-18 17:07 Dennis Lamm
2022-03-18 17:07 Dennis Lamm
2022-03-18 17:07 Dennis Lamm
2022-02-18 23:04 Sam James
2022-02-18 13:53 Florian Schmaus
2022-02-18 8:31 Florian Schmaus
2022-02-18 8:31 Florian Schmaus
2021-09-24 16:29 Florian Schmaus
2021-09-13 20:30 David Seifert
2021-08-12 7:50 Joonas Niilola
2021-02-22 15:03 Joonas Niilola
2021-01-22 5:07 Sam James
2019-06-02 12:35 Jonas Stein
2018-08-01 18:20 Jonas Stein
2018-02-11 11:12 Michał Górny
2018-02-05 22:04 Patrice Clement
2018-02-05 21:52 Patrice Clement
2017-11-10 0:40 Jonas Stein
2017-11-10 0:09 Jonas Stein
2017-11-10 0:00 Jonas Stein
2017-11-09 23:50 Jonas Stein
2017-08-14 21:41 Patrice Clement
2017-05-14 22:04 Patrice Clement
2017-05-14 22:04 Patrice Clement
2017-05-14 22:04 Patrice Clement
2017-01-15 3:12 Göktürk Yüksek
2016-11-28 4:48 Mike Gilbert
2016-11-28 4:48 Mike Gilbert
2016-06-14 4:38 Göktürk Yüksek
2016-06-14 4:38 Göktürk Yüksek
2016-06-10 16:59 Patrice Clement
2016-06-10 16:59 Patrice Clement
2016-04-01 6:25 Ian Delaney
2016-03-01 4:29 Ian Delaney
2016-02-17 0:44 Ian Delaney
2016-02-17 0:44 Ian Delaney
2016-02-16 5:42 Ian Delaney
2016-02-16 5:42 Ian Delaney
2016-02-05 7:03 NP Hardass
2016-01-29 11:01 Patrice Clement
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=1730239199.84d7744253a8f1a4c81807574d54e3fb15c2a89d.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