development/valgrind: Updated for version 3.10.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Peter Wang 2015-09-12 08:09:21 +07:00 committed by Willy Sudiarto Raharjo
parent a180790555
commit faa970dbea
3 changed files with 29 additions and 4 deletions

View file

@ -0,0 +1,22 @@
diff --git a/configure b/configure
index 78ddf3e..a730c3d 100755
--- a/configure
+++ b/configure
@@ -5553,7 +5553,7 @@ $as_echo_n "checking for the kernel version... " >&6; }
kernel=`uname -r`
case "${kernel}" in
- 2.6.*|3.*)
+ 2.6.*|3.*|4.*)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.6.x/3.x family (${kernel})" >&5
$as_echo "2.6.x/3.x family (${kernel})" >&6; }
@@ -6832,7 +6832,7 @@ $as_echo "#define GLIBC_2_19 1" >>confdefs.h
DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
;;
- 2.20)
+ 2.2?)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.20 family" >&5
$as_echo "2.20 family" >&6; }

View file

@ -6,7 +6,7 @@
# Updated by Willy Sudiarto Raharjo <willysr@slackware-id.org>
PRGNAM=valgrind
VERSION=${VERSION:-3.10.0}
VERSION=${VERSION:-3.10.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -52,6 +52,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# For compatibility with -current; thanks to Gethyn ThomasQuail for the report.
patch -p1 < $CWD/configure.patch || exit 1
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="valgrind"
VERSION="3.10.0"
VERSION="3.10.1"
HOMEPAGE="http://www.valgrind.org/"
DOWNLOAD="http://www.valgrind.org/downloads/valgrind-3.10.0.tar.bz2"
MD5SUM="7c311a72a20388aceced1aa5573ce970"
DOWNLOAD="http://www.valgrind.org/downloads/valgrind-3.10.1.tar.bz2"
MD5SUM="60ddae962bc79e7c95cfc4667245707f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""