Commit Graph

19661 Commits (89bfc2af419a141343da7d46287ea3360fbb88a7)

Author SHA1 Message Date
Mike McQuaid 89bfc2af41 unittest: fix SHA-1.
Closes Homebrew/homebrew#22883.
2013-09-27 19:36:56 +01:00
Mike McQuaid eac5017103 redo: fix SHA-1. 2013-09-27 19:35:41 +01:00
Mike McQuaid 62d462ae6a liblacewing: fix SHA-1. 2013-09-27 19:35:36 +01:00
Mike McQuaid 9edfabadcc ipbt: fix SHA-1. 2013-09-27 19:35:28 +01:00
Mike McQuaid 1761dadd4b hllib: fix SHA-1. 2013-09-27 19:35:22 +01:00
Mike McQuaid 162330b079 flare: fix SHA-1. 2013-09-27 19:35:11 +01:00
Mike McQuaid 4d34e25d04 bup: fix SHA-1. 2013-09-27 19:35:01 +01:00
Mike McQuaid 0e7834f199 aws-sns-cli: fix SHA-1. 2013-09-27 19:34:54 +01:00
Mike McQuaid ddd3c20d7c agedu: fix SHA-1. 2013-09-27 19:34:45 +01:00
Mike McQuaid 6b9f074b0b adobe-air-sdk: fix SHA-1. 2013-09-27 19:34:38 +01:00
Mike McQuaid c361e3fab8 ack: try and fix test. 2013-09-27 19:17:31 +01:00
Ilya Katz 8cfa07ef53 ack 2.10
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-27 19:15:42 +01:00
Mike McQuaid 4921a683e5 qt, qt5: fix ARGV audit warning. 2013-09-27 17:46:27 +01:00
Kosuke Asami 997dad8a79 newt 0.52.16
Closes Homebrew/homebrew#22876.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-27 07:52:10 -07:00
Francisco Souza 6a1273a225 concurrencykit 0.3.1
Closes Homebrew/homebrew#22879.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-27 07:51:09 -07:00
Francisco Facioni a0453bbadb Nanosmg 0.2-alpha
Closes Homebrew/homebrew#22880.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-27 07:50:46 -07:00
Mike McQuaid 2d1834ccf2 qt5: update bottles. 2013-09-27 15:29:45 +01:00
Martin Fitzpatrick a295a3e0fe qt5: fix install_name_tool rules for PyQt.
Closes Homebrew/homebrew#22844.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-27 15:25:16 +01:00
Yasuhiro Kunimoto 836d47042f mongodb: fix etc path.
Closes Homebrew/homebrew#22329.
Closes Homebrew/homebrew#22810.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-27 15:24:05 +01:00
Mike McQuaid 745a8ab16b apple-gcc42: re-add bottles. 2013-09-27 09:22:28 +01:00
Mike McQuaid 93af49210f apple-gcc42: temporarily remove bottle. 2013-09-27 08:56:04 +01:00
Mike McQuaid c1d63ec371 go: add bottles.
Closes Homebrew/homebrew#22803.
2013-09-27 08:19:19 +01:00
Mike McQuaid 7817856fc6 ghc: update bottles. 2013-09-27 08:18:26 +01:00
Mike McQuaid 831ccad47f apple-gcc42: add bottles. 2013-09-27 08:17:47 +01:00
Mike McQuaid a85bae970c go: depend on apple-gcc42 on >=10.8. 2013-09-27 08:17:47 +01:00
Mike McQuaid 6b1759b102 ghc: depend on apple-gcc42 on >=10.8. 2013-09-27 08:17:47 +01:00
Mike McQuaid 0f798d42a3 apple-gcc42: 4.2.1-5666.3 (new formula). 2013-09-27 08:17:47 +01:00
Eugene San (eugenesan) 06a8f8cada android-sdk 22.2.1
Also point completion to official one

Closes Homebrew/homebrew#22834.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-26 22:56:58 -07:00
HAYASHI Kentaro 19e304063d groonga 3.0.8
Closes Homebrew/homebrew#22869.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-26 22:53:18 -07:00
Charlie Allom 2155789dec tmux-mem-cpu 2.2.1
a little status bar for your tmux session.

Closes Homebrew/homebrew#22537.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-26 22:48:27 -07:00
J. Brandt Buckley e46eea00e7 bbcp: fix implicit int build error with patch
This commit fixes a build failure caused by `main`'s use of an implicit
`int` return type specifier.

The embedded patch just makes the return type explicit.

ISSUE

As of C99, a declaration that lacks a type specifier isn't implicitly
assumed to be int, which causes the build to fail with this error:

    bbcp.C:61:1: error: C++ requires a type specifier for all declarations
    main(int argc, char *argv[], char *envp[])
    ^~~~

ENVIRONMENT

- g++ : Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn)
- OS  : Mac OS X 10.8.5 (Build 12F37)

NOTES

- Confirmed Formula passes audit.
- Also sent the patch to the upstream developer.

Closes Homebrew/homebrew#22832.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-26 22:46:28 -07:00
Xiyue Deng 94fffd72f1 boost: fix error message to use "--without-single".
* Use raise to report error.
2013-09-26 22:40:31 -07:00
Adam Vandenberg 9828cca047 pypy: install to libexec and install pip
* sequester pypy in `libexec` and symlink out its binaries only
* re-add pip installation to pypy

Fixes Homebrew/homebrew#20809.
Closes Homebrew/homebrew#22807.
2013-09-26 21:54:36 -07:00
Adam Malcontenti-Wilson 8f2657a243 gobject-introspection 1.38.0
Closes Homebrew/homebrew#22839.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-26 21:20:02 -07:00
Christian Moritz f6b25e6bcd tomcat devel 8.0.0-RC3
Closes Homebrew/homebrew#22845.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-26 21:19:40 -07:00
Kosuke Asami 49c7015a20 byobu 5.60
Closes Homebrew/homebrew#22852.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-26 21:19:32 -07:00
Liam Staskawicz 9103c79740 tup 0.7
Closes Homebrew/homebrew#22858.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-26 21:10:14 -07:00
Christian Rigdon 84df192969 nexus 2.6.3-01
Closes Homebrew/homebrew#22864.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-26 20:58:57 -07:00
Leo Correa cf664cbfb5 Rust 0.8
Closes Homebrew/homebrew#22867.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-26 20:58:29 -07:00
Tux Yik 8a8969836c pianobar 2013.09.15
Closes Homebrew/homebrew#22868.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-26 20:55:38 -07:00
Misty De Meo a8dc5d9655 ghc: remove 10.8 bottle
See Homebrew/homebrew#22847 - the bottle is broken on Xcode 5.
2013-09-26 20:30:41 -07:00
Chris Molozian 4a8c9ec4ea libCello 1.1.2
Closes Homebrew/homebrew#21441.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-25 21:55:19 -07:00
Ali Mashtizadeh a7e88db61e Ori 0.8
Closes Homebrew/homebrew#17621.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-25 21:36:15 -07:00
Johnathan Conley 2d45c20d9a hamsterdb: fix HEAD, add Java option
Closes Homebrew/homebrew#22573.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-25 21:33:49 -07:00
Adam Vandenberg 7890abb371 cherokee: use fedora package for 1.2.101
The official 1.2.101 tarball no longer contains a configure script
2013-09-25 21:28:15 -07:00
Philippe Bernard cb43728e86 viewglob 2.0.4
Closes Homebrew/homebrew#21600.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-25 21:23:05 -07:00
Aristotle Pagaltzis 0f18c91ca5 wwwoffle 2.9i
Closes Homebrew/homebrew#22813.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-25 20:49:59 -07:00
Mark A. Matienzo abf40f024a sleuthkit 4.1.2
Closes Homebrew/homebrew#22826.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-25 20:49:48 -07:00
Brett Koonce 6bfecf4ebe google-appengine 1.8.5
Closes Homebrew/homebrew#22831.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-25 20:49:43 -07:00
Brett Koonce 4a6604ff48 go-appengine-sdk (amd64) 1.8.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-25 20:49:42 -07:00