summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author xaizek2022-08-12 20:52:39 +0200
committer Willy Sudiarto Raharjo2022-08-13 05:40:38 +0200
commit108f88eaf07f68cc2d29dcd8c1d70b6719af7c75 (patch)
treebba945a13f4d80d0e1f234367259e67b438f8f7e
parent6bc47f973543a509009765e486d3291784dc6546 (diff)
downloadslackbuilds-108f88eaf07f68cc2d29dcd8c1d70b6719af7c75.tar.gz
development/rr: Updated for version 5.6.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/rr/README2
-rw-r--r--development/rr/rr.SlackBuild6
-rw-r--r--development/rr/rr.info6
-rw-r--r--development/rr/slack-desc6
4 files changed, 9 insertions, 11 deletions
diff --git a/development/rr/README b/development/rr/README
index 3875720b18..6c3cfbb82b 100644
--- a/development/rr/README
+++ b/development/rr/README
@@ -1,3 +1,5 @@
rr aspires to be your primary C/C++ debugging tool for Linux
You record a failure once, then debug the recording, deterministically,
as many times as you want. The same execution is replayed every time.
+
+Only 64-bit version of rr is built.
diff --git a/development/rr/rr.SlackBuild b/development/rr/rr.SlackBuild
index 724dea5fcf..c5c51cede2 100644
--- a/development/rr/rr.SlackBuild
+++ b/development/rr/rr.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=rr
-VERSION=${VERSION:-5.5.0}
+VERSION=${VERSION:-5.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -48,16 +48,12 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
fi
set -e
diff --git a/development/rr/rr.info b/development/rr/rr.info
index c94195990b..d7ace101a5 100644
--- a/development/rr/rr.info
+++ b/development/rr/rr.info
@@ -1,8 +1,8 @@
PRGNAM="rr"
-VERSION="5.5.0"
+VERSION="5.6.0"
HOMEPAGE="https://rr-project.org/"
-DOWNLOAD="https://github.com/rr-debugger/rr/archive/5.5.0/rr-5.5.0.tar.gz"
-MD5SUM="f08f06410757e085cb694a3e588eb974"
+DOWNLOAD="https://github.com/rr-debugger/rr/archive/5.6.0/rr-5.6.0.tar.gz"
+MD5SUM="152796d58dd597ab319de79a5268863c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="capnproto"
diff --git a/development/rr/slack-desc b/development/rr/slack-desc
index da8b658309..a79e382f78 100644
--- a/development/rr/slack-desc
+++ b/development/rr/slack-desc
@@ -9,9 +9,9 @@
rr: rr (Record and Replay Framework)
rr:
rr: rr aspires to be your primary C/C++ debugging tool for Linux,
-rr: enhancing gdb. You record a failure once, then
-rr: debug the recording, deterministically, as many times as you want.
-rr: The same execution is replayed every time.
+rr: enhancing gdb. You record a failure once, then debug the recording,
+rr: deterministically, as many times as you want. The same execution is
+rr: replayed every time.
rr:
rr: https://rr-project.org/
rr: