Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] steam: remove patch to LD_PRELOAD required system libs.
@ 2020-01-21  4:41 voidlinux-github
  2020-01-21  6:20 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-21  4:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nicop06/void-packages steam
https://github.com/void-linux/void-packages/pull/18442

steam: remove patch to LD_PRELOAD required system libs.
This breaks Aspyr games such as Civilization 5 or Borderlands 2.

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

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

From ebeef732fde06f46af504f9305ef67c942bee0ea Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Thu, 5 Sep 2019 01:22:00 +0100
Subject: [PATCH 1/2] clisp: enable readline by default

---
 srcpkgs/clisp/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template
index d0576f7c986..abc2433d94e 100644
--- a/srcpkgs/clisp/template
+++ b/srcpkgs/clisp/template
@@ -1,17 +1,17 @@
 # Template file for 'clisp'
 pkgname=clisp
 version=2.49
-revision=4
+revision=5
 # possibly works elsewhere but not in an ancient 2010 release
 archs="x86_64* i686*"
 build_style=configure
 configure_args="--prefix=/usr --disable-mmap --without-dynamic-modules
  $(vopt_with readline)"
+makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger"
 maintainer="Martin Riese <grauehaare@gmx.de>"
 license="GPL-2"
 homepage="http://clisp.cons.org"
-makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)"
 distfiles="${SOURCEFORGE_SITE}/clisp/clisp-${version}.tar.bz2"
 checksum=8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890
 
@@ -24,6 +24,7 @@ nocross=yes
 lib32disabled=yes
 disable_parallel_build=yes
 build_options="readline"
+build_options_default="readline"
 
 do_build() {
 	# Need to increase the Limit

From f33efa722770d55ca87a1e9a69f17216a7aa30f3 Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Tue, 21 Jan 2020 04:37:15 +0000
Subject: [PATCH 2/2] steam: remove patch to LD_PRELOAD required system libs.

This breaks some games.
---
 srcpkgs/steam/patches/void.patch | 23 -----------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 srcpkgs/steam/patches/void.patch

diff --git a/srcpkgs/steam/patches/void.patch b/srcpkgs/steam/patches/void.patch
deleted file mode 100644
index f3e805d50e0..00000000000
--- a/srcpkgs/steam/patches/void.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- steam.orig 2016-05-07 13:51:39.465996146 +0200
-+++ steam      2016-05-07 13:52:51.155112972 +0200
-@@ -183,6 +183,10 @@
-       exit 1
- fi
- 
-+# --*-- void --*--
-+export  LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1'
-+# --*-- void --*--
-+
- # go to the install directory and run the client
- cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
- cd "$LAUNCHSTEAMDIR"
-@@ -190,7 +198,7 @@
-       mkdir -p --mode=777 /tmp/dumps
-     if [[ -f "/tmp/dumps/${USER}_stdout.txt" ]]; then
-         rm -f "/tmp/dumps/${USER}_stdout.txt"
--    fi 
-+    fi
-       exec "$LAUNCHSTEAMDIR/$STEAMBOOTSTRAP" "$@" 2>&1 | tee "/tmp/dumps/${USER}_stdout.txt"
- else
-       exec "$LAUNCHSTEAMDIR/$STEAMBOOTSTRAP" "$@"
-

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

* Re: [PR PATCH] [Updated] steam: remove patch to LD_PRELOAD required system libs.
  2020-01-21  4:41 [PR PATCH] steam: remove patch to LD_PRELOAD required system libs voidlinux-github
@ 2020-01-21  6:20 ` voidlinux-github
  2020-01-21 14:04 ` voidlinux-github
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-21  6:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nicop06/void-packages steam
https://github.com/void-linux/void-packages/pull/18442

steam: remove patch to LD_PRELOAD required system libs.
This breaks Aspyr games such as Civilization 5 or Borderlands 2.

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

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

From b68a024608f15e5567c441b650827c82ef3b1445 Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Tue, 21 Jan 2020 04:37:15 +0000
Subject: [PATCH] steam: remove patch to LD_PRELOAD required system libs.

This breaks some games.
---
 srcpkgs/steam/patches/void.patch | 23 -----------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 srcpkgs/steam/patches/void.patch

diff --git a/srcpkgs/steam/patches/void.patch b/srcpkgs/steam/patches/void.patch
deleted file mode 100644
index f3e805d50e0..00000000000
--- a/srcpkgs/steam/patches/void.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- steam.orig 2016-05-07 13:51:39.465996146 +0200
-+++ steam      2016-05-07 13:52:51.155112972 +0200
-@@ -183,6 +183,10 @@
-       exit 1
- fi
- 
-+# --*-- void --*--
-+export  LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1'
-+# --*-- void --*--
-+
- # go to the install directory and run the client
- cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
- cd "$LAUNCHSTEAMDIR"
-@@ -190,7 +198,7 @@
-       mkdir -p --mode=777 /tmp/dumps
-     if [[ -f "/tmp/dumps/${USER}_stdout.txt" ]]; then
-         rm -f "/tmp/dumps/${USER}_stdout.txt"
--    fi 
-+    fi
-       exec "$LAUNCHSTEAMDIR/$STEAMBOOTSTRAP" "$@" 2>&1 | tee "/tmp/dumps/${USER}_stdout.txt"
- else
-       exec "$LAUNCHSTEAMDIR/$STEAMBOOTSTRAP" "$@"
-

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

* Re: steam: remove patch to LD_PRELOAD required system libs.
  2020-01-21  4:41 [PR PATCH] steam: remove patch to LD_PRELOAD required system libs voidlinux-github
  2020-01-21  6:20 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-21 14:04 ` voidlinux-github
  2020-01-21 20:07 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-21 14:04 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/18442#issuecomment-576695823

Comment:
Please increment revision in the steam template.

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

* Re: [PR PATCH] [Updated] steam: remove patch to LD_PRELOAD required system libs.
  2020-01-21  4:41 [PR PATCH] steam: remove patch to LD_PRELOAD required system libs voidlinux-github
  2020-01-21  6:20 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-21 14:04 ` voidlinux-github
@ 2020-01-21 20:07 ` voidlinux-github
  2020-01-21 20:08 ` voidlinux-github
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-21 20:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nicop06/void-packages steam
https://github.com/void-linux/void-packages/pull/18442

steam: remove patch to LD_PRELOAD required system libs.
This breaks Aspyr games such as Civilization 5 or Borderlands 2.

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

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

From 6b2ae3c753a14610c48511d9c3ebafe3f0562517 Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Tue, 21 Jan 2020 04:37:15 +0000
Subject: [PATCH] steam: remove patch to LD_PRELOAD required system libs.

This breaks some games.
---
 srcpkgs/steam/patches/void.patch | 23 -----------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 srcpkgs/steam/patches/void.patch

diff --git a/srcpkgs/steam/patches/void.patch b/srcpkgs/steam/patches/void.patch
deleted file mode 100644
index f3e805d50e0..00000000000
--- a/srcpkgs/steam/patches/void.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- steam.orig 2016-05-07 13:51:39.465996146 +0200
-+++ steam      2016-05-07 13:52:51.155112972 +0200
-@@ -183,6 +183,10 @@
-       exit 1
- fi
- 
-+# --*-- void --*--
-+export  LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1'
-+# --*-- void --*--
-+
- # go to the install directory and run the client
- cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
- cd "$LAUNCHSTEAMDIR"
-@@ -190,7 +198,7 @@
-       mkdir -p --mode=777 /tmp/dumps
-     if [[ -f "/tmp/dumps/${USER}_stdout.txt" ]]; then
-         rm -f "/tmp/dumps/${USER}_stdout.txt"
--    fi 
-+    fi
-       exec "$LAUNCHSTEAMDIR/$STEAMBOOTSTRAP" "$@" 2>&1 | tee "/tmp/dumps/${USER}_stdout.txt"
- else
-       exec "$LAUNCHSTEAMDIR/$STEAMBOOTSTRAP" "$@"
-

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

* Re: steam: remove patch to LD_PRELOAD required system libs.
  2020-01-21  4:41 [PR PATCH] steam: remove patch to LD_PRELOAD required system libs voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-21 20:07 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-21 20:08 ` voidlinux-github
  2020-01-21 21:00 ` voidlinux-github
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-21 20:08 UTC (permalink / raw)
  To: ml

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

New comment by Nicop06 on void-packages repository

https://github.com/void-linux/void-packages/pull/18442#issuecomment-576858357

Comment:
> Please increment revision in the steam template.

Done.

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

* Re: steam: remove patch to LD_PRELOAD required system libs.
  2020-01-21  4:41 [PR PATCH] steam: remove patch to LD_PRELOAD required system libs voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-21 20:08 ` voidlinux-github
@ 2020-01-21 21:00 ` voidlinux-github
  2020-01-21 21:01 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-21 21:00 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/18442#issuecomment-576879148

Comment:
Maybe you forgot to `git add srcpkgs/steam; git commit --amend; git push origin -f`?

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

* Re: [PR PATCH] [Updated] steam: remove patch to LD_PRELOAD required system libs.
  2020-01-21  4:41 [PR PATCH] steam: remove patch to LD_PRELOAD required system libs voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-21 21:00 ` voidlinux-github
@ 2020-01-21 21:01 ` voidlinux-github
  2020-01-21 21:04 ` voidlinux-github
  2020-01-25  7:50 ` [PR PATCH] [Merged]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-21 21:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Nicop06/void-packages steam
https://github.com/void-linux/void-packages/pull/18442

steam: remove patch to LD_PRELOAD required system libs.
This breaks Aspyr games such as Civilization 5 or Borderlands 2.

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

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

From eed2017945ee34361ce8797106176f7321590484 Mon Sep 17 00:00:00 2001
From: Nicolas Porcel <nicolasporcel06@gmail.com>
Date: Tue, 21 Jan 2020 04:37:15 +0000
Subject: [PATCH] steam: remove patch to LD_PRELOAD required system libs.

This breaks some games.
---
 srcpkgs/steam/patches/void.patch | 23 -----------------------
 srcpkgs/steam/template           |  2 +-
 2 files changed, 1 insertion(+), 24 deletions(-)
 delete mode 100644 srcpkgs/steam/patches/void.patch

diff --git a/srcpkgs/steam/patches/void.patch b/srcpkgs/steam/patches/void.patch
deleted file mode 100644
index f3e805d50e0..00000000000
--- a/srcpkgs/steam/patches/void.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- steam.orig 2016-05-07 13:51:39.465996146 +0200
-+++ steam      2016-05-07 13:52:51.155112972 +0200
-@@ -183,6 +183,10 @@
-       exit 1
- fi
- 
-+# --*-- void --*--
-+export  LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1'
-+# --*-- void --*--
-+
- # go to the install directory and run the client
- cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
- cd "$LAUNCHSTEAMDIR"
-@@ -190,7 +198,7 @@
-       mkdir -p --mode=777 /tmp/dumps
-     if [[ -f "/tmp/dumps/${USER}_stdout.txt" ]]; then
-         rm -f "/tmp/dumps/${USER}_stdout.txt"
--    fi 
-+    fi
-       exec "$LAUNCHSTEAMDIR/$STEAMBOOTSTRAP" "$@" 2>&1 | tee "/tmp/dumps/${USER}_stdout.txt"
- else
-       exec "$LAUNCHSTEAMDIR/$STEAMBOOTSTRAP" "$@"
-
diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template
index 8959810dc99..ea4f49afb9f 100644
--- a/srcpkgs/steam/template
+++ b/srcpkgs/steam/template
@@ -1,7 +1,7 @@
 # Template file for 'steam'
 pkgname=steam
 version=1.0.0.61
-revision=3
+revision=4
 archs="i686 x86_64"
 wrksrc=steam
 depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"

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

* Re: steam: remove patch to LD_PRELOAD required system libs.
  2020-01-21  4:41 [PR PATCH] steam: remove patch to LD_PRELOAD required system libs voidlinux-github
                   ` (5 preceding siblings ...)
  2020-01-21 21:01 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-21 21:04 ` voidlinux-github
  2020-01-25  7:50 ` [PR PATCH] [Merged]: " voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-21 21:04 UTC (permalink / raw)
  To: ml

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

New comment by Nicop06 on void-packages repository

https://github.com/void-linux/void-packages/pull/18442#issuecomment-576880757

Comment:
:man_facepalming: this is what happens when using mercurial too much... This is now done for good (I checked, multiple times).

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

* Re: [PR PATCH] [Merged]: steam: remove patch to LD_PRELOAD required system libs.
  2020-01-21  4:41 [PR PATCH] steam: remove patch to LD_PRELOAD required system libs voidlinux-github
                   ` (6 preceding siblings ...)
  2020-01-21 21:04 ` voidlinux-github
@ 2020-01-25  7:50 ` voidlinux-github
  7 siblings, 0 replies; 9+ messages in thread
From: voidlinux-github @ 2020-01-25  7:50 UTC (permalink / raw)
  To: ml

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

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

steam: remove patch to LD_PRELOAD required system libs.
https://github.com/void-linux/void-packages/pull/18442

Description:
This breaks Aspyr games such as Civilization 5 or Borderlands 2.

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

end of thread, other threads:[~2020-01-25  7:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-21  4:41 [PR PATCH] steam: remove patch to LD_PRELOAD required system libs voidlinux-github
2020-01-21  6:20 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-21 14:04 ` voidlinux-github
2020-01-21 20:07 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-21 20:08 ` voidlinux-github
2020-01-21 21:00 ` voidlinux-github
2020-01-21 21:01 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-21 21:04 ` voidlinux-github
2020-01-25  7:50 ` [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).