From b6f39367e994635324eae7b9d9a7645c6d5015d4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 5 Jul 2012 17:12:17 +0200 Subject: [PATCH] valgrind: revbump for glibc-2.16 rebuild. --- srcpkgs/valgrind/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/valgrind/template b/srcpkgs/valgrind/template index 798d65fd0e6..315c0301dbb 100644 --- a/srcpkgs/valgrind/template +++ b/srcpkgs/valgrind/template @@ -1,16 +1,17 @@ # Template file for 'valgrind' pkgname=valgrind version=3.7.0 -distfiles="http://www.valgrind.org/downloads/$pkgname-$version.tar.bz2" +revision=3 +subpackages="$pkgname-devel" build_style=gnu-configure configure_args="--enable-tls --with-mpicc=/dev/null" makedepends="pkg-config" fulldepends="perl>=0" -revision=2 short_desc="Tool for finding memory management bugs in programs" maintainer="Juan RP " homepage="http://valgrind.org/" license="GPL-2" +distfiles="http://www.valgrind.org/downloads/$pkgname-$version.tar.bz2" checksum=5d62c0330f1481fe2c593249192fa68ff454c19c34343978cc9ce91aa324cbf6 long_desc=" Valgrind is a tool to help you find memory-management problems in your @@ -18,5 +19,3 @@ long_desc=" reads and writes of memory are checked, and calls to malloc/new/free/delete are intercepted. As a result, Valgrind can detect a lot of problems that are otherwise very hard to find/diagnose." - -subpackages="$pkgname-devel"