wok rev 6915

Up: vargrind to 3.6.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 22 02:21:34 2010 +0000 (2010-10-22)
parents d22789fb1e92
children 5d1cf327756e
files valgrind-dev/receipt valgrind/receipt valgrind/stuff/valgrind-3.5.0-glibc211.u valgrind/stuff/valgrind-3.6.0-glibc211.u
line diff
     1.1 --- a/valgrind-dev/receipt	Thu Oct 21 23:49:16 2010 +0000
     1.2 +++ b/valgrind-dev/receipt	Fri Oct 22 02:21:34 2010 +0000
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="valgrind-dev"
     1.7 -VERSION="3.5.0"
     1.8 +VERSION="3.6.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Valgrind devel files."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 -DEPENDS=""
    1.13 +DEPENDS="valgrind"
    1.14  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://valgrind.org/"
    1.16  WANTED="valgrind"
     2.1 --- a/valgrind/receipt	Thu Oct 21 23:49:16 2010 +0000
     2.2 +++ b/valgrind/receipt	Fri Oct 22 02:21:34 2010 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="valgrind"
     2.7 -VERSION="3.5.0"
     2.8 +VERSION="3.6.0"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="Memory debugger and profiler."
    2.11  MAINTAINER="paul@slitaz.org"
    2.12 @@ -21,7 +21,7 @@
    2.13  	
    2.14  	# Fix build with glibc 2.11
    2.15  	#http://www.linuxfromscratch.org/patches/downloads/valgrind/valgrind-3.5.0-glibc-2.11.patch
    2.16 -	patch -p1 < ../stuff/valgrind-3.5.0-glibc211.u || exit 1
    2.17 +	patch -p1 < ../stuff/valgrind-3.6.0-glibc211.u || exit 1
    2.18  	autoconf
    2.19  	
    2.20  	./configure \
     3.1 --- a/valgrind/stuff/valgrind-3.5.0-glibc211.u	Thu Oct 21 23:49:16 2010 +0000
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,51 +0,0 @@
     3.4 -Submitted By: Agathoklis Hatzimanikas <ag at linuxfromscratch dot org>
     3.5 -Date: 2010-01-06
     3.6 -Initial Package Version: 3.5.0
     3.7 -Upstream Status: Uknown
     3.8 -Origin: Gentoo
     3.9 -Description: Allows Valgring to build with glibc-2.11
    3.10 -
    3.11 -diff -ruN valgrind-3.5.0/configure.in valgrind-3.5.0-fixed/configure.in
    3.12 ---- valgrind-3.5.0/configure.in	2009-11-07 23:34:37.000000000 +0100
    3.13 -+++ valgrind-3.5.0-fixed/configure.in	2009-11-07 23:38:14.000000000 +0100
    3.14 -@@ -656,6 +656,16 @@
    3.15 - ],
    3.16 - GLIBC_VERSION="2.10")
    3.17 - 
    3.18 -+AC_EGREP_CPP([GLIBC_211], [
    3.19 -+#include <features.h>
    3.20 -+#ifdef __GNU_LIBRARY__
    3.21 -+ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ == 11)
    3.22 -+  GLIBC_211
    3.23 -+ #endif
    3.24 -+#endif
    3.25 -+],
    3.26 -+GLIBC_VERSION="2.11")
    3.27 -+
    3.28 - AC_EGREP_CPP([AIX5_LIBC], [
    3.29 - #include <standards.h>
    3.30 - #if defined(_AIXVERSION_510) || defined(_AIXVERSION_520) || defined(_AIXVERSION_530)
    3.31 -@@ -742,6 +752,13 @@
    3.32 - 	DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
    3.33 - 	DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
    3.34 - 	;;
    3.35 -+     2.11)
    3.36 -+	AC_MSG_RESULT(2.11 family)
    3.37 -+	AC_DEFINE([GLIBC_2_11], 1, [Define to 1 if you're using glibc 2.11.x])
    3.38 -+	DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
    3.39 -+	DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
    3.40 -+	DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
    3.41 -+	;;
    3.42 -      aix5)
    3.43 - 	AC_MSG_RESULT(AIX 5.1 or 5.2 or 5.3)
    3.44 - 	AC_DEFINE([AIX5_LIBC], 1, [Define to 1 if you're using AIX 5.1 or 5.2 or 5.3])
    3.45 -@@ -755,7 +772,7 @@
    3.46 - 
    3.47 -      *)
    3.48 - 	AC_MSG_RESULT(unsupported version)
    3.49 --	AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.10])
    3.50 -+	AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.11])
    3.51 - 	AC_MSG_ERROR([or AIX 5.1 or 5.2 or 5.3 GLIBC_VERSION])
    3.52 - 	AC_MSG_ERROR([or Darwin libc])
    3.53 - 	;;
    3.54 -
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/valgrind/stuff/valgrind-3.6.0-glibc211.u	Fri Oct 22 02:21:34 2010 +0000
     4.3 @@ -0,0 +1,51 @@
     4.4 +Submitted By: Agathoklis Hatzimanikas <ag at linuxfromscratch dot org>
     4.5 +Date: 2010-01-06
     4.6 +Initial Package Version: 3.5.0
     4.7 +Upstream Status: Uknown
     4.8 +Origin: Gentoo
     4.9 +Description: Allows Valgring to build with glibc-2.11
    4.10 +
    4.11 +diff -ruN valgrind-3.5.0/configure.in valgrind-3.5.0-fixed/configure.in
    4.12 +--- valgrind-3.5.0/configure.in	2009-11-07 23:34:37.000000000 +0100
    4.13 ++++ valgrind-3.5.0-fixed/configure.in	2009-11-07 23:38:14.000000000 +0100
    4.14 +@@ -656,6 +656,16 @@
    4.15 + ],
    4.16 + GLIBC_VERSION="2.10")
    4.17 + 
    4.18 ++AC_EGREP_CPP([GLIBC_211], [
    4.19 ++#include <features.h>
    4.20 ++#ifdef __GNU_LIBRARY__
    4.21 ++ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ == 11)
    4.22 ++  GLIBC_211
    4.23 ++ #endif
    4.24 ++#endif
    4.25 ++],
    4.26 ++GLIBC_VERSION="2.11")
    4.27 ++
    4.28 + AC_EGREP_CPP([AIX5_LIBC], [
    4.29 + #include <standards.h>
    4.30 + #if defined(_AIXVERSION_510) || defined(_AIXVERSION_520) || defined(_AIXVERSION_530)
    4.31 +@@ -742,6 +752,13 @@
    4.32 + 	DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
    4.33 + 	DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
    4.34 + 	;;
    4.35 ++     2.11)
    4.36 ++	AC_MSG_RESULT(2.11 family)
    4.37 ++	AC_DEFINE([GLIBC_2_11], 1, [Define to 1 if you're using glibc 2.11.x])
    4.38 ++	DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
    4.39 ++	DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
    4.40 ++	DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
    4.41 ++	;;
    4.42 +      aix5)
    4.43 + 	AC_MSG_RESULT(AIX 5.1 or 5.2 or 5.3)
    4.44 + 	AC_DEFINE([AIX5_LIBC], 1, [Define to 1 if you're using AIX 5.1 or 5.2 or 5.3])
    4.45 +@@ -755,7 +772,7 @@
    4.46 + 
    4.47 +      *)
    4.48 +	AC_MSG_RESULT([unsupported version ${GLIBC_VERSION}])
    4.49 +-	AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.12])
    4.50 ++	AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.11])
    4.51 + 	AC_MSG_ERROR([or AIX 5.1 or 5.2 or 5.3 GLIBC_VERSION])
    4.52 + 	AC_MSG_ERROR([or Darwin libc])
    4.53 + 	;;
    4.54 +