Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] txr: update to 235.
@ 2020-04-13  9:11 natrys
  2020-04-13 11:03 ` [PR PATCH] [Updated] " natrys
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: natrys @ 2020-04-13  9:11 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-235
https://github.com/void-linux/void-packages/pull/20946

txr: update to 235.


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

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

From 9da6180e850d70c13f61748e80318bbc3b03a6a2 Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Mon, 13 Apr 2020 15:04:38 +0600
Subject: [PATCH] txr: update to 235.

---
 srcpkgs/txr/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template
index aa1f2d44d72..e59b68f00d7 100644
--- a/srcpkgs/txr/template
+++ b/srcpkgs/txr/template
@@ -1,7 +1,7 @@
 # Template file for 'txr'
 pkgname=txr
-version=233
-revision=2
+version=235
+revision=1
 archs="x86_64* i686* aarch64* arm* ppc64*"
 build_style=configure
 configure_args="--prefix=/usr"
@@ -14,7 +14,7 @@ license="BSD-2-Clause"
 homepage="http://www.nongnu.org/txr/"
 changelog="http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=${pkgname}-${version}"
 distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
-checksum=a12e7769c1f3354f6c85bc1d26a3cb2de548e45ac7ae38b982e74163b19148d8
+checksum=1fdb2d56e8223779e52c64846787dd7a6c4e280278ca098c1b19133c357da87f
 nopie=yes
 
 if [ "$CROSS_BUILD" ]; then

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

* Re: [PR PATCH] [Updated] txr: update to 235.
  2020-04-13  9:11 [PR PATCH] txr: update to 235 natrys
@ 2020-04-13 11:03 ` natrys
  2020-04-13 22:40 ` natrys
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: natrys @ 2020-04-13 11:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages txr-235
https://github.com/void-linux/void-packages/pull/20946

txr: update to 235.


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

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

From b542434eb6f7f25aacbd211ba39cdb4e7a6eb939 Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Mon, 13 Apr 2020 15:04:38 +0600
Subject: [PATCH] txr: update to 235.

---
 srcpkgs/txr/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template
index aa1f2d44d72..0aa7d40d23a 100644
--- a/srcpkgs/txr/template
+++ b/srcpkgs/txr/template
@@ -1,7 +1,7 @@
 # Template file for 'txr'
 pkgname=txr
-version=233
-revision=2
+version=235
+revision=1
 archs="x86_64* i686* aarch64* arm* ppc64*"
 build_style=configure
 configure_args="--prefix=/usr"
@@ -14,7 +14,7 @@ license="BSD-2-Clause"
 homepage="http://www.nongnu.org/txr/"
 changelog="http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=${pkgname}-${version}"
 distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
-checksum=a12e7769c1f3354f6c85bc1d26a3cb2de548e45ac7ae38b982e74163b19148d8
+checksum=1fdb2d56e8223779e52c64846787dd7a6c4e280278ca098c1b19133c357da87f
 nopie=yes
 
 if [ "$CROSS_BUILD" ]; then
@@ -28,8 +28,8 @@ pre_configure() {
 }
 
 post_configure() {
-	vsed -i config.make -e "#^PLATFORM_CFLAGS#s#:=.*$#:= ${CFLAGS}#"
-	vsed -i config.make -e "#^PLATFORM_LDFLAGS#s#:=.*$#:= ${LDFLAGS}#"
+	vsed -i config.make -e "\#^PLATFORM_CFLAGS#s#:=.*#:= ${CFLAGS}#"
+	vsed -i config.make -e "\#^PLATFORM_LDFLAGS#s#:=.*#:= ${LDFLAGS}#"
 }
 
 post_install() {

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

* Re: txr: update to 235.
  2020-04-13  9:11 [PR PATCH] txr: update to 235 natrys
  2020-04-13 11:03 ` [PR PATCH] [Updated] " natrys
@ 2020-04-13 22:40 ` natrys
  2020-04-14 12:16 ` xtraeme
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: natrys @ 2020-04-13 22:40 UTC (permalink / raw)
  To: ml

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

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/20946#issuecomment-613131907

Comment:
```
install: cannot create regular file '/builddir/.xbps-txr/wrappers/date': No such file or directory
=> ERROR: txr-235_1: pre-configure_02-script-wrapper: 'install -p -m0755 ${f} ${XBPS_WRAPPERDIR}/${fname}' exited with 1
=> ERROR:   in install_wrappers() at common/hooks/pre-configure/02-script-wrapper.sh:136
```

Hi @xtraeme, I think this was affected by 4df0bcff because txr requires itself for cross-build during which `$XBPS_WRAPPERDIR` now doesn't exist. 

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

* Re: txr: update to 235.
  2020-04-13  9:11 [PR PATCH] txr: update to 235 natrys
  2020-04-13 11:03 ` [PR PATCH] [Updated] " natrys
  2020-04-13 22:40 ` natrys
@ 2020-04-14 12:16 ` xtraeme
  2020-04-14 13:42 ` [PR PATCH] [Updated] " natrys
  2020-04-14 23:24 ` [PR PATCH] [Merged]: " xtraeme
  4 siblings, 0 replies; 6+ messages in thread
From: xtraeme @ 2020-04-14 12:16 UTC (permalink / raw)
  To: ml

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

New comment by xtraeme on void-packages repository

https://github.com/void-linux/void-packages/pull/20946#issuecomment-613408139

Comment:
reverted the affected change meanwhile

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

* Re: [PR PATCH] [Updated] txr: update to 235.
  2020-04-13  9:11 [PR PATCH] txr: update to 235 natrys
                   ` (2 preceding siblings ...)
  2020-04-14 12:16 ` xtraeme
@ 2020-04-14 13:42 ` natrys
  2020-04-14 23:24 ` [PR PATCH] [Merged]: " xtraeme
  4 siblings, 0 replies; 6+ messages in thread
From: natrys @ 2020-04-14 13:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/natrys/void-packages txr-235
https://github.com/void-linux/void-packages/pull/20946

txr: update to 235.


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

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

From aef675fa4e69003512332cb491a78db228e04755 Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Mon, 13 Apr 2020 15:04:38 +0600
Subject: [PATCH] txr: update to 235.

---
 srcpkgs/txr/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template
index aa1f2d44d72..666083bb384 100644
--- a/srcpkgs/txr/template
+++ b/srcpkgs/txr/template
@@ -1,7 +1,7 @@
 # Template file for 'txr'
 pkgname=txr
-version=233
-revision=2
+version=235
+revision=1
 archs="x86_64* i686* aarch64* arm* ppc64*"
 build_style=configure
 configure_args="--prefix=/usr"
@@ -14,7 +14,7 @@ license="BSD-2-Clause"
 homepage="http://www.nongnu.org/txr/"
 changelog="http://www.kylheku.com/cgit/txr/tree/RELNOTES?id=${pkgname}-${version}"
 distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2"
-checksum=a12e7769c1f3354f6c85bc1d26a3cb2de548e45ac7ae38b982e74163b19148d8
+checksum=1fdb2d56e8223779e52c64846787dd7a6c4e280278ca098c1b19133c357da87f
 nopie=yes
 
 if [ "$CROSS_BUILD" ]; then
@@ -28,8 +28,8 @@ pre_configure() {
 }
 
 post_configure() {
-	vsed -i config.make -e "#^PLATFORM_CFLAGS#s#:=.*$#:= ${CFLAGS}#"
-	vsed -i config.make -e "#^PLATFORM_LDFLAGS#s#:=.*$#:= ${LDFLAGS}#"
+	vsed -i config.make -e "\#^PLATFORM_CFLAGS#s#:=.*\$#:= ${CFLAGS}#"
+	vsed -i config.make -e "\#^PLATFORM_LDFLAGS#s#:=.*\$#:= ${LDFLAGS}#"
 }
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: txr: update to 235.
  2020-04-13  9:11 [PR PATCH] txr: update to 235 natrys
                   ` (3 preceding siblings ...)
  2020-04-14 13:42 ` [PR PATCH] [Updated] " natrys
@ 2020-04-14 23:24 ` xtraeme
  4 siblings, 0 replies; 6+ messages in thread
From: xtraeme @ 2020-04-14 23:24 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 235.
https://github.com/void-linux/void-packages/pull/20946

Description:


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

end of thread, other threads:[~2020-04-14 23:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13  9:11 [PR PATCH] txr: update to 235 natrys
2020-04-13 11:03 ` [PR PATCH] [Updated] " natrys
2020-04-13 22:40 ` natrys
2020-04-14 12:16 ` xtraeme
2020-04-14 13:42 ` [PR PATCH] [Updated] " natrys
2020-04-14 23:24 ` [PR PATCH] [Merged]: " xtraeme

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