gawk: bump to 5.3.0 (#10011)

This commit is contained in:
kenmays
2024-02-16 00:43:37 -08:00
committed by GitHub
parent d168d51cd3
commit 282c8b149b
2 changed files with 6 additions and 6 deletions

View File

@@ -12,11 +12,11 @@ makes it possible to handle simple data-reformatting jobs with just a \
few lines of code.
"
HOMEPAGE="http://www.gnu.org/s/gawk"
COPYRIGHT="1983-2020 Free Software Foundation, Inc."
COPYRIGHT="1983-2023 Free Software Foundation, Inc."
LICENSE="GNU GPL v3"
REVISION="2"
REVISION="1"
SOURCE_URI="https://ftp.gnu.org/gnu/gawk/gawk-$portVersion.tar.gz"
CHECKSUM_SHA256="945aef7ccff101f20b22a10802bc005e994ab2b8ea3e724cc1a197c62f41f650"
CHECKSUM_SHA256="378f8864ec21cfceaa048f7e1869ac9b4597b449087caf1eb55e440d30273336"
PATCHES="gawk-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2"

View File

@@ -1,4 +1,4 @@
From 0e94b2cadb89649014ef45cacc0b0992cafb2657 Mon Sep 17 00:00:00 2001
From 19143d3ca89c933746569e5ed0c8655991fae5e0 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Mon, 4 May 2015 18:51:15 +0000
Subject: Haiku patch
@@ -61,7 +61,7 @@ index 637378e..319ee3a 100644
return 1;
}
diff --git a/io.c b/io.c
index 378b115..935b600 100644
index c595c00..1b7c115 100644
--- a/io.c
+++ b/io.c
@@ -47,6 +47,8 @@
@@ -74,5 +74,5 @@ index 378b115..935b600 100644
#include <termios.h>
#endif
--
2.14.2
2.42.1