aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/valgrind.rb
AgeCommit message (Collapse)Author
2013-01-26valgrind: remove stupid test.Mike McQuaid
Closes #17331
2013-01-26valgrind: Use SHA-1 for 3.6.1.Mike McQuaid
2012-10-25Revert "valgrind: remove unused skip_clean"Mike McQuaid
This reverts commit 24a9737aeb00606c5ef70fb6c8e310eddeee9c22. This line was originally to fix #2150 which it breaks again. Fixes #15620.
2012-10-21valgrind: remove unused skip_cleanAdam Vandenberg
2012-09-25valgrind 3.8.1nibbles 2bits
- Upgrade to 3.8.1 - Remove the __bzero patch because it works now. - Move the existing patch into a gist - Add a patch supplied in the issue below to fix compiling on Lion. - Patch reported upstream and noted in comments - Add a `--disable-dependency-tracking` - Remove the `--mandir` because it installs correctly. - Remove the `AR=ar` from the make command. It uses `/usr/bin/ar` - Works with superenv - passes `brew test -v valgrind` on Lion & ML using XCode-4.5 Fixes #14986 #14706 Closes #15122. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-01valgrind: patch for xcode-onlyMax Howell
Since even superenv cannot solve this, we need this ugly patch. Valgrind devs have no Macs. Closes #14441. Signed-off-by: Max Howell <mxcl@me.com> Quite a bit of amendment from me.
2012-08-23valgrind: always remove mmacosx-min-versionJack Nagel
Needed on 10.6 and 10.8, so I can only assume it is needed on 10.7 as well. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23valgrind 3.8.0Zeh Rizzatti
* changes checksum to sha1 * comments on CFLAGS requirements for 10.8 * add download url for HEAD * add autotools as dependency for HEAD * runs autogen for HEAD build * changes references to MACOS_VERSION to MacOS.version Closes #14323. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15Fix more quoting issuesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06valgrind: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-09Valgrind: fix build on 32-bit Snow LeopardJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-09Valgrind: Update to 3.7.0Pieter Nicolai
Updates Valgrind to 3.7.0. This version adds (preliminary) support for OS X 10.7 as well as XCode 4. Support for 10.5 is dropped, so when 10.5 is detected it will install 3.6.1. Full release notes can be found here: http://valgrind.org/docs/manual/dist.news.html Closes #8529. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-13Valgrind: Fix XCode 4.0 patchCharlie Sharpsteen
2011-10-13Valgrind: HEAD installs now work on LionRui Pereira
Closes #8040. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21Valgrind: Disable Lion buildCharlie Sharpsteen
Unless the user passes `--force`, in which case patch and attempt a compilation for kicks and grins. Closes #6767. Closes #6811.
2011-09-21Fix valgrind 3.6.1 on Mac OS X 10.7 Patch configure.in template to allow ↵CharlieRoot
builds on Darwin 11 Make empty standard suppressions for Darwin 11 Closes #6811. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-05-22Add HEAD repository back to valgrind formula. Also fix a small bug in ↵Austin Seipp
applying the 3.6.1 patch Closes #5715. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-05-18Only apply Valgrind patch on Xcode 4.Mike McQuaid
2011-05-08Fix valgrind on Xcode 4 with upstream patch.Mike McQuaid
2011-05-03valgrind: SVN repositoryAustin Seipp
* latest HEAD fixes #4924 which is a result of using xcode 4 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-18Replace snow_leopard_64? in brews.Adam Vandenberg
2011-03-15Change Valgrind failure reason after Xcode4 testsMike McQuaid
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-09Update valgrind to 3.6.1.Mike McQuaid
2011-01-22valgrind and google-perftools fail with LLVMDouglas Creager
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-30Valgrind doesn't need to depend on boost.Mike McQuaid
2010-10-30Update Valgrind to 3.6Andrew Marshall
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-10-13Don't chmod the lib directory, it causes an error.Mike McQuaid
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-08-24Tweaks to valgrindAdam Vandenberg
2010-08-11Add some 10.6 support for valgrind [mschneider]Adam Vandenberg
2010-05-13New Formula: valgrindGeorge Macon
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Added warnings that this won't work on Snow Leopard.