Nico Galoppo
e58c067b96
sdl: Add optional support for X11 video driver
...
The Quartz driver in the SDL 1.2 library doesn't work with wrappers
(like go, haskell, ...) which hijack the main() function (as opposed to
using SDL_main). One solution is to use the (deprecated) X11 SDL video
driver backend, in combination with the open source XQuartz server.
Homebrew's current formula builds SDL without the X11 backend by
default. This change adds an optional installation option that
re-enables the X11 backend.
Closes Homebrew/homebrew#22108 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 22:20:06 -07:00
Marc Abramowitz
a867bf1f20
freetds.rb: additional options
...
Add option --enable-msdblib so that users can get SQL Server compatibility
Add option --enable-sybase-compat so that users can get Sybase compatibility
Closes Homebrew/homebrew#22656 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 22:18:27 -07:00
Chris Berkhout
acdf3dc57d
jsdoc3: add --HEAD
...
Closes Homebrew/homebrew#22682 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 22:17:20 -07:00
Alec Thomas
e20ec283d7
OnDir 0.2.3
...
Closes Homebrew/homebrew#22693 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 22:01:36 -07:00
mcornejo
3699ed8582
Play 2.1.5
...
20130920-XmlExternalEntity XML External Entity exploit
http://www.playframework.com/security/vulnerability/20130920-XmlExternalEntity
Closes Homebrew/homebrew#22694 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 21:57:19 -07:00
Misty De Meo
6c0b5af914
elixir: new bottles
2013-09-19 21:11:32 -07:00
Dave Cottlehuber
0a8c671f2c
erlang R16B02
...
Closes Homebrew/homebrew#22664 .
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-09-19 20:20:01 -07:00
Adam Vandenberg
1c7cf3c58f
laszip: fix path in test
2013-09-19 07:57:54 -07:00
Adam Vandenberg
28e7e63292
laszip 2.2.0
2013-09-19 07:56:53 -07:00
Pete Gadomski
76272c3e19
LASzip 2.0.2
...
Add a formula for LASzip, a tool for losslessly compressing las files
(http://asprs.org/Committee-General/LASer-LAS-File-Format-Exchange-Activities.html ).
LASzip is used in several other libraries, including liblas
(http://www.liblas.org/ ) and PDAL (http://www.pointcloud.org/ ).
Closes Homebrew/homebrew#20990 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:55:35 -07:00
Adam Vandenberg
c7b68534b5
csync: not currently building on Snow Leopard
2013-09-19 07:54:46 -07:00
Darin Morrison
f42469b3fe
coq: fix camlp5 --transitional dependency
...
Closes Homebrew/homebrew#22672 .
Closes Homebrew/homebrew#22675 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:53:38 -07:00
Remko Tronçon
5e4ea2cb5a
libswiften: also install Sluift (Lua interface)
...
Only enabled in HEAD builds for now
Closes Homebrew/homebrew#22593 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:51:51 -07:00
Miguel Gaiowski
1fc1ecf9f8
electric-fence 2.1.13-0.1
...
Formula for Electric Fence, the C malloc debug library written by Bruce Perens.
Closes Homebrew/homebrew#22596 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:44:11 -07:00
Tony Cebzanov
daaa4a80a6
New formula: gcab
...
Closes Homebrew/homebrew#22597 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:42:33 -07:00
Adam Vandenberg
3d94a56345
juju: fix audit
2013-09-19 07:41:22 -07:00
Mike Prentice
befc43a3f8
cdlabelgen 4.3.0
...
Closes Homebrew/homebrew#22602 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:40:41 -07:00
Mike Prentice
6820ae3e66
jpeg2ps 1.9
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:40:23 -07:00
Remko Tronçon
ce1944e02c
libnatpmp 20130911
...
Closes Homebrew/homebrew#22606 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:39:26 -07:00
Kolja Kube
29f3c8e37c
wxmax: add a flag to disable monolithic builds
...
Closes Homebrew/homebrew#22653 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:38:35 -07:00
Kolja Kube
9ed5d7275e
wxmac 2.9.5.0
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:38:31 -07:00
Alexey Ivanov
8079f9bbb8
nanomsg 0.1
...
nanomsg is a socket library that provides several common communication
patterns. It aims to make the networking layer fast, scalable, and easy
to use. Implemented in C, it works on a wide range of operating systems
with no further dependencies.
Closes Homebrew/homebrew#22633 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:33:23 -07:00
Tobias Brunner
a71466ec3d
strongswan: 5.1.0 - strongSwan IPsec based VPN
...
This is the first strongSwan version that supports virtual IP addresses
on Mac OS X, making it finally usable in common client access (aka
road-warrior) scenarios.
As the Mac OS X kernel does not support AES-GCM it comes with an
optional userland IPsec implementation that provides support for the
Suite B cryptographic suite of algorithms.
The configure options are currently trimmed for use in client scenarios.
Closes Homebrew/homebrew#20941 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:30:27 -07:00
Tobias Brunner
49212ce139
vstr: 1.0.15 - Vstr an ISO C string library
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:30:27 -07:00
ngouzy
420093e8bb
android-sdk 22.2
...
Closes Homebrew/homebrew#22681 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:28:52 -07:00
Adam Vandenberg
664634fa1f
BitchX: patch for OS X
2013-09-19 07:28:35 -07:00
Paul Annesley
118a621e82
bitchx 1.2
...
Closes Homebrew/homebrew#20278 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:24:49 -07:00
Felix Schulze
01225dc569
ios-sim: add --HEAD
...
Closes Homebrew/homebrew#22679 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:21:32 -07:00
Brett Koonce
d8dcbb8559
libvpx v1.2.0
...
Closes Homebrew/homebrew#22680 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-19 07:20:59 -07:00
Lars Bilke
432b7e6d9f
vrpn 07.31
...
Closes Homebrew/homebrew#22678 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-19 13:55:48 +01:00
Darin Morrison
887c0549ec
ghc: fix building with Xcode 5
...
Closes Homebrew/homebrew#22674 .
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-09-18 22:05:14 -07:00
Adam Vandenberg
b564f619e3
go: simplify target list
...
Remove "opts" and figure out cgo based on os
2013-09-18 21:54:43 -07:00
Adam Vandenberg
6ec565efc0
go: install to libexec to keep private headers
...
Install all files to libexec, including go private headers.
Symlink binaries to bin from there.
Closes Homebrew/homebrew#22638 .
2013-09-18 21:54:43 -07:00
Rolf
2a313e9cd9
harfbuzz 0.9.21
...
Closes Homebrew/homebrew#22659 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-18 21:54:12 -07:00
Stefan
8ec1c63997
pdnsrec 3.5.3
...
Closes Homebrew/homebrew#22662 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-18 21:49:40 -07:00
Adam Vandenberg
66331e8971
gibo: use new repo
...
Closes Homebrew/homebrew#22673 .
2013-09-18 21:48:37 -07:00
Marco Ceppi
7e4f769b0d
juju 1.14.0
...
Closes Homebrew/homebrew#22669 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-18 21:47:08 -07:00
Jack Nagel
f973f915d5
wordnet: add version to resource
2013-09-18 16:56:04 -05:00
Jack Nagel
4089801182
scala: add version to resource
2013-09-18 16:55:57 -05:00
Jack Nagel
b5526b06bd
ghostscript: remove redundant version
2013-09-18 16:55:45 -05:00
Jack Nagel
026b2e7890
ghostscript: use resources
2013-09-18 15:57:52 -05:00
Mike McQuaid
65df007104
git: add bottles.
2013-09-18 21:30:56 +01:00
Mike McQuaid
7c6e06d21a
rbenv-gem-rehash: add upstream etc patch.
2013-09-18 21:30:47 +01:00
Mike McQuaid
ff0afe1ea0
jenkins 1.531
2013-09-18 20:45:45 +01:00
Jack Nagel
b48a3bd612
vim: move back to tracking Debian unstable
2013-09-18 12:41:36 -05:00
Jack Nagel
782141449c
bulk_extractor: fix checksum
...
Fixes Homebrew/homebrew#22639 .
2013-09-18 11:08:59 -05:00
Jack Nagel
03c3246e7c
salt: use resources
2013-09-18 10:49:45 -05:00
Jack Nagel
b632f00385
pgplot: use resource
2013-09-18 10:49:44 -05:00
Christian Moritz
a1daf0efb1
slimerjs 0.8.3 and HEAD
...
Closes Homebrew/homebrew#22619 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-18 08:01:16 -07:00
Tyler Davis
ea00515b3b
ssh-copy-id 6.3p1
...
Closes Homebrew/homebrew#22652 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-18 14:07:52 +01:00