this will fixHomebrew/homebrew#26610 which failed the build with error:
no such file or directory: 'Python.framework/Versions/2.7/Python'
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
The irrlicht formula is being built using xcodebuild with
an xcodeproj file that has the base SDK specified as 10.9.
There are missing symbols when trying to link against this
on 10.8, so this commit specifies the 10.8 sdk when
mountain lion is the system os.
ClosesHomebrew/homebrew#26881.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Moved datadir.mkpath (i.e. the creation of var/mysql) to the
post_install function. This ensures that the path is created with both
compiled and bottled percona-server.
Without this fix when this formula is bottled it errors on install.
ClosesHomebrew/homebrew#26841.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Add a resource for downloading the current 32-bit binary
build to use as the bootstrap when installing 32-bit.
Without this sbcl cannot be installed on a 32-bit machine.
With this commit installing on x86_64 machine using the
32-bit option will bootstrap from the 32-bit binary.
Bootstrap to 32-bit from the 64-bit should work, as any boostrap
that can run should produce the same result, but this ensures
at install time that the machine can run the 32-bit version.
Updated the version of the 64-bit bootstrap file
from 1.1.0 to 1.1.8 and added a comment on where to find
documented the list of latest binary versions.
ClosesHomebrew/homebrew#26850.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This formula is updated to get boost-build from the git repository.
Changes to boost-build have been made but the reported version has
not changed. Thus the version is also changed to match the boost
one.
ClosesHomebrew/homebrew#26849.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Configure global to use #{etc} as sysconfdir instead of #{prefix}/etc.
ClosesHomebrew/homebrew#26868.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This updates the stable and devel tracks to 3.1. In addition, now that the
default for the stable version of MPICH is to use shared libraries, there's no
need to have the --enable-shared option so it has been removed. The bug with
the clang library has also been fixed so that special code has also been
removed.
ClosesHomebrew/homebrew#26866.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Marking this requirement as recommended eliminates a conditional in the
class body that otherwise breaks `brew upgrade node` for users using
"--without-npm".
Renaming it allows Homebrew to generate the correct option name.
FixesHomebrew/homebrew#26858.
The boot2docker repo has moved from steeve/boot2docker to
boot2docker/boot2docker. It also adds a HEAD option.
ClosesHomebrew/homebrew#26857.
Signed-off-by: Brett Koonce <koonce@gmail.com>
libass 0.11.x introduces SSE2/AVX implementations of blur and bitmap
compositing. That's the reason I added yasm to the build dependencies.
ClosesHomebrew/homebrew#26836.
Signed-off-by: Brett Koonce <koonce@gmail.com>
I just wanted to download a video which required rtmpdump. It would have been nice if homebrew had told me about it in advance.
ClosesHomebrew/homebrew#26835.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Rootkit Hunter scans systems for known and unknown rootkits, backdoors,
sniffers and exploits.
ClosesHomebrew/homebrew#25555.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>