From: "Marcin Woźniak" <y0rune@aol.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: mail-client/heirloom-mailx/
Date: Sun, 18 Apr 2021 06:44:33 +0000 (UTC) [thread overview]
Message-ID: <1618728188.a31b227e08533b24be26b476dd7994c2de6da713.yorune@gentoo> (raw)
commit: a31b227e08533b24be26b476dd7994c2de6da713
Author: Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Sun Apr 18 06:43:08 2021 +0000
Commit: Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Sun Apr 18 06:43:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a31b227e
mail-client/heirloom-mailx: Changed licence and fix problem with QA
Like in the bug I tried to add hide the error from QA.
I simply added LDFLAGS in the emake. I think it should be help.
EDIT:
I tried with src_configure but the mailx do not have configure file.
Bug: https://bugs.gentoo.org/782961
Closes: https://bugs.gentoo.org/782961
Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>
mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
index fe87daf09..1fbbcf75e 100644
--- a/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
+++ b/mail-client/heirloom-mailx/heirloom-mailx-12.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2001-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,8 @@ KEYWORDS="~amd64"
DEPEND="net-libs/liblockfile
dev-libs/libbsd
virtual/mta
- mail-client/mailx-support"
+ mail-client/mailx-support
+ dev-libs/openssl"
RDEPEND="${DEPEND}
!virtual/mailx
@@ -29,7 +30,7 @@ src_prepare() {
src_compile(){
sed 's@<openssl@<openssl-1.0/openssl@' -i openssl.c fio.c makeconfig
- emake LDFLAGS=${LDFLAGS} LDFLAGS+="-L /usr/lib/openssl-1.0/" SENDMAIL=/usr/sbin/sendmail
+ emake LDFLAGS="${LDFLAGS}" LDFLAGS+="-L /usr/lib/openssl-1.0/" SENDMAIL=/usr/sbin/sendmail
}
src_install(){
next reply other threads:[~2021-04-18 6:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-18 6:44 Marcin Woźniak [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-25 14:16 [gentoo-commits] repo/proj/guru:dev commit in: mail-client/heirloom-mailx/ Marcin Woźniak
2021-04-16 21:50 Marcin Woźniak
2020-10-11 13:10 Marcin Woźniak
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=1618728188.a31b227e08533b24be26b476dd7994c2de6da713.yorune@gentoo \
--to=y0rune@aol.com \
--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