Github messages for voidlinux
 help / color / mirror / Atom feed
From: adigitoleo <adigitoleo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] txr: update to 294
Date: Sat, 23 Mar 2024 17:10:38 +0100	[thread overview]
Message-ID: <20240323161038.25F9A216AC@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49477@inbox.vuxu.org>

[-- 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"

  reply	other threads:[~2024-03-23 16:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-23 15:34 [PR PATCH] " adigitoleo
2024-03-23 16:10 ` adigitoleo [this message]
2024-03-23 17:16 ` [PR PATCH] [Merged]: " leahneukirchen

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=20240323161038.25F9A216AC@inbox.vuxu.org \
    --to=adigitoleo@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).