Github messages for voidlinux
 help / color / mirror / Atom feed
From: mhmdanas <mhmdanas@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] gawk: update to 5.2.1.
Date: Sun, 05 Mar 2023 22:31:32 +0100	[thread overview]
Message-ID: <20230305213132.k_j5vggQzZIE-68X7H9IXZzlebTzGQ4b-keEYZGAFYs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40968@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages gawk-5.2.1
https://github.com/void-linux/void-packages/pull/40968

gawk: update to 5.2.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/40968.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gawk-5.2.1-40968.patch --]
[-- Type: text/x-diff, Size: 2358 bytes --]

From a1fe8514ae8502395cead3e22f315067886dcac6 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Thu, 8 Dec 2022 00:20:59 +0000
Subject: [PATCH 1/2] gawk: update to 5.2.1.

---
 srcpkgs/gawk/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template
index b5f624bebf45..f203c4f337ad 100644
--- a/srcpkgs/gawk/template
+++ b/srcpkgs/gawk/template
@@ -1,16 +1,16 @@
 # Template file for 'gawk'
 pkgname=gawk
-version=5.1.1
+version=5.2.1
 revision=1
 build_style=gnu-configure
-configure_args="--with-readline"
+configure_args="--with-readline --disable-pma"
 makedepends="readline-devel"
 short_desc="GNU awk utility"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://directory.fsf.org/wiki/Gawk"
-distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=d87629386e894bbea11a5e00515fc909dc9b7249529dad9e6a3a2c77085f7ea2
+distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
+checksum=673553b91f9e18cc5792ed51075df8d510c9040f550a6f74e09c9add243a7e4f
 lib32disabled=yes
 
 provides="awk-0_1"

From ad5fdcb9015154c179f2ff1e5433790a4ff60bee Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 21 Feb 2023 08:53:50 +0100
Subject: [PATCH 2/2] chroot-gawk: update to 5.2.1.

---
 srcpkgs/chroot-gawk/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/chroot-gawk/template b/srcpkgs/chroot-gawk/template
index 1217a9d982fa..ed37b8840aa0 100644
--- a/srcpkgs/chroot-gawk/template
+++ b/srcpkgs/chroot-gawk/template
@@ -1,15 +1,16 @@
 # Template file for 'chroot-gawk'
 pkgname=chroot-gawk
-version=5.0.1
+version=5.2.1
 revision=1
 build_style=gnu-configure
-configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false"
+configure_args="--disable-nls --without-readline ac_cv_libsigsegv=/bin/false
+ --disable-pma"
 short_desc="GNU awk utility -- for xbps-src use"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://directory.fsf.org/wiki/Gawk"
 distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
-checksum=8e4e86f04ed789648b66f757329743a0d6dfb5294c3b91b756a474f1ce05a794
+checksum=673553b91f9e18cc5792ed51075df8d510c9040f550a6f74e09c9add243a7e4f
 repository=bootstrap
 
 bootstrap=yes

  parent reply	other threads:[~2023-03-05 21:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-08  0:25 [PR PATCH] " mhmdanas
2022-12-08  0:30 ` [PR REVIEW] " mhmdanas
2022-12-08  0:37 ` mhmdanas
2022-12-08  4:42 ` sgn
2022-12-08  4:45 ` sgn
2022-12-08 21:57 ` [PR PATCH] [Updated] " mhmdanas
2022-12-12  5:13 ` [PR REVIEW] " classabbyamp
2022-12-14 13:29 ` [PR PATCH] [Updated] " mhmdanas
2023-03-05 21:31 ` mhmdanas [this message]
2023-03-18  0:23 ` classabbyamp
2023-05-30 20:52 ` [PR PATCH] [Updated] " mhmdanas
2023-06-25 23:27 ` gawk, chroot-gawk: update to 5.2.2 tornaria
2023-06-26 11:06 ` [PR PATCH] [Updated] " mhmdanas
2023-06-26 11:12 ` mhmdanas
2023-09-25  1:45 ` github-actions
2023-10-10  1:45 ` [PR PATCH] [Closed]: " github-actions

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=20230305213132.k_j5vggQzZIE-68X7H9IXZzlebTzGQ4b-keEYZGAFYs@z \
    --to=mhmdanas@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).