mapnik compiles can take ~1.5 GB per job for some .cpp files
so lets be cautious by limiting to CPUS/2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
0.10.0 contains a kernel panic. It is going to be fixed in 0.10.1.
This reverts commit 8a0932f320208db56c10d1d16fff31c22e3be87e.
ClosesHomebrew/homebrew#11888.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Upgrade x264 to the latest stable tarball, 20120425.
Add `ENV.O1` when compiling with clang, which fixes a segfault
when encoding with libx264. The fps encoding rate remains the
same using this commit. The changelog listed in the formula
comments was checked, and the version is unchanged. This will
cause a hash fail when x264-r2184.tar.bz2 already exists. The
user will have to remove the cached tarball and try again. At
the time this commit is being submitted, the x264-devel mailing
listserv is offline. So it hasn't been reported a second time.
FixesHomebrew/homebrew#11248.
ClosesHomebrew/homebrew#11885.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade autoconf to version 2.69 and adjust the patch only to deal
with the different line number.
ClosesHomebrew/homebrew#11866.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade phoronix-test-suite to version 3.8.0.
Change patch to support the changes within `install.sh`
* Put metafiles in prefix
* Add `.bash` to the bash-completion script name
* Change the XDG MIME Openbenchmarking conditional from `DESTDIR`
to `INSTALL_PREFIX` so that all the files it uses get copied into
the Cellar, because Macs don't run `xdg-utils`. This makes that
conditional behave as if Phoronix is being installed into a chroot.
* Remove the `-e` from echo so that it doesn't get echoed.
ClosesHomebrew/homebrew#11847.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Typespeed-0.6.5 stopped development in 2008 but hard-codes `gcc`
into two of their Makefiles. Use `ENV.cc` instead. Tested on
Lion with clang and llvm-gcc. Typespeed also does a `chgrp games`
Even though that group will likely not exist, the software still
works without error because the owner is correct, and the `chgrp`
does not stop the build if it is unsuccessful.
ClosesHomebrew/homebrew#11848.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
[jn: no-asm is to fix compilation on 64-bit; perhaps it is not needed on
32-bit, but I didn't test it and I don't think its that important.]
ClosesHomebrew/homebrew#11821.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade clamav to version 0.97.4. If check is installed, this
will pass all its self tests using clang or llvm from XC-4.3.2.
Remove the --disable-debug, which is the default behavior.
ClosesHomebrew/homebrew#11840.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>