Commit graph

19088 commits

Author SHA1 Message Date
Victor Baca
468ba37fb3 jenkins 1.528
Closes Homebrew/homebrew#22054.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-08-21 21:58:11 +01:00
Samuel John
8569d864e4 pypy: now with setuptools 1.0 2013-08-21 22:01:24 +02:00
Jack Nagel
6736715e25 ispell: move non-libs into subdirectory 2013-08-21 14:59:19 -05:00
Samuel John
a342a78096 Revert "brew reinstall: Is able to work for all formulae"
This reverts commit 865f763ae59fdf32f496ca416fd98117f3370f86.
2013-08-21 20:17:38 +02:00
Samuel John
9b04c5112a brew reinstall: Is able to work for all formulae
... and not just installed ones. Of course, strictly speaking,
reinstalling not-yet-installed formulae makes semantically little
sense, but the big win is that we can tell people (after we have
resolved an issue) to `brew reinstall <formula>` and even if a user
has removed that formula in the meantime, reinstall will do the right
thing. Basically adding --force to uninstall. I think this makes
reinstall more robust.
2013-08-21 19:20:41 +02:00
Samuel John
a7002384bc python & python3: pip 1.4.1, setuptools 1.0. Yay.
Bumped pip and setuptools for python and python3.
I whish we had formula revisions already now.
But on the other hand there is no hurry as the
changes to pip/setuptools are not major.
2013-08-21 17:29:54 +02:00
Samuel John
2ccee142de python & python3: Don't tell how to upgrade pip
Pip and setuptools can't be updated the way we write in the caveats.
This is because pip fails to remove the symlink from the
`brew --prefix`. Also we said that we don't like self-updating tools.

We will rather update the python formula, and bump the revision
(once we have the revision feature) when pip or setuptools get
updated.
2013-08-21 12:07:19 +02:00
Xiyue Deng
10d120b998 Simplify llvm formula.
* Stop shipping most binaries except llvm-config. Now llvm is supposed to be
  used as a library only.
* Add caveat to point user to homebrew-versions for full featured llvms.
2013-08-21 01:11:04 -07:00
Tobias Pape
7bb444c815 tiger-vnc: inline patches as SF links broke.
Closes Homebrew/homebrew#22033.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-08-21 08:39:49 +01:00
Adam Vandenberg
89e7a5fff2 drush: don't install .bat 2013-08-20 21:33:47 -07:00
Adam Vandenberg
a226c2a241 drush: install metafiles 2013-08-20 21:33:09 -07:00
Adam Vandenberg
c42608102d drush: fix sha1 2013-08-20 21:32:29 -07:00
Tyler Brock
7bf337ec08 MongoDB 2.4.6
Closes Homebrew/homebrew#22031.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-20 21:31:58 -07:00
Albert Volkman
70652b7530 drush 6.0
Closes Homebrew/homebrew#22028.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-20 21:31:57 -07:00
Daniel Dumke
5c7cde1794 HEVEA 2.09
Changed the download version and SHA

Closes Homebrew/homebrew#22027.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-20 21:31:57 -07:00
Ed Porras
798732c30c poppler 0.24.0
Closes Homebrew/homebrew#22024.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-20 21:31:57 -07:00
Jack Nagel
a2b2b76e4f netpbm: remove empty file from bin 2013-08-20 23:15:55 -05:00
Jack Nagel
7ff3b42bf3 libdlna: adjust patch to name dylibs correctly 2013-08-20 22:59:19 -05:00
Jack Nagel
d46de7a5f5 openssl: avoid miscompilations under stdenv with clang and -O3 2013-08-20 12:11:59 -05:00
Jack Nagel
9fb4cc0a1f openssl: remove redundant comment 2013-08-20 12:11:58 -05:00
Jack Nagel
8e1e48f3d1 gettext 0.18.3.1 2013-08-20 10:40:45 -05:00
Kashif Rasul
6b08edd0e2 postgis 2.1.0
Closes Homebrew/homebrew#21979.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-19 21:23:52 -07:00
Kashif Rasul
2b2116871f geos 3.4.1
Closes Homebrew/homebrew#21978.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-19 21:23:26 -07:00
Hongli Lai (Phusion)
85f15aae00 passenger 4.0.14
Closes Homebrew/homebrew#22003.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-19 20:57:10 -07:00
Adam Vandenberg
7b68b7f0b7 passenger: install man pages to proper location 2013-08-19 20:56:40 -07:00
Rodrigo Chacon
cbe94be364 juju: add --devel
Closes Homebrew/homebrew#22005.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-19 20:32:10 -07:00
Katherine Whitlock
9762585c0d icu4c: add HEAD
This allows for building on 10.9, as upstream changes are available that have yet to be released.

Closes Homebrew/homebrew#22010.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-19 20:31:19 -07:00
adriancole
b872177460 denominator 3.6.0
Closes Homebrew/homebrew#22011.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-19 20:31:08 -07:00
Jack Nagel
a86e4cabd0 Use ENV.{append,prepend}_path in formulae 2013-08-19 17:21:14 -05:00
Jack Nagel
2a067ba44d superbin -> Superenv.bin
Fixes Homebrew/homebrew#22000.
2013-08-19 14:48:08 -05:00
Xiyue Deng
4841c8ff3d Gfortran: disable multilib by default and make it an option.
* Make the option conditionally available only on 64-bit systems as
  Mistydemeo suggested.
2013-08-19 10:19:01 -07:00
Adam Vandenberg
ec6502769e gearman 1.1.9 2013-08-19 09:33:55 -07:00
Adam Vandenberg
fd2f22648b socat 1.7.2.2/2.0.0-b6 2013-08-19 09:26:23 -07:00
Shannon Skipper
e13773ccb0 chruby 0.3.7
Closes Homebrew/homebrew#21987.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-18 19:08:01 -05:00
Xiyue Deng
78bbda3802 Pcre++: rename man page to avoid conflict with pcre.
* The man page of pcre++ is named Pcre.3, while there is one named
  pcre.3 in pcre package. This is problem for case-insensitive file
  system which is widely used across Mac OS X systems. Rename it to
  pcre++ and add caveat about this change.

Closes Homebrew/homebrew#21968.
2013-08-18 15:25:59 -07:00
Mike McQuaid
b8ecb2835a snzip: improve test. 2013-08-18 22:20:45 +01:00
Jacob Jewell
87c0a8e4f2 snzip 0.9.0 (new formula)
Snzip is a command line tool for using snappy.

Closes Homebrew/homebrew#19476.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-08-18 22:20:18 +01:00
Daniel Szmulewicz
e52c87906c clojurescript 1853 (new formula)
Closes Homebrew/homebrew#21744.
2013-08-18 22:08:25 +01:00
Greg Thornton
48b64d6eee libresample 0.1.3
Closes Homebrew/homebrew#19741.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-18 12:27:02 -07:00
Brett Koonce
e8e695ba05 zabbix 2.0.7
Closes Homebrew/homebrew#21966.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-18 11:52:09 -07:00
Brett Koonce
3af0e73717 xpa 2.1.15
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-18 11:52:09 -07:00
Brett Koonce
2c7839216f swi-prolog (devel) 6.5.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-18 11:52:09 -07:00
Brett Koonce
89803c71ac silk 3.7.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-18 11:52:09 -07:00
Brett Koonce
1bf676acff parrot (devel) 5.6.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-18 11:52:09 -07:00
Brett Koonce
a3ff346ee3 nasm 2.10.09
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-18 11:52:09 -07:00
Brett Koonce
cc43ddb7d4 libdiscid 0.5.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-18 11:52:08 -07:00
Brett Koonce
5b6bceacb6 lcdf-typetools 2.99
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-18 11:52:08 -07:00
Brett Koonce
54b9b41065 iso-codes 3.45
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-18 11:52:08 -07:00
Brett Koonce
de65e9d28a fwknop 2.5.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-18 11:52:08 -07:00
Brett Koonce
71af8b36b8 ExifTool 9.35
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-18 11:52:08 -07:00