From ebeef732fde06f46af504f9305ef67c942bee0ea Mon Sep 17 00:00:00 2001 From: Nicolas Porcel 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 " 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 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" "$@" -