Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] e2fsprogs: use awk with compile_et
@ 2023-09-07  0:46 sgn
  2023-12-06  1:47 ` github-actions
  2023-12-06  3:54 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: sgn @ 2023-09-07  0:46 UTC (permalink / raw)
  To: ml

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

There is a new pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages e2fsprogs-awk
https://github.com/void-linux/void-packages/pull/45949

e2fsprogs: use awk with compile_et
<!-- 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/45949.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-e2fsprogs-awk-45949.patch --]
[-- Type: text/x-diff, Size: 1161 bytes --]

From 5f636338815bc915f88c62d10103a1aee33fb012 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Thu, 7 Sep 2023 07:44:51 +0700
Subject: [PATCH] e2fsprogs: use awk with compile_et

---
 srcpkgs/e2fsprogs/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/e2fsprogs/template b/srcpkgs/e2fsprogs/template
index 7b41eb0ac1d7d..422bbd83814a9 100644
--- a/srcpkgs/e2fsprogs/template
+++ b/srcpkgs/e2fsprogs/template
@@ -1,13 +1,13 @@
 # Template file for 'e2fsprogs'
 pkgname=e2fsprogs
 version=1.47.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--enable-elf-shlibs --disable-fsck
  --enable-e2initrd-helper --disable-rpath --with-root-prefix=/usr
  --disable-uuidd --disable-libuuid --disable-libblkid
  --enable-symlink-build --enable-symlink-install --enable-relative-symlinks
- --sbindir=/usr/bin --libdir=/usr/lib e2fsprogs_cv_struct_st_flags=no"
+ ac_cv_prog_AWK=awk e2fsprogs_cv_struct_st_flags=no"
 make_install_args="install-libs"
 hostmakedepends="texinfo pkg-config"
 makedepends="libuuid-devel libblkid-devel fuse-devel"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: e2fsprogs: use awk with compile_et
  2023-09-07  0:46 [PR PATCH] e2fsprogs: use awk with compile_et sgn
@ 2023-12-06  1:47 ` github-actions
  2023-12-06  3:54 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2023-12-06  1:47 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/45949#issuecomment-1841943144

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: e2fsprogs: use awk with compile_et
  2023-09-07  0:46 [PR PATCH] e2fsprogs: use awk with compile_et sgn
  2023-12-06  1:47 ` github-actions
@ 2023-12-06  3:54 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2023-12-06  3:54 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

e2fsprogs: use awk with compile_et
https://github.com/void-linux/void-packages/pull/45949

Description:
<!-- 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
-->


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-06  3:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-07  0:46 [PR PATCH] e2fsprogs: use awk with compile_et sgn
2023-12-06  1:47 ` github-actions
2023-12-06  3:54 ` [PR PATCH] [Merged]: " sgn

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).