- 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
FixesHomebrew/homebrew#14986Homebrew/homebrew#14706ClosesHomebrew/homebrew#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.
ClosesHomebrew/homebrew#14441.
Signed-off-by: Max Howell <mxcl@me.com>
Quite a bit of amendment from me.
* 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
ClosesHomebrew/homebrew#14323.
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.htmlClosesHomebrew/homebrew#8529.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>