Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] steam: remove patch to LD_PRELOAD required system libs.
Date: Tue, 21 Jan 2020 05:41:40 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18442@inbox.vuxu.org> (raw)

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

             reply	other threads:[~2020-01-21  4:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-21  4:41 voidlinux-github [this message]
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

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