| Age | Commit message (Collapse) | Author |
|
Closes #17331
|
|
|
|
This reverts commit 24a9737aeb00606c5ef70fb6c8e310eddeee9c22.
This line was originally to fix #2150 which it breaks again.
Fixes #15620.
|
|
|
|
- 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>
|
|
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.
|
|
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>
|
|
* 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>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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>
|
|
|
|
Closes #8040.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Unless the user passes `--force`, in which case patch and attempt a
compilation for kicks and grins.
Closes #6767.
Closes #6811.
|
|
builds on Darwin 11 Make empty standard suppressions for Darwin 11
Closes #6811.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
applying the 3.6.1 patch
Closes #5715.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
* latest HEAD fixes #4924 which is a result of using xcode 4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Added warnings that this won't work on Snow Leopard.
|