diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index c4be57b9f56..68f0db666a3 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -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/ | diff --git a/Ports/gmp/package.sh b/Ports/gmp/package.sh index bc8ae78c547..505db2ea9c0 100755 --- a/Ports/gmp/package.sh +++ b/Ports/gmp/package.sh @@ -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" ) diff --git a/Ports/gmp/patches/0001-Teach-configfsf.sub-about-serenity.patch b/Ports/gmp/patches/0001-Teach-configfsf.sub-about-serenity.patch deleted file mode 100644 index b539d1e11bb..00000000000 --- a/Ports/gmp/patches/0001-Teach-configfsf.sub-about-serenity.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Brendan Coles -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* \ diff --git a/Ports/gmp/patches/ReadMe.md b/Ports/gmp/patches/ReadMe.md deleted file mode 100644 index 5c6aecd1ad1..00000000000 --- a/Ports/gmp/patches/ReadMe.md +++ /dev/null @@ -1,7 +0,0 @@ -# Patches for gmp on SerenityOS - -## `0001-Teach-configfsf.sub-about-serenity.patch` - -Teach configfsf.sub about serenity - -