Github messages for voidlinux
 help / color / mirror / Atom feed
From: natrys <natrys@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] txr: update to 275.
Date: Thu, 19 May 2022 12:46:23 +0200	[thread overview]
Message-ID: <20220519104623.LqDkxTeQFRD_i45UD_PwfqZ1yyMGl-wdf7ucKx6udZs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-37167@inbox.vuxu.org>

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

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

https://github.com/natrys/void-packages txr-275
https://github.com/void-linux/void-packages/pull/37167

txr: update to 275.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/37167.patch is attached

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

From b4f06153bfdf5bcfc0164591d75b08aee7926dba Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Tue, 17 May 2022 14:26:59 +0000
Subject: [PATCH] txr: update to 275.

---
 srcpkgs/txr/template | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template
index 68af47b7e693..45224582c37c 100644
--- a/srcpkgs/txr/template
+++ b/srcpkgs/txr/template
@@ -1,6 +1,6 @@
 # Template file for 'txr'
 pkgname=txr
-version=272
+version=275
 revision=1
 archs="x86_64* i686* aarch64* arm* ppc64* mips*"
 build_style=configure
@@ -13,7 +13,7 @@ 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=b3c2a82198dc97633aa40ced6fff6fec39c78a905b06dc08e7b74176bda03543
+checksum=1e6ca44f2879178f4205ad70ee8fc757a4392ecc75424c5ed0904741d1b1541e
 nopie=yes
 
 if [ "$CROSS_BUILD" ]; then
@@ -27,8 +27,13 @@ pre_configure() {
 }
 
 pre_check() {
-	# UDP server/client test for IPv6 fails in github CI
-	vsed -i -e 's/,\*maybe-ipv6//' tests/014/dgram-stream.tl
+	if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then
+		# IPv6 not supported in github CI
+		vsed -i -e 's/,\*maybe-ipv6//' tests/014/dgram-stream.tl
+
+		# Removing tests that fail when run as root
+		rm tests/019/load-search.tl
+	fi
 }
 
 post_install() {

  reply	other threads:[~2022-05-19 10:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-17 14:28 [PR PATCH] " natrys
2022-05-19 10:46 ` natrys [this message]
2022-05-19 18:04 ` [PR PATCH] [Merged]: " Chocimier

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=20220519104623.LqDkxTeQFRD_i45UD_PwfqZ1yyMGl-wdf7ucKx6udZs@z \
    --to=natrys@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).