Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] txr: update to 231.
@ 2020-01-13 19:06 voidlinux-github
  2020-01-13 19:15 ` voidlinux-github
  2020-01-13 19:21 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-13 19:06 UTC (permalink / raw)
  To: ml

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

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

* Re: txr: update to 231.
  2020-01-13 19:06 [PR PATCH] txr: update to 231 voidlinux-github
@ 2020-01-13 19:15 ` voidlinux-github
  2020-01-13 19:21 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-13 19:15 UTC (permalink / raw)
  To: ml

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

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/18292#issuecomment-573824199

Comment:
- The nolibffi-endian patch is no longer needed because it's fixed in upstream
- All tests passed with libffi enabled in musl, so adding it back and removing comment
- In version 230, upstream [disabled PIE builds](http://www.kylheku.com/cgit/txr/tree/RELNOTES) due to bugs and performance concerns.

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

* Re: [PR PATCH] [Merged]: txr: update to 231.
  2020-01-13 19:06 [PR PATCH] txr: update to 231 voidlinux-github
  2020-01-13 19:15 ` voidlinux-github
@ 2020-01-13 19:21 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-13 19:21 UTC (permalink / raw)
  To: ml

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

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

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

Description:


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

end of thread, other threads:[~2020-01-13 19:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13 19:06 [PR PATCH] txr: update to 231 voidlinux-github
2020-01-13 19:15 ` voidlinux-github
2020-01-13 19:21 ` [PR PATCH] [Merged]: " voidlinux-github

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