[arch-commits] Commit in valgrind/repos/testing-x86_64 (12 files)

2018-01-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, January 3, 2018 @ 11:06:25
  Author: bpiotrowski
Revision: 313986

archrelease: copy trunk to testing-x86_64

Added:
  valgrind/repos/testing-x86_64/PKGBUILD
(from rev 313985, valgrind/trunk/PKGBUILD)
  valgrind/repos/testing-x86_64/valgrind-3.13.0-amd64-eflags-tests.patch
(from rev 313985, valgrind/trunk/valgrind-3.13.0-amd64-eflags-tests.patch)
  valgrind/repos/testing-x86_64/valgrind-3.13.0-gdb-8-testfix.patch
(from rev 313985, valgrind/trunk/valgrind-3.13.0-gdb-8-testfix.patch)
  valgrind/repos/testing-x86_64/valgrind-3.13.0-test-fixes.patch
(from rev 313985, valgrind/trunk/valgrind-3.13.0-test-fixes.patch)
  valgrind/repos/testing-x86_64/valgrind-3.7.0-respect-flags.patch
(from rev 313985, valgrind/trunk/valgrind-3.7.0-respect-flags.patch)
  valgrind/repos/testing-x86_64/valgrind-fix-xml-socket.patch
(from rev 313985, valgrind/trunk/valgrind-fix-xml-socket.patch)
Deleted:
  valgrind/repos/testing-x86_64/PKGBUILD
  valgrind/repos/testing-x86_64/valgrind-3.13.0-amd64-eflags-tests.patch
  valgrind/repos/testing-x86_64/valgrind-3.13.0-gdb-8-testfix.patch
  valgrind/repos/testing-x86_64/valgrind-3.13.0-test-fixes.patch
  valgrind/repos/testing-x86_64/valgrind-3.7.0-respect-flags.patch
  valgrind/repos/testing-x86_64/valgrind-fix-xml-socket.patch

--+
 PKGBUILD |  213 -
 valgrind-3.13.0-amd64-eflags-tests.patch | 4208 ++---
 valgrind-3.13.0-gdb-8-testfix.patch  |  366 +-
 valgrind-3.13.0-test-fixes.patch |   58 
 valgrind-3.7.0-respect-flags.patch   |   26 
 valgrind-fix-xml-socket.patch|   22 
 6 files changed, 2447 insertions(+), 2446 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 313985:313986 to see the changes.


[arch-commits] Commit in valgrind/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-11-26 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, November 26, 2017 @ 22:06:40
  Author: bpiotrowski
Revision: 310974

archrelease: copy trunk to testing-x86_64

Added:
  valgrind/repos/testing-x86_64/
  valgrind/repos/testing-x86_64/PKGBUILD
(from rev 310973, valgrind/trunk/PKGBUILD)

--+
 PKGBUILD |   36 
 1 file changed, 36 insertions(+)

Copied: valgrind/repos/testing-x86_64/PKGBUILD (from rev 310973, 
valgrind/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-26 22:06:40 UTC (rev 310974)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Maintainer: Allan McRae 
+
+pkgname=valgrind
+pkgver=3.13.0
+pkgrel=4
+pkgdesc='A tool to help find memory-management problems in programs'
+arch=(x86_64)
+license=(GPL)
+url='http://valgrind.org/'
+depends=('glibc=2.26' 'lib32-glibc=2.26' perl)
+makedepends=(gdb openmpi)
+optdepends=('openmpi: MPI support')
+provides=($pkgname-multilib)
+replaces=($pkgname-multilib)
+options=(!emptydirs)
+source=("https://ftp.gwdg.de/pub/linux/sources.redhat.com/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('817dd08f1e8a66336b9ff206400a5369')
+sha512sums=('34e1013cd3815d30a459b86220e871bb0a6209cc9e87af968f347083693779f022e986f211bdf1a5184ad7370cde12ff2cfca8099967ff94732970bd04a97009')
+
+build() {
+  # valgrind does not like stack protector flags
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+  CFLAGS=${CFLAGS/-fstack-protector-strong/}
+  CXXFLAGS=${CXXFLAGS/-fstack-protector-strong/}
+
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-mpicc=mpicc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in valgrind/repos (testing-x86_64)

2011-06-07 Thread Allan McRae
Date: Tuesday, June 7, 2011 @ 06:09:30
  Author: allan
Revision: 126788

archrelease: copy trunk to testing-x86_64

Added:
  valgrind/repos/testing-x86_64/



[arch-commits] Commit in valgrind/repos (testing-x86_64)

2011-01-20 Thread Allan McRae
Date: Friday, January 21, 2011 @ 01:34:48
  Author: allan
Revision: 107089

archrelease: remove testing-x86_64

Deleted:
  valgrind/repos/testing-x86_64/



[arch-commits] Commit in valgrind/repos (testing-x86_64)

2011-01-20 Thread Allan McRae
Date: Friday, January 21, 2011 @ 01:35:36
  Author: allan
Revision: 107090

archrelease: copy trunk to testing-x86_64

Added:
  valgrind/repos/testing-x86_64/



[arch-commits] Commit in valgrind/repos (testing-x86_64)

2011-01-18 Thread Allan McRae
Date: Tuesday, January 18, 2011 @ 20:33:32
  Author: allan
Revision: 106778

archrelease: copy trunk to testing-x86_64

Added:
  valgrind/repos/testing-x86_64/



[arch-commits] Commit in valgrind/repos (testing-x86_64)

2010-05-29 Thread Allan McRae
Date: Saturday, May 29, 2010 @ 06:25:37
  Author: allan
Revision: 81361

archrelease: remove testing-x86_64

Deleted:
  valgrind/repos/testing-x86_64/



[arch-commits] Commit in valgrind/repos (testing-x86_64)

2010-05-29 Thread Allan McRae
Date: Saturday, May 29, 2010 @ 06:26:08
  Author: allan
Revision: 81362

archrelease: copy trunk to testing-x86_64

Added:
  valgrind/repos/testing-x86_64/



[arch-commits] Commit in valgrind/repos (testing-x86_64)

2010-05-22 Thread Allan McRae
Date: Saturday, May 22, 2010 @ 06:22:59
  Author: allan
Revision: 80797

archrelease: copy trunk to testing-x86_64

Added:
  valgrind/repos/testing-x86_64/



[arch-commits] Commit in valgrind/repos (testing-x86_64)

2009-11-01 Thread andyrtr
Date: Sunday, November 1, 2009 @ 14:31:25
  Author: andyrtr
Revision: 57715

archrelease: new repo testing-x86_64

Added:
  valgrind/repos/testing-x86_64/