Ian Lancaster
824f8c3796
dovecot 2.2.4
...
Closes Homebrew/homebrew#20804 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-26 09:04:16 -07:00
Adam Vandenberg
e3c951a9f7
tcptraceroute: source from github
...
Closes Homebrew/homebrew#20803 .
2013-06-26 09:02:53 -07:00
Ian Lancaster
2a4e1e3362
geoip 1.5.1
...
Closes Homebrew/homebrew#20799 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-06-26 11:56:14 +01:00
Misty De Meo
6c4eff7cd5
Python: fix LINKFORSHARED value
...
LINKFORSHARED incorrectly returns a truncated value by default, which
breaks builds which depend on it returning a valid path.
e.g., it returns:
Python.framework/Versions/2.7/Python
Instead of:
$(brew --prefix)/Python.framework/Versions/2.7/Python
This breaks zpython, and possibly other things. See Homebrew/homebrew#20182 .
Reported to Python.org in http://bugs.python.org/issue3588 and
http://bugs.python.org/issue16848 , fixed for python-config but not
other usecases.
2013-06-26 01:22:39 -05:00
Chongyu Zhu
3e095dd81e
New formula beansdb 0.5.9
...
Closes Homebrew/homebrew#20170 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-25 22:30:20 -05:00
Jack Nagel
5a7895d315
inkscape: use optional dep for poppler
2013-06-25 21:24:36 -05:00
Jack Nagel
221d9d6717
soci: use optional dep for boost
2013-06-25 21:21:15 -05:00
Jack Nagel
e87d8e44a1
gearman: use optional dep for mysql
2013-06-25 21:19:59 -05:00
Jack Nagel
0968c01d32
R: use optional dep for valgrind
2013-06-25 21:17:59 -05:00
Jack Nagel
63064df14c
libgetdata: style
2013-06-25 21:15:17 -05:00
Jack Nagel
cd1420dcb6
libgetdata: use optional dep for fortran
2013-06-25 21:15:10 -05:00
Jack Nagel
23bae0a2b2
fftw: use optional dep for fortran
2013-06-25 21:14:36 -05:00
Joel Limberg
c1a06b2c04
haproxy devel 1.5-dev19
...
Closes Homebrew/homebrew#20791 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25 17:13:13 -07:00
Denis Barushev
ee32a29afd
Dart 24275
...
Closes Homebrew/homebrew#20790 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25 16:24:33 -07:00
Thierry Moisan
bf632342db
igraph 0.6.5
...
Closes Homebrew/homebrew#19818 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25 12:52:02 -07:00
Christer Solskogen
453cee14ba
hatari 1.7.0
...
Closes Homebrew/homebrew#20781 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25 11:24:21 -07:00
Francisco Souza
e8e200d7ec
concurrencykit 0.2.19
...
Closes Homebrew/homebrew#20776 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25 10:27:46 -07:00
chdiza
27c7507d5f
msmtp: Explicitly request openssl
...
This is a preventative measure.
Msmtp can be built with either gnutls or openssl as its security lib.
By default, it will use gnutls if it exists on the user's system. It
will use openssl only if either the user requests it or gnutls is
absent. The current formula is silent about what security lib to use,
which means the brewer will get gnutls if it's present.
This is risky, because brewers have no idea that this is the case.
Suppose a brewer has gnutls brewed, and then brews msmtp with the
current official formula. Then suppose the brewer removes gnutls later
but keeps msmtp. Then msmtp will break, the user will have no idea why,
there probably will be a ticket, and no matter what the brewer will have
to rebrew.
It therefore seems better to explicitly ask msmtp to build against
openssl, since that isn't transient. Msmtp will find the system's ssl.
For users who never brewed msmtp with gnutls already on their machines,
this commit changes nothing at all.
Closes Homebrew/homebrew#20756 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25 10:26:25 -07:00
Justin Hileman
eaf20ea560
git-flow-completion 0.4.2.2
...
Closes Homebrew/homebrew#20775 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25 09:39:48 -07:00
Adam Vandenberg
59a56d6e47
emacs: shrink caveats
...
Remove caveats that duplicate option descriptions.
2013-06-25 09:38:03 -07:00
Jack Nagel
66cca4c9e4
ghostscript: use optional dep for x11
2013-06-25 10:12:14 -05:00
Jack Nagel
01c47a6438
mysql: fix checksum
2013-06-25 09:57:52 -05:00
Adam Vandenberg
d3b4ba3cc1
x264: remove trailing whitespace
2013-06-24 15:23:03 -07:00
Gary V. Vaughan
0741121496
lua: make sigaction powerpatch default, support --without-sigaction
...
* update option decls to with/without
* apply sigaction powerpatch by default, unless --without-sigaction
is passed.
Closes Homebrew/homebrew#20679 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24 15:22:01 -07:00
Gisle Aas
93775225fa
Perforce 2013.1.659207
...
Closes Homebrew/homebrew#20757 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24 15:13:11 -07:00
Kendall Park
64e57bbb4f
deparallelized yasm
...
Closes Homebrew/homebrew#19593 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24 14:08:02 -07:00
Kendall Park
f2ae859b95
deparallelized x264
...
Closes Homebrew/homebrew#19594 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24 14:07:04 -07:00
chdiza
0806d375aa
msmtp: Delete unnecessary option code
...
Msmtp will enable support for the OS X Keychain by default on Macs. No need to ask for it.
Closes Homebrew/homebrew#20753 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24 12:22:02 -07:00
Iyed
68d2cfbaa9
sip 4.14.7
...
Closes Homebrew/homebrew#20755 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24 12:20:42 -07:00
Adam Vandenberg
6193b3fb98
bup: remove debug output
2013-06-24 10:56:11 -07:00
Frank Celler
267b433689
ArangoDB 1.3.2
...
Closes Homebrew/homebrew#20748 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24 10:17:43 -07:00
Chris Griego
8694acb15d
RabbitMQ 3.1.2
...
Closes Homebrew/homebrew#20742 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24 09:57:56 -07:00
Sebastian Sdorra
f87bf43923
scm-manager 1.32
...
Closes Homebrew/homebrew#20741 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24 08:11:30 -07:00
Adam Vandenberg
0f7f5229f1
Use Fortran ENV helpers
2013-06-24 07:38:25 -07:00
Adam Vandenberg
5852d2fbe3
Use :fortran
...
Closes Homebrew/homebrew#20731 .
Closes Homebrew/homebrew#13621 .
2013-06-24 07:38:09 -07:00
Adam Vandenberg
7290e7b916
fftw: fix fortran
...
Closes Homebrew/homebrew#20727 .
2013-06-24 07:29:06 -07:00
Pascal Immerzeel
9e37aa3ca5
mr: use http url for git repository
...
Closes Homebrew/homebrew#20736 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-24 09:11:34 -05:00
Jaime Marquínez Ferrándiz
543f022d23
youtube-dl 2013.06.27
...
Closes Homebrew/homebrew#20737 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-24 09:07:31 -05:00
Jon Rowe
991d13fd44
s3fs 1.71
...
Closes Homebrew/homebrew#20740 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-24 09:07:00 -05:00
Shannon Skipper
1079fa90b2
ruby-install 0.2.0
...
Closes Homebrew/homebrew#20732 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-23 23:45:29 -05:00
Paul Annesley
bde1ae72d6
chruby 0.3.6
...
Closes Homebrew/homebrew#20729 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-23 20:52:14 -07:00
Adam Vandenberg
77fb4c5382
use more env helpers
2013-06-23 20:50:03 -07:00
José Valim
c2c8330579
Elixir 0.9.3
...
Closes Homebrew/homebrew#20723 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-23 15:11:37 -07:00
Adam Vandenberg
468c507c99
scantailor: fails with clang 425
...
Closes Homebrew/homebrew#20720 .
2013-06-23 14:28:34 -07:00
Christoffer Lund
5aadc8edef
google-app-engine: update sha1
...
a hotfix was applied in-place to 1.8.1.1
Closes Homebrew/homebrew#20717 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-23 13:13:17 -07:00
Nikem
819df9f26e
groovy 2.1.5
...
Closes Homebrew/homebrew#20710 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-23 11:36:02 -07:00
Klaus Meyer
b9c0bffa5a
ccze 0.2.1
...
Closes Homebrew/homebrew#20636 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-23 11:33:41 -07:00
Adam Vandenberg
2bcf34617c
gmp: fix 32-bit builds
...
Closes Homebrew/homebrew#20693 .
2013-06-23 11:16:12 -07:00
Jens Cornelis
6152fcbdd5
alembic 1.1.5
...
Closes Homebrew/homebrew#20301 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-23 11:16:02 -07:00
Steve Krall
831e2971a8
tomee-webprofile 1.5.2
...
Closes Homebrew/homebrew#19340 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-23 10:21:22 -07:00