From: Baruch Siach via buildroot <buildroot@buildroot.org>
To: Thomas Bonnefille via buildroot <buildroot@buildroot.org>
Cc: "Thomas Bonnefille" <thomas.bonnefille@bootlin.com>,
"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
"Miquèl Raynal" <miquel.raynal@bootlin.com>,
"Semyon Kolganov" <semenak94@mail.ru>
Subject: Re: [Buildroot] [PATCH] package/mpir: replace source url
Date: Mon, 03 Feb 2025 20:22:18 +0200 [thread overview]
Message-ID: <87y0ymyjl1.fsf@tarshish> (raw)
In-Reply-To: <20250203-repair_mpir-v1-1-db848d68b586@bootlin.com> (Thomas Bonnefille via buildroot's message of "Mon, 03 Feb 2025 19:14:01 +0100")
Hi Thomas,
On Mon, Feb 03 2025, Thomas Bonnefille via buildroot wrote:
> mpir.org is now offline. This commit switch mpir source URL to a mirror
> repo on Github.
> Unfortunately this repository uses the same name for one of its branch
> and a tag, so we are forced to use the exact commit sha1.
> However this repository already included in the last version, the fix
> for Xcode12, it is now no longer required as an external Buildroot
> patch.
>
> Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com>
> ---
> .../0002-Fix-configure-failures-with-Xcode12.patch | 116 ---------------------
> package/mpir/mpir.hash | 2 +-
> package/mpir/mpir.mk | 6 +-
> 3 files changed, 4 insertions(+), 120 deletions(-)
[...]
> diff --git a/package/mpir/mpir.mk b/package/mpir/mpir.mk
> index 46cd35e4365bafbd30cc500bc975c3abeeb85c2f..c55061e1875cf995afad75519d36c9cc0da9f260 100644
> --- a/package/mpir/mpir.mk
> +++ b/package/mpir/mpir.mk
> @@ -4,15 +4,15 @@
> #
> ################################################################################
>
> -MPIR_VERSION = 3.0.0
> -MPIR_SITE = http://www.mpir.org
> -MPIR_SOURCE = mpir-$(MPIR_VERSION).tar.bz2
> +MPIR_VERSION = 307663bf8b4daad22a7a593bfddf381b68920855
> +MPIR_SITE = $(call github,wbhart,mpir,$(MPIR_VERSION))
> MPIR_LICENSE = LGPL-3.0+
> MPIR_LICENSE_FILES = COPYING.LIB
> MPIR_INSTALL_STAGING = YES
> MPIR_DEPENDENCIES = gmp host-yasm
> # 0002-Fix-configure-failures-with-Xcode12.patch
> MPIR_AUTORECONF = YES
AUTORECONF is most likely still needed with this patch, but the comment
above is outdated since you remove the patch.
baruch
> +MPIR_CONF_ENV = MAKEINFO=true
>
> ifeq ($(BR2_MIPS_NABI32),y)
> MPIR_CONF_OPTS += ABI=n32
>
> ---
> base-commit: d5b3795e92727c6565901cddf0c0f17c7854df56
> change-id: 20250203-repair_mpir-f83c6d03fad9
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2025-02-03 18:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-03 18:14 [Buildroot] [PATCH] package/mpir: replace source url Thomas Bonnefille via buildroot
2025-02-03 18:22 ` Baruch Siach via buildroot [this message]
2025-02-05 12:27 ` Arnout Vandecappelle via buildroot
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=87y0ymyjl1.fsf@tarshish \
--to=buildroot@buildroot.org \
--cc=baruch@tkos.co.il \
--cc=miquel.raynal@bootlin.com \
--cc=semenak94@mail.ru \
--cc=thomas.bonnefille@bootlin.com \
--cc=thomas.petazzoni@bootlin.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.