Kashif Rasul
0047758132
hive 0.14.0
...
Closes Homebrew/homebrew#34581 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-01 12:09:59 +00:00
Dominyk Tiller
6a0d2bf399
subversion: cleanup formula
...
The subversion formula is a bit of a nightmare. Still is, even with
this PR :/.
This PR hopes to address some of the issues seen in Homebrew/homebrew#34576 and Homebrew/homebrew#34554
by standardising the options across the formula a little more.
Closes Homebrew/homebrew#34577 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-01 08:12:01 +00:00
Dominyk Tiller
88de02367c
git: fix broken svn option if no swig exists prior.
...
Resolves the bug where installing Git with brewed-svn wouldn't
automatically drag in the required Swig dependency and consequently
the build would instantly error out.
The error itself could be with the subversion formulae or Homebrew
itself, and this may just be a workaround. Given building git
with-brewed-svn specifies svn with perl, it should trigger a swig
download automatically prior to attempting to install the svn dep,
but for some reason it doesn't.
Both from-source and from-bottle installs error out in the same way:
```
==> Installing git dependency: subversion
Error: /usr/local/opt/swig not present or broken
Please reinstall swig. Sorry :(
```
For now, have resolved this bug by dragging in an explicit swig
dependency prior to the subversion one, if you choose to install
with-brewed-svn.
Closes Homebrew/homebrew#34554 .
Closes Homebrew/homebrew#34576 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-01 08:11:01 +00:00
BrewTestBot
6de225307b
caudec: update 1.7.5_1 bottle.
2014-12-01 08:09:55 +00:00
Sean Wendt
4cb7516a33
caudec 1.7.5
...
update 1.7.5, url, homepage, sha1
Closes Homebrew/homebrew#34575 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-01 08:09:54 +00:00
Brett Koonce
34085f0fe7
apache-spark 1.1.1
...
Closes Homebrew/homebrew#34502 .
Closes Homebrew/homebrew#34574 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-01 08:09:15 +00:00
BrewTestBot
67e61f1ab9
arangodb: update 2.3.1 bottle.
2014-11-30 21:28:13 +00:00
Frank Celler
502ebb1adf
arangodb 2.3.1
...
Closes Homebrew/homebrew#34570 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 21:28:13 +00:00
Misty De Meo
580418bbad
mysql-connector-c++ 1.1.5
...
Fixes Homebrew/homebrew#34561 .
Closes Homebrew/homebrew#34562 .
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-11-30 11:34:05 -08:00
Xu Cheng
9d4635f3a6
keybase 0.7.3
...
keybase: update to 0.7.3
Closes Homebrew/homebrew#34564 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:55:27 +00:00
BrewTestBot
76ed0dc010
syncthing: update 0.10.9 bottle.
2014-11-30 17:54:41 +00:00
Jim Myhrberg
f05f47196e
Syncthing 0.10.9
...
Version bump.
Closes Homebrew/homebrew#34567 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:54:40 +00:00
BrewTestBot
43fd8fd57d
privoxy: add 3.0.22 bottle.
2014-11-30 17:54:39 +00:00
Bruce Steedman
e935638f81
privoxy 3.0.22
...
..with correct sha1
Closes Homebrew/homebrew#34565 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:54:38 +00:00
BrewTestBot
efd07e604e
qca: update 2.1.0 bottle.
2014-11-30 17:09:56 +00:00
Larry Shaffer
2c3fb24467
qca: add options for head, qt5, api docs and building all plugins
...
Closes Homebrew/homebrew#34530 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:09:55 +00:00
BrewTestBot
3417ad7031
gtk+3: update 3.14.5 bottle.
2014-11-30 17:09:17 +00:00
Ryan Hendrickson
4343f9f28b
gtk+3: upstream patch for crash
...
Fixes a runtime error when compiled with the quartz backend:
dyld: lazy symbol binding failed: Symbol not found: _GTK_IS_PLUG
Closes Homebrew/homebrew#34555 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:09:16 +00:00
BrewTestBot
b980a31d66
pcsc-lite: add 1.8.13 bottle.
2014-11-30 17:07:26 +00:00
David Holm
a9e2887d3d
pcsc-lite 1.8.13
...
Closes Homebrew/homebrew#34556 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:07:25 +00:00
Dominyk Tiller
08981344bc
sdl: added optional tests
...
Adds optional tests to SDL.
Closes Homebrew/homebrew#34353
Closes Homebrew/homebrew#34559 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:06:32 +00:00
Scott Reeves
fb2e520b3a
virtualhost.sh 1.34
...
Closes Homebrew/homebrew#34553 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:05:21 +00:00
BrewTestBot
82e13d2c72
dropbear: update 2014.66 bottle.
2014-11-30 17:05:08 +00:00
Dominyk Tiller
4ac0034cf0
dropbear 201466
...
Version bump. Added HEAD. Tweaked test.
Closes Homebrew/homebrew#34540 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:05:07 +00:00
BrewTestBot
c62068c02a
align: update 1.7.4 bottle.
2014-11-30 17:04:56 +00:00
Dominyk Tiller
7e7d7973da
align 1.7.4
...
Version bump
Closes Homebrew/homebrew#34549 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:04:55 +00:00
BrewTestBot
42da7a72fa
lsh: add 2.1 bottle.
2014-11-30 17:04:40 +00:00
Dominyk Tiller
59d13f3f23
lsh 2.1 (new formula)
...
New formula for lsh.
Closes Homebrew/homebrew#34542 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:04:40 +00:00
BrewTestBot
ea2d08cc09
wxmac: update 3.0.2 bottle.
2014-11-30 17:04:18 +00:00
Edward Kmett
94eea46fc8
wxmac: --without-mediactrl on 64-bit machines.
...
Users of tools that fail when trying to link non-existent frameworks
run into problems on 64-bit macs, because the old 32-bit QuickTime
framework does not and never will exist as a 64 bit library.
This has been submitted upstream and accepted into wxmac HEAD, however
a released version is not yet available and won't be for quite some
time.
This patch lets us actually get code to compile without waiting 8
months for a release.
Closes Homebrew/homebrew#34543 .
Closes Homebrew/homebrew#33366 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:03:49 +00:00
BrewTestBot
8cca19b3da
ffts: add 0.7 bottle.
2014-11-29 11:34:06 +00:00
David Holm
0db7f73de4
ffts 0.7
...
Closes Homebrew/homebrew#34547 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-29 11:34:05 +00:00
BrewTestBot
35066393ed
freeradius-server: update 2.2.6 bottle.
2014-11-29 10:51:10 +00:00
makigumo
cc4188ca98
freeradius-server 2.2.6, devel 3.0.5
...
Closes Homebrew/homebrew#34546 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-29 10:51:09 +00:00
BrewTestBot
e9164c0eab
git: update 2.2.0 bottle.
2014-11-29 10:50:17 +00:00
Dominyk Tiller
ab024b34c9
git: fix openssl linkage
...
Prunes the system-openssl linkage in the event someone compiles
git without brewed-openssl.
Closes Homebrew/homebrew#34539 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-29 10:50:16 +00:00
BrewTestBot
33a217d979
valgrind: update 3.10.1 bottle.
2014-11-29 10:49:24 +00:00
Chilledheart
9eaeb64cb8
valgrind: 3.10.1
...
changelog: http://www.valgrind.org/docs/manual/dist.news.html
Closes Homebrew/homebrew#34538 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-29 10:49:23 +00:00
BrewTestBot
cf27143c5a
radare2: add 0.9.7_2 bottle.
2014-11-29 10:48:48 +00:00
Dominyk Tiller
63dc9f3ada
radare2: head move to github.
...
Closes Homebrew/homebrew#33483 .
Closes Homebrew/homebrew#34535 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-29 10:48:22 +00:00
BrewTestBot
8edfd6da62
poco: update 1.4.7p1 bottle.
2014-11-28 20:08:34 -05:00
Shaun Jackman
d5510e4c78
poco 1.4.7p1
...
Closes Homebrew/homebrew#30637 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-28 20:08:34 -05:00
Shaun Jackman
6a9e45fe7d
poco: Remove unnecessary configuration
...
Darwin64 is an alias for Darwin64-clang, and likewise Darwin32 is an
alias for Darwin32-clang.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-28 20:08:29 -05:00
BrewTestBot
5bf3d764cd
libewf: update 20140608_1 bottle.
2014-11-28 20:07:08 -05:00
Jack Nagel
5a223274b5
libewf: use Homebrew openssl
2014-11-28 19:52:14 -05:00
BrewTestBot
e918f0c3e8
osquery: update 1.1.0_1 bottle.
2014-11-28 19:05:34 -05:00
Mike McQuaid
0c77312c8e
osquery: bump revision to fix thrift linkage.
...
Closes Homebrew/homebrew#34526 .
Closes Homebrew/homebrew#34528 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-28 19:05:33 -05:00
Dominyk Tiller
2efa189e13
Revert "gflags 2.1.1"
...
This reverts commit fc18d80715e33ef17f0c238413e2ce51f0077cc6.
Closes Homebrew/homebrew#34533 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-28 18:54:38 -05:00
Dominyk Tiller
877e16455e
Revert "glog: gflags compatibility fix"
...
This reverts commit d12fcb69b9f8aaa29552195baec4c8099fcef32f.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-28 18:54:36 -05:00
Simon Cozens
182def1ae6
ragel: update URLs
...
Closes Homebrew/homebrew#34534 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-28 18:53:32 -05:00