mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Ports/gmp: Update gmp to version 6.3.0
This also removes the patch as Serenity is now included in the bundled `configfsf.sub`.
This commit is contained in:
parent
4dd22a7564
commit
eb50682b16
Notes:
sideshowbarker
2024-07-16 16:23:32 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/eb50682b16 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
4 changed files with 3 additions and 31 deletions
|
@ -101,7 +101,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`glm`](glm/) | OpenGL Mathematics (GLM) | 0.9.9.8 | https://github.com/g-truc/glm |
|
||||
| [`gltron`](gltron/) | GLTron | 0.70 | http://gltron.org |
|
||||
| [`glu`](glu/) | Mesa GLU | 9.0.2 | https://gitlab.freedesktop.org/mesa/glu |
|
||||
| [`gmp`](gmp/) | GNU Multiple Precision Arithmetic Library (GMP) | 6.2.1 | https://gmplib.org/ |
|
||||
| [`gmp`](gmp/) | GNU Multiple Precision Arithmetic Library (GMP) | 6.3.0 | https://gmplib.org/ |
|
||||
| [`gn`](gn/) | GN Meta Build System | 2023.07.12 | https://gn.googlesource.com/gn/ |
|
||||
| [`gnuapl`](gnuapl/) | GNU APL | 1.8 | https://www.gnu.org/software/apl/ |
|
||||
| [`gnucobol`](gnucobol/) | GnuCOBOL | 3.1.2 | https://gnucobol.sourceforge.io/ |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='gmp'
|
||||
version='6.2.1'
|
||||
version='6.3.0'
|
||||
useconfigure='true'
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/gmp/gmp-${version}.tar.bz2#eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c"
|
||||
"https://ftpmirror.gnu.org/gnu/gmp/gmp-${version}.tar.xz#a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898"
|
||||
)
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Brendan Coles <bcoles@gmail.com>
|
||||
Date: Thu, 8 Apr 2021 07:11:06 +0000
|
||||
Subject: [PATCH] Teach configfsf.sub about serenity
|
||||
|
||||
---
|
||||
configfsf.sub | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/configfsf.sub b/configfsf.sub
|
||||
index 8167d08..ad8066a 100755
|
||||
--- a/configfsf.sub
|
||||
+++ b/configfsf.sub
|
||||
@@ -1691,6 +1691,7 @@ case $os in
|
||||
# The portable systems comes first.
|
||||
# Each alternative MUST end in a * to match a version number.
|
||||
gnu* | android* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
|
||||
+ | serenity* \
|
||||
| *vms* | esix* | aix* | cnk* | sunos | sunos[34]* \
|
||||
| hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
|
||||
| sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \
|
|
@ -1,7 +0,0 @@
|
|||
# Patches for gmp on SerenityOS
|
||||
|
||||
## `0001-Teach-configfsf.sub-about-serenity.patch`
|
||||
|
||||
Teach configfsf.sub about serenity
|
||||
|
||||
|
Loading…
Reference in a new issue