Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] txr: update to 294
@ 2024-03-23 15:34 adigitoleo
  2024-03-23 16:10 ` [PR PATCH] [Updated] " adigitoleo
  2024-03-23 17:16 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: adigitoleo @ 2024-03-23 15:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adigitoleo/void-packages txr
https://github.com/void-linux/void-packages/pull/49477

txr: update to 294
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR for these architectures (cross-builds):
  - x86_64-musl
  - armv7l
  - i686
  - i686-musl

Personal communication with upstream reveals that only 32-bit arm is supported, so the package is not available for aarch64.

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

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

From 7a4873d9e2b357a8975a23800848791c3e94f147 Mon Sep 17 00:00:00 2001
From: adigitoleo <adigitoleo@posteo.net>
Date: Sun, 24 Mar 2024 02:32:10 +1100
Subject: [PATCH] txr: update to 294

---
 srcpkgs/txr/patches/musl-fd_set.patch | 10 ----------
 srcpkgs/txr/template                  | 15 +++++----------
 2 files changed, 5 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/txr/patches/musl-fd_set.patch

diff --git a/srcpkgs/txr/patches/musl-fd_set.patch b/srcpkgs/txr/patches/musl-fd_set.patch
deleted file mode 100644
index b47cf6dba3c2fe..00000000000000
--- a/srcpkgs/txr/patches/musl-fd_set.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/socket.c	2016-03-21 10:54:59.650592629 +0100
-+++ b/socket.c	2016-03-21 10:55:14.760403731 +0100
-@@ -24,6 +24,7 @@
-  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-  */
- 
-+#include <sys/select.h>
- #include <stddef.h>
- #include <stdio.h>
- #include <stdlib.h>
diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template
index a7e5791b52eaab..a0c3b9339ba6ea 100644
--- a/srcpkgs/txr/template
+++ b/srcpkgs/txr/template
@@ -1,25 +1,20 @@
 # Template file for 'txr'
 pkgname=txr
-version=282
-revision=2
-archs="x86_64* i686* aarch64* arm* ppc64* mips*"
+version=294
+revision=1
+archs="x86_64* i686* arm*"
 build_style=configure
 configure_args="--prefix=/usr"
 make_check_target=tests
 makedepends="libffi-devel"
 short_desc="Programming language for convenient data munging"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Leon (adigitoleo) <adigitoleo@posteo.net>"
 license="BSD-2-Clause"
 homepage="http://www.nongnu.org/txr/"
 changelog="http://www.kylheku.com/cgit/txr/tree/RELNOTES"
 distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
-checksum=5f10467610d8213be9af8a1fc9dafbd4902b7b473a82d8b2945cfa5ea6d2fee5
+checksum=41d90de05c286c644f40d4067070bad968b987042ab20c8ba3d7ad61811fa837
 nopie=yes
-CFLAGS="-D_FILE_OFFSET_BITS=64"
-
-if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
-	makedepends+=" libxcrypt-devel"
-fi
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" txr"

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

* Re: [PR PATCH] [Updated] txr: update to 294
  2024-03-23 15:34 [PR PATCH] txr: update to 294 adigitoleo
@ 2024-03-23 16:10 ` adigitoleo
  2024-03-23 17:16 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: adigitoleo @ 2024-03-23 16:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/adigitoleo/void-packages txr
https://github.com/void-linux/void-packages/pull/49477

txr: update to 294
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR for these architectures (cross-builds):
  - x86_64-musl
  - armv7l
  - i686
  - i686-musl

Personal communication with upstream reveals that only 32-bit arm is supported, so the package is not available for aarch64.

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

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

From 1c5c75ff572ae8b471a955c96faa33660f3eca79 Mon Sep 17 00:00:00 2001
From: adigitoleo <adigitoleo@posteo.net>
Date: Sun, 24 Mar 2024 02:32:10 +1100
Subject: [PATCH] txr: update to 294

---
 srcpkgs/txr/patches/musl-fd_set.patch | 10 ----------
 srcpkgs/txr/template                  | 11 +++++------
 2 files changed, 5 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/txr/patches/musl-fd_set.patch

diff --git a/srcpkgs/txr/patches/musl-fd_set.patch b/srcpkgs/txr/patches/musl-fd_set.patch
deleted file mode 100644
index b47cf6dba3c2fe..00000000000000
--- a/srcpkgs/txr/patches/musl-fd_set.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/socket.c	2016-03-21 10:54:59.650592629 +0100
-+++ b/socket.c	2016-03-21 10:55:14.760403731 +0100
-@@ -24,6 +24,7 @@
-  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-  */
- 
-+#include <sys/select.h>
- #include <stddef.h>
- #include <stdio.h>
- #include <stdlib.h>
diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template
index a7e5791b52eaab..58bfd575e914fc 100644
--- a/srcpkgs/txr/template
+++ b/srcpkgs/txr/template
@@ -1,21 +1,20 @@
 # Template file for 'txr'
 pkgname=txr
-version=282
-revision=2
-archs="x86_64* i686* aarch64* arm* ppc64* mips*"
+version=294
+revision=1
+archs="x86_64* i686* arm*"
 build_style=configure
 configure_args="--prefix=/usr"
 make_check_target=tests
 makedepends="libffi-devel"
 short_desc="Programming language for convenient data munging"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Leon (adigitoleo) <adigitoleo@posteo.net>"
 license="BSD-2-Clause"
 homepage="http://www.nongnu.org/txr/"
 changelog="http://www.kylheku.com/cgit/txr/tree/RELNOTES"
 distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
-checksum=5f10467610d8213be9af8a1fc9dafbd4902b7b473a82d8b2945cfa5ea6d2fee5
+checksum=41d90de05c286c644f40d4067070bad968b987042ab20c8ba3d7ad61811fa837
 nopie=yes
-CFLAGS="-D_FILE_OFFSET_BITS=64"
 
 if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
 	makedepends+=" libxcrypt-devel"

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

* Re: [PR PATCH] [Merged]: txr: update to 294
  2024-03-23 15:34 [PR PATCH] txr: update to 294 adigitoleo
  2024-03-23 16:10 ` [PR PATCH] [Updated] " adigitoleo
@ 2024-03-23 17:16 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2024-03-23 17:16 UTC (permalink / raw)
  To: ml

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

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

txr: update to 294
https://github.com/void-linux/void-packages/pull/49477

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR for these architectures (cross-builds):
  - x86_64-musl
  - armv7l
  - i686
  - i686-musl

Personal communication with upstream reveals that only 32-bit arm is supported, so the package is not available for aarch64.

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

end of thread, other threads:[~2024-03-23 17:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-23 15:34 [PR PATCH] txr: update to 294 adigitoleo
2024-03-23 16:10 ` [PR PATCH] [Updated] " adigitoleo
2024-03-23 17:16 ` [PR PATCH] [Merged]: " leahneukirchen

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