| Age | Commit message (Collapse) | Author |
|
|
|
Blacklist wxwidgets, it's in /usr/X11/lib.
|
|
|
|
|
|
|
|
Eg. shell.fm -> ShellFm
|
|
Note, we still don't support PPC, this builds a 32 bit, 64 bit binary.
|
|
|
|
|
|
|
|
|
|
GitDownloadStrategy and MercurialDownloadStrategy
now can be used like this:
head 'git://server/repo.git', :branch => 'stable'
head 'hg://server/repo/', :tag => '1.0.4'
|
|
HFS+ handles the + fine. However the Ruby class name needs a s/+/x/g.
I acknowledge that supporting + will make it harder to port to certain other
filesystems. However that's your challenge! :D
|
|
|
|
|
|
Changed format of Errors and Warnings slightly.
|
|
The classes better reflect their contents. I'm sure this change may be
contentious, but I am a sucker for trying to create source bases that are easy
to get to grips with and easy to navigate.
brewkit.rb is now a deprecated file.
|
|
This works better as it comes after any keg-only deps change ENV, but also it needs to happen after brewkit is required and that only happens in install now.
|
|
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
|
|
Signed-off-by: Max Howell <max@methylblue.com>
I preserved the behaviour where the whole Library directory is symlinked as no explanation for this change was given…
|
|
|
|
Had a bug in channel where build script altered PATH for some reason and LLVM couldn't be found.
|
|
|
|
|
|
|
|
|
|
Enable tarballs named like "fceux-2.1.1.src.tar.bz2"
|
|
Neaten icu4c caveats.
Use auto sourceforge mirror selection for mad.
|
|
Xcode can be installed anywhere, not just /Developer.
|
|
This reverts commit a1ed2cb19706e317d34f1a9f2efe8a2d2388afae.
The is running part of the Applescript didn't seem to prevent Safari getting
loaded when it wasn't running when used via osascript. It worked in
ScriptEditor! Honest!
Also we decided that it probably wouldn't work often enough anyway.
Discussion: http://github.com/mxcl/homebrew/commit/a1ed2cb19706e317d34f1a9f2efe8a2d2388afae
|
|
A bit of fun with Applescript, for those of us who use Safari.
|
|
Also only set ARCHFLAGS on non-Core Duo machines... though it seemed to build
fine even with it, it doenst make much sense to me... these changes are kind
of up for debate but it "works for me" this way...
Closes Homebrew/homebrew#75
|
|
Also prepending to these vars now too as for kegs that are duplicates of OS X libs, we need to give them the edge and put them first.
|
|
This was one of the first ones I wrote, so it lacks some of our more recent touches.
|
|
GeoIP is a C library that enables the user to find geographical and
network information of an IP address.
|
|
Because people didn't realise it was actually curl and thus supports eg. ftp too.
|
|
You generally don't want to have to copy the configuration to a new directory when you upgrade.
|
|
|
|
|
|
This is generally the right thing to do. It should fix more build problems than it hinders. Especially on Snow Leopard.
This fixes the pngcrush build.
|
|
We don't duplicate, so libxml and that are already provided by OS X. Mercurial is provided by easy_install.
I'm adding this to save people contributing stuff that we won;t accept. I hate disappointing people :(
|
|
|
|
|
|
|
|
|
|
|
|
Determine all directories that aren't Homebrew ones.
Exec find.
I prefer to keep short stuff in bin/brew so people reading the code have a better idea of what happens, and what sort of functions are useful for the sorts of things we do with Homebrew.
|
|
|
|
|
|
|