Ports/libgpg-error: Update libgpg-error to version 1.44
The syntax-error patch is no longer needed. :^)
This commit is contained in:
parent
61a2e1cf89
commit
21ea62460d
Notes:
sideshowbarker
2024-07-17 12:01:49 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/21ea62460d Pull-request: https://github.com/SerenityOS/serenity/pull/13395 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/timschumi
3 changed files with 3 additions and 14 deletions
Ports
|
@ -93,7 +93,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`libfftw3f`](libfftw3f/) | Fastest Fourier Transform in the West (single precision) | 3.3.10 | https://www.fftw.org/ |
|
||||
| [`libgcrypt`](libgcrypt/) | libgcrypt | 1.10.1 | https://gnupg.org/software/libgcrypt/index.html |
|
||||
| [`libgd`](libgd/) | libgd | 2.3.3 | https://libgd.github.io/ |
|
||||
| [`libgpg-error`](libgpg-error/) | libgpg-error | 1.42 | https://gnupg.org/software/libgpg-error/index.html |
|
||||
| [`libgpg-error`](libgpg-error/) | libgpg-error | 1.44 | https://gnupg.org/software/libgpg-error/index.html |
|
||||
| [`libiconv`](libiconv/) | GNU libiconv | 1.16 | https://www.gnu.org/software/libiconv/ |
|
||||
| [`libicu`](libicu/) | ICU | 69.1 | http://site.icu-project.org/ |
|
||||
| [`libksba`](libksba/) | libksba | 1.5.1 | https://gnupg.org/software/libksba/index.html |
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=libgpg-error
|
||||
version=1.42
|
||||
version=1.44
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
config_sub_path=build-aux/config.sub
|
||||
depends=("gettext")
|
||||
configopts=("--disable-tests" "--disable-threads")
|
||||
files="https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${version}.tar.bz2 libgpg-error-${version}.tar.bz2 fc07e70f6c615f8c4f590a8e37a9b8dd2e2ca1e9408f8e60459c67452b925e23"
|
||||
files="https://gnupg.org/ftp/gcrypt/libgpg-error/libgpg-error-${version}.tar.bz2 libgpg-error-${version}.tar.bz2 8e3d2da7a8b9a104dd8e9212ebe8e0daf86aa838cc1314ba6bc4de8f2d8a1ff9"
|
||||
auth_type=sha256
|
||||
|
||||
configure() {
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
diff -Naur libgpg-error-1.42/src/gen-lock-obj.sh libgpg-error-1.42.serenity/src/gen-lock-obj.sh
|
||||
--- libgpg-error-1.42/src/gen-lock-obj.sh 2021-03-04 11:05:29.000000000 +0100
|
||||
+++ libgpg-error-1.42.serenity/src/gen-lock-obj.sh 2021-04-14 02:17:50.977517154 +0200
|
||||
@@ -124,7 +124,6 @@
|
||||
fi
|
||||
|
||||
cat <<'EOF'
|
||||
-}}}
|
||||
##
|
||||
## Local Variables:
|
||||
## mode: c
|
Loading…
Add table
Reference in a new issue