From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D96DF138350 for ; Wed, 22 Apr 2020 13:38:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11A8CE0C3F; Wed, 22 Apr 2020 13:38:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE7ECE0C3F for ; Wed, 22 Apr 2020 13:38:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD26A34F00D for ; Wed, 22 Apr 2020 13:38:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAFA79C for ; Wed, 22 Apr 2020 13:38:55 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1587562718.f2a8302db892759b973a994cdf8544bf431b7370.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alpine/, mail-client/alpine/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/alpine/alpine-2.22.ebuild mail-client/alpine/files/alpine-2.22-cc.patch X-VCS-Directories: mail-client/alpine/files/ mail-client/alpine/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f2a8302db892759b973a994cdf8544bf431b7370 X-VCS-Branch: master Date: Wed, 22 Apr 2020 13:38:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3f9b3e76-a6ae-43a6-b5cd-38e1cbc5eee5 X-Archives-Hash: 7523c6798974b78add37cbee5c64ae31 commit: f2a8302db892759b973a994cdf8544bf431b7370 Author: Robert Siebeck r123 de> AuthorDate: Sun Apr 19 22:02:26 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Apr 22 13:38:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a8302d mail-client/alpine: don't call cc directly Closes: https://bugs.gentoo.org/718368 Signed-off-by: Robert Siebeck r123.de> Closes: https://github.com/gentoo/gentoo/pull/15424 Signed-off-by: Joonas Niilola gentoo.org> mail-client/alpine/alpine-2.22.ebuild | 6 ++++++ mail-client/alpine/files/alpine-2.22-cc.patch | 24 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/mail-client/alpine/alpine-2.22.ebuild b/mail-client/alpine/alpine-2.22.ebuild index 75f6d667338..c2b83e1187b 100644 --- a/mail-client/alpine/alpine-2.22.ebuild +++ b/mail-client/alpine/alpine-2.22.ebuild @@ -27,9 +27,15 @@ RDEPEND="${DEPEND} app-misc/mime-types " +PATCHES=( + "${FILESDIR}/${P}-cc.patch" +) + src_prepare() { default eautoreconf + tc-export CC RANLIB AR + export CC_FOR_BUILD=$(tc-getBUILD_CC) } src_configure() { diff --git a/mail-client/alpine/files/alpine-2.22-cc.patch b/mail-client/alpine/files/alpine-2.22-cc.patch new file mode 100644 index 00000000000..87132bdd6b5 --- /dev/null +++ b/mail-client/alpine/files/alpine-2.22-cc.patch @@ -0,0 +1,24 @@ +--- ./imap/tools/Makefile 2020-04-19 23:45:13.080083548 +0200 ++++ ./imap/tools/Makefile 2020-04-19 23:45:24.525083844 +0200 +@@ -21,7 +21,6 @@ + # Internet: MRC@CAC.Washington.EDU + + +-CC=cc + RM=rm -f + + +--- ./imap/src/osdep/unix/Makefile 2020-04-19 23:54:55.454098598 +0200 ++++ ./imap/src/osdep/unix/Makefile 2020-04-19 23:54:55.454098598 +0200 +@@ -132,10 +132,8 @@ + + # Commands possibly overridden by the individual port + +-ARRC=ar rc +-CC=cc ++ARRC=$(AR) rc + LN=ln -s +-RANLIB=ranlib + + + # Standard distribution build parameters