Commit Graph

10727 Commits (80caee1fa5ea55d39a3b6ca0796b52d7ce538bd3)

Author SHA1 Message Date
David Gageot 64370b5503 Sonar 3.1
Closes Homebrew/homebrew#12830.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-14 19:04:29 -05:00
Jack Nagel dd0f19fe36 lastfmlib: fails with clang
Fixes Homebrew/homebrew#12826.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-14 19:02:30 -05:00
Sergey Avseyev 9ff45411cc libvbucket 1.8.0.4
Closes Homebrew/homebrew#12820.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-14 18:58:02 -05:00
nibbles 2bits b51d95b67d mldonkey 3.1.2 & fix errors w/cpp and sed
Mldonkey-3.1.2 has compile errors due to their changes in arguments
to the cpp command and because Apple sed and gnu-sed do not have
a `-o` option.  The formula also has a failing inreplace.

Fix the failing inreplace by changing `-O6` to `-O3`.
Add a patch that uses the suggested change to `$(CPP)` from the
report on their website (url is in the formula comments).
Add a patch that changes `sed -o` to `sed >`.
Note in the comments the bug reports and how the patches are
not upstream as of 13 JUN 2012.  According to the Homebrew issue
listed below, the user reports these patches work well.

Fixes Homebrew/homebrew#12774

Closes Homebrew/homebrew#12825.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-14 18:48:33 -05:00
Stephen Eglen 62fb0a9c91 offlineimap 6.5.4
Closes Homebrew/homebrew#12821.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-14 18:43:56 -05:00
nibbles 2bits e4290ef04a konoha 1.0.0-952
Upgrade konoha to version 1.0.0-952.
Adapt the formula to the major changes that happened including:

* Add deps on cmake, pcre, json-c, open-mpi, and sqlite
* Use new homepage that is listed on the old homepage.
* Use the googlecode download site.

Tested on Lion with clang and llvm from XCode-4.3.3.

Closes Homebrew/homebrew#12839.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-14 17:15:19 -05:00
nibbles 2bits ff13a77d7f kelbt 0.15 final release
Upgrade kelbt to the final release of this software.
The developer is starting a new project called colm.
See the homepage for more details.
Add a `fails_with :clang` block due to undeclared identifiers.
Not going to bother reporting it.  Works well with llvm on Lion
from XCode-4.3.3.

Closes Homebrew/homebrew#12838.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-14 17:13:44 -05:00
nibbles 2bits cddd5db450 jemalloc 3.0.0
Upgreade Jemalloc to version 3.0.0.
Compiles on Lion with clang and llvm from XCode-4.3.3.

Closes Homebrew/homebrew#12837.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-14 17:11:09 -05:00
nibbles 2bits a1d6edd9ae jansson 2.3.1
Upgrade Jansson to version 2.3.1.
Tested both universal on native on Lion with clang and llvm from
XCode-4.3.3.

Closes Homebrew/homebrew#12836.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-14 17:09:30 -05:00
nibbles 2bits 8155f7ab94 jags 3.2.0
Upgrade jags to version 3.2.0.
Remove the `chmod` command because the binary is already 755.
Tested on Lion with clang and llvm from XCode-4.3.3.

Closes Homebrew/homebrew#12835.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-14 17:08:07 -05:00
nibbles 2bits d674d7d108 mkvalidator 0.4.0
Upgrade mkvalidator to version 0.4.0.
Recreate the patch for the updated file, and don't modify the
`-mmacosx-version-min=10.6`.  There was no reason to affect
the weak linking.
Tested on Lion using clang and llvm-gcc from XCode-4.3.3.

Closes Homebrew/homebrew#12834.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-14 17:04:43 -05:00
nibbles 2bits c575bc4e9f libvorbis 1.3.3
Upgrade libvorbis to version 1.3.3.
Add the build time dep on `xz` because that's the only tarball.
Remove the unrecognized `--disable-debug` flag.
Tested on Lion with clang and llvm-gcc from XCode-4.3.3.

Closes Homebrew/homebrew#12833.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-14 17:03:05 -05:00
nibbles 2bits 3c5ce13e73 opencore-amr 0.1.3
Upgrade opencore-amr to version 0.1.3.
Tested on Lion with clang and llvm-gcc from XCode-4.3.3.

Closes Homebrew/homebrew#12831.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-14 17:01:01 -05:00
nibbles 2bits a520200829 colormake 0.9
Upgrade colormake to version 0.9.
Use `EOS.undent` to clean up the formatting.
Change the location of the perl file from `share` to `libexec`.
Tested on Lion with XCode-4.3.3 by compiling gawk using `colormake`
in place of the command `make`.

Closes Homebrew/homebrew#12815.
Closes Homebrew/homebrew#12828.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-14 16:59:22 -05:00
Charlie Sharpsteen 62203cdef8 fuse4x-kext: Add bottle for Lion
Many Lion users only install the XCode command line tools which means they
cannot build the fuse4x kernel extension as it uses `xcodebuild`.

This formula is not bottled for Snow Leopard as the build and download times
are too trivial to justify the effort.

Fixes Homebrew/homebrew#10960.
2012-06-14 11:34:49 -07:00
Misty De Meo d6a50dab27 ffmpeg: add optional openjpeg dep
Fixes Homebrew/homebrew#12802.
2012-06-14 12:01:49 -05:00
Weston Jossey d97824deee par2: update patch url
Closes Homebrew/homebrew#12824.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-06-14 10:55:26 -05:00
Jonathan Schleifer a4323486dc ht 2.0.20
Needs a patch now in order to link ncurses instead of ncursesw, as
upstream switched to link ncursesw.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-13 23:00:25 -07:00
Will Cosgrove 651b859dd4 redis --devel 2.6.0-rc4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-13 22:52:41 -07:00
Tyler Langlois on MacBook 13 31c5d79835 unrar 4.2.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-13 22:47:28 -07:00
Dave Goodell 3017766fee subversion: --perl fixes, no clang and find EXTERN.h correctly
This will find EXTERN.h correctly even if the user has installed a
custom perl installation, such as from perlbrew.  See Homebrew/homebrew#11619 for a bit
more info.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-13 22:44:27 -07:00
Adam Vandenberg fb6948856b xdelta fails with clang 2012-06-13 22:43:30 -07:00
Jack Nagel d5c5edab52 moreutils: install 'chronic'
Closes Homebrew/homebrew#12809.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-13 21:31:32 -05:00
Misty De Meo c170bc908c exiftool 8.94 2012-06-13 16:12:03 -05:00
Dominik Moritz 30262f8230 pv: changed url because of 404
Closes Homebrew/homebrew#12808.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-06-13 11:59:41 -05:00
Hiram Chirino c218f11c04 Apollo 1.3
Also install the MQTT plugin by default.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 20:48:50 -07:00
Adam Vandenberg 2719f8283a clojure: use sha1 2012-06-12 20:45:23 -07:00
Jonathan Beezley 5f13a1212d aircrack-ng: remove root requirement for the OUI update script
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 20:41:07 -07:00
nibbles 2bits 8450526d9b djvulibre 3.5.25.3
Upgrade djvulibre to version 3.5.25.3.
Add a patch that's upstream to fix missing `INKSCAPE` file.
Curl a half-dozen missing pngs that are now in HEAD in response
to a bug report I filed.  Fixes compile error with all compilers.
Add comments containing the removal version and bug report urls.
Remove unrecognized `--disable-debug`, '--with-x', and '--with-qt'.
Use the given flag named `--disable-desktopfiles` rather than the
negatation flag.

Tested on Lion using clang and llvm from XCode-4.3.3.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 20:34:45 -07:00
Morten Wilken 0ffb890de7 giter8 0.4.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 20:33:49 -07:00
Chris Lowder 4f280691fd libzdb 2.10.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 20:32:33 -07:00
Adam Vandenberg 44dbc1aec3 jack: mark as fails with clang 2012-06-12 20:31:26 -07:00
Adam Vandenberg 837a363b70 ushare: fails with clang 2012-06-12 20:19:18 -07:00
Adam Vandenberg d1ea0ba13b libdlna 0.2.4 2012-06-12 20:19:18 -07:00
samueljohn b127a65a1a python: Install pip
Using the recommended way of installing stuff
nowadays: pip. easy_install is still in place
and can be used but pip supports uninstalling
and other features easy_install lacks.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 20:10:06 -07:00
Anders F Bjorklund ffb05dc88c nss: remove the @executable_path from the dylibs
Closes Homebrew/homebrew#12720.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-12 18:21:58 -05:00
Anders F Bjorklund f3f5c2b4ea nss: make sure to add nspr lib as well as include
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-12 18:21:53 -05:00
Austin Seipp fd472da711 ocaml: add HEAD and devel 4.00.0+beta2
Closes Homebrew/homebrew#12741.

Signed-off-by: Austin Seipp <mad.one@gmail.com>
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-12 18:17:29 -05:00
Gergo Erdosi 0f3baaa9c7 percona toolkit 2.1.2
Closes Homebrew/homebrew#12797.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-12 18:04:17 -05:00
oncletom ba23fc2f8a closure-compiler: use SVN to get externals
Closes Homebrew/homebrew#12688.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 07:11:27 -07:00
oncletom b7edc735ef Formula as HEAD-only to fix the latest stable build
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 07:10:39 -07:00
oncletom 6cf89eef43 Fixed typo for HEAD uri
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 07:10:38 -07:00
oncletom 79b9979727 Made closure compiler formula working with SVN source
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 07:10:38 -07:00
nibbles 2bits 06cde06a46 weechat: switch back to cmake, support aspell
The weechat devs have informed us that configure is deprecated.
Switch back to cmake.
Add a user option to enable the aspell module.
Add a user option to enable the lua module.
Add an inreplace to fix the bad path in HB framework Python's
LINKFORSHARED variable and an explanation for it.
Add deps for lua and apsell if the user options those.
Add a caveat suggesting the user install aspell manually before
installing weechat, otherwise they won't have any dictionaries.
Remove the code that deleted the extra module symlinks.

The Aspell dep could be made into a requirement, but it would be
nice if Aspell installed at least the en dictionary by default.
All bindings work except the Ruby bindings when built against
rbenv and ruby-1.9.  This has been reported upstream and is the
main reason for switching back to cmake, so we can get support.
Tested on Lion using clang and llvm from XCode-4.3.3 against
system Python, HB framework and non-framework python, the current
Aspell, Lua, and Guile, system Ruby, and system Perl.

Fixes Homebrew/homebrew#12377

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 07:07:42 -07:00
Adam Vandenberg f7c57d2f04 skipfish: make config.h writeable before modifying 2012-06-12 07:04:36 -07:00
Drew Hess a4cd91f914 Gambit Scheme 4.6.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 06:59:08 -07:00
Adam Vandenberg ec9e09200e Perforce: fix checksums 2012-06-12 06:58:14 -07:00
nibbles 2bits aa1d3d3b24 snappy 1.0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 06:55:20 -07:00
nibbles 2bits d0bc16132d snobol4 1.4.1
Upgrade snobol4 to version 1.4.1 and add `--mandir`.
Tested on Lion using llvm and clang from XCode-4.3.3.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 06:54:44 -07:00
nibbles 2bits 00d40f1316 silk: remove fails_with :llvm
After testing silk using llvm from XCode-4.3.2 and finding it
compiles well, remove the `fails_with :llvm` block.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11 22:10:38 -07:00