Browse Source

valgrind: Updated (3.6.1 -> 3.7.0)

user/chris/next/aufs
Alejandro Mery 13 years ago
parent
commit
16d85f0cab
  1. 43
      develop/valgrind/valgrind-3.6.1-linux-3.0.patch
  2. 6
      develop/valgrind/valgrind.desc

43
develop/valgrind/valgrind-3.6.1-linux-3.0.patch

@ -1,43 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../valgrind/valgrind-3.6.1-linux-3.0.patch
# Copyright (C) 2011 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
Description: Treat linux kernel version 3.0.x like 2.6.x
--- valgrind-3.6.1/configure.in.orig 2011-08-25 15:48:46.820081892 +0200
+++ valgrind-3.6.1/configure.in 2011-08-25 16:03:30.736082030 +0200
@@ -220,9 +220,9 @@
kernel=`uname -r`
case "${kernel}" in
- 2.6.*)
+ 2.6.*|3.0.*)
AC_MSG_RESULT([2.6 family (${kernel})])
- AC_DEFINE([KERNEL_2_6], 1, [Define to 1 if you're using Linux 2.6.x])
+ AC_DEFINE([KERNEL_2_6], 1, [Define to 1 if you're using Linux 2.6.x or 3.0.x])
;;
2.4.*)
--- valgrind-3.6.1/configure.orig 2011-08-25 15:50:04.188082157 +0200
+++ valgrind-3.6.1/configure 2011-08-25 16:03:42.704082138 +0200
@@ -5356,7 +5356,7 @@
kernel=`uname -r`
case "${kernel}" in
- 2.6.*)
+ 2.6.*|3.0.*)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.6 family (${kernel})" >&5
$as_echo "2.6 family (${kernel})" >&6; }

6
develop/valgrind/valgrind.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../valgrind/valgrind.desc
[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2012 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -33,8 +33,8 @@
[L] GPL
[S] Stable
[V] 3.6.1
[V] 3.7.0
[P] X -----5---9 126.800
[D] 2011133181 valgrind-3.6.1.tar.bz2 http://valgrind.org/downloads/
[D] 2701764693 valgrind-3.7.0.tar.bz2 http://valgrind.org/downloads/

Loading…
Cancel
Save