aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-05-07SQLite: Always enable R-Tree indexCharlie Sharpsteen
This allows the SQLite formula to support the SpatiaLite formula. RTree is also enabled by default in the SQLite build that ships with Lion.
2012-05-07SQLite: Always enable dynamic extensionsCharlie Sharpsteen
This is the configure default, but may as well make it explicit. Without this functionality any library which builds on top of SQLite, such as SpatiaLite, won't work.
2012-05-07exiftool 8.91Misty De Meo
2012-05-07armadillo 3.0.3nibbles 2bits
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07ffmpeg 0.10.3nibbles 2bits
Upgrade ffmpeg to version 0.10.3 which includes many security fixes and bugfixes. The changelog can be seen in their git repo under the 0.10.3 tag, tree view, raw link to Changelog. This still fails with llvm on Lion with undefined symbols. Using clang all the the tools and ffplay compile and display an mkv with sound using sdl. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07ghostscript fix compile error with libtiff-4.0.1nibbles 2bits
The gs formula stopped working after libtiff was upgraded to 4.0.1. It gives an error `no rule to make target obj/libtiff_.dev`. Add the `--with-system-libtiff` flag so it compiles against 4.0.1. Remove the `--disable-debug` flag, which is not a valid option. Add deps on little-cms2 and jbig2dec and Add `lcms2` and `jbig2dec` to the `renames` variable so that gs will properly link against those two libraries that many people already have installed who deal with images frequently. Without those additions on systems with `lcms2` and `jbig2dec` installed, `configure` will find them but not link correctly against them. `autogen.sh` automatically calls configure and warns the user that it is running configure with no args, explaining how to put the args after `autogen.sh` if args are desired. Do that for head builds. It is proper and saves configure from being run twice when brewing head. Fixes #12098 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07kyoto-cabinet 1.2.75nibbles 2bits
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07cfengine 3.3.1nibbles 2bits
Upgrade cfengine to version 3.3.1. Tested on Lion with XCode-4.3.2 using clang and llvm-gcc, where it passes its def test. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07sbt 0.11.3Ivan Porto Carrero
Closes #12117. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07Erlang: enable dtraceAdam Vandenberg
2012-05-07dos2unix 6.0nibbles 2bits
Upgrade dos2unix to version 6.0. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07Remove imagemagick bottle.Mike McQuaid
Fixes #12100.
2012-05-06openimageio: pass name to the subformula constructorJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06fftw: remove dir file cruftJack Nagel
`info` related files are now handled internally. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06dc3dd: remove charset.alias cruftJack Nagel
Removing this file is now handled internally. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06fftw 3.3.2Tomas Frostensson
Closes #12109. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06todo-txt 2.9Noah Jorgenson
Closes #12097. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06Move go-gui to Homebrew-gamesJack Nagel
Closes #12101. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06Imagemagick: patch for xml2-confignibbles 2bits
Imagemagick-6.7.x uses libxml2, but Apple changed the file `xml2-config` starting in Mt. Lion, removing the `--prefix` flag. That breaks Imagemagick, which uses it to find the library. Because all versions of OSX have libxml2 in the same location, this commit is safe for all users. * Patch `configure` to not run `xml2-config --prefix` by placing the value it returns, `/usr`, into the corresonding variable. Fixes #11789. Closes #11883. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06ykpers 1.6.3Robert Lenhardt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-06ykclient 2.7Robert Lenhardt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-06libyubikey 1.8Robert Lenhardt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-06cherokee: don't install to /LibraryAdam Vandenberg
2012-05-06nss: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06monit: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06psftools: clean up testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06maxima: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06newick-utils: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06hilite: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06jp2a: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06valgrind: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06python: validate output in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06gsoap: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06graphviz: clean up testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06growly: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06gptfdisk: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06dwatch: style nitsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06calabash: fix path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06bindfs: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06audiofile: remove oh1 outputJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06audiofile: use full paths in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06bbcp: whitespaceJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06libraw: improve testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05colordiff: cleanup and refresh patchJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05ATK 2.4.0Birger J. Nordølum
Closes #12087. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05mairix: use HTTPS for GitHub headJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05bonnie++: remove pointless testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05pixie: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05ispell: remove pointless testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05open-cobol: use full path in testJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>