From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mlmmj/
Date: Thu, 11 Mar 2021 03:08:35 +0000 (UTC) [thread overview]
Message-ID: <1615432102.89eee4970acdaabac4ec5c7d62ea242b46b9fc4f.sam@gentoo> (raw)
commit: 89eee4970acdaabac4ec5c7d62ea242b46b9fc4f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 03:03:58 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 03:08:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89eee497
net-mail/mlmmj: fix hardcoded paths
Closes: https://bugs.gentoo.org/259962
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-mail/mlmmj/{mlmmj-1.3.0.ebuild => mlmmj-1.3.0-r1.ebuild} | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/net-mail/mlmmj/mlmmj-1.3.0.ebuild b/net-mail/mlmmj/mlmmj-1.3.0-r1.ebuild
similarity index 86%
rename from net-mail/mlmmj/mlmmj-1.3.0.ebuild
rename to net-mail/mlmmj/mlmmj-1.3.0-r1.ebuild
index 94c0519b7e9..45fa2b38bdc 100644
--- a/net-mail/mlmmj/mlmmj-1.3.0.ebuild
+++ b/net-mail/mlmmj/mlmmj-1.3.0-r1.ebuild
@@ -21,6 +21,15 @@ PATCHES=(
"${FILESDIR}"/mlmmj-1.3.0-gcc-10.patch
)
+src_prepare() {
+ default
+
+ # bug #259962
+ for file in $(find . -iname "*.cgi") ; do
+ sed -i -e "s:/usr/local/bin/:${EPREFIX}/usr/bin/:" "${file}" || die
+ done
+}
+
src_configure() {
econf --enable-receive-strip
}
next reply other threads:[~2021-03-11 3:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-11 3:08 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-11 7:29 [gentoo-commits] repo/gentoo:master commit in: net-mail/mlmmj/ Sam James
2021-03-11 3:08 Sam James
2021-01-18 11:36 David Seifert
2021-01-07 12:25 Sam James
2021-01-07 1:08 Sam James
2021-01-07 0:58 Sam James
2018-09-18 21:23 Tim Harder
2018-09-18 21:23 Tim Harder
2017-05-22 12:12 Michael Weber
2017-05-21 8:09 Agostino Sarubbo
2016-04-16 21:12 Manuel Rüger
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=1615432102.89eee4970acdaabac4ec5c7d62ea242b46b9fc4f.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