Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] txr: update to 231.
Date: Mon, 13 Jan 2020 20:06:27 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18292@inbox.vuxu.org> (raw)

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

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

https://github.com/natrys/void-packages txr-231
https://github.com/void-linux/void-packages/pull/18292

txr: update to 231.


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

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

From e19b6503dea3c93612d103e46c723d639c6276b3 Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Tue, 14 Jan 2020 01:03:19 +0600
Subject: [PATCH] txr: update to 231.

---
 srcpkgs/txr/patches/nolibffi-endian.patch | 18 ------------------
 srcpkgs/txr/template                      |  7 ++++---
 2 files changed, 4 insertions(+), 21 deletions(-)
 delete mode 100644 srcpkgs/txr/patches/nolibffi-endian.patch

diff --git a/srcpkgs/txr/patches/nolibffi-endian.patch b/srcpkgs/txr/patches/nolibffi-endian.patch
deleted file mode 100644
index 22799210a3f..00000000000
--- a/srcpkgs/txr/patches/nolibffi-endian.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-commit 161de911edd37a0f64e42dfedfd9b35b212056e6
-Author: q66 <daniel@octaforge.org>
-Date:   Mon Jan 6 15:15:22 2020 +0100
-
-    fix non-libffi build on big endian
-
-diff --git ffi.c ffi.c
-index 816afc4..535ca31 100644
---- ffi.c
-+++ ffi.c
-@@ -83,6 +83,7 @@ typedef struct ffi_type {
-   char type, size;
- } ffi_type;
- #define FFI_TYPE_STRUCT 0
-+typedef unsigned long ffi_arg;
- #endif
- 
- typedef enum {
diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template
index 80f3387ee3d..fbe31815b3b 100644
--- a/srcpkgs/txr/template
+++ b/srcpkgs/txr/template
@@ -1,18 +1,19 @@
 # Template file for 'txr'
 pkgname=txr
-version=227
+version=231
 revision=1
 archs="x86_64* i686* aarch64* arm* ppc64*"
 build_style=configure
 make_check_target=tests
-# enabling libffi causes double-free errors with musl
 hostmakedepends="bison flex"
+makedepends="libffi-devel"
 short_desc="Programming language for convenient data munging"
 maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
 license="BSD-2-Clause"
 homepage="http://www.nongnu.org/txr/"
 distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
-checksum=fae7eb3ed6611e0a31cc5adc32a6e03e182e7412bdc99de2bcef4bb71c7913ee
+checksum=8c8a187703fe3de9d1a8c46511e381e84a341990e935b64454b9ba4fd0a28f55
+nopie=yes
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" txr"

             reply	other threads:[~2020-01-13 19:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-13 19:06 voidlinux-github [this message]
2020-01-13 19:15 ` voidlinux-github
2020-01-13 19:21 ` [PR PATCH] [Merged]: " voidlinux-github

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18292@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).