metaproxy was incorrectly linking against boost 1.54.0 despite being
built against 1.49.0, so it was unusable. It appears to be compatible
with 1.54.0 now, however, so just use that instead.
The extra-indented section was causing the
first 4 characters of the following section
to be truncated.
ClosesHomebrew/homebrew#22706.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Removing the devel option as there is no RC, MILESTONE for the moment.
ClosesHomebrew/homebrew#22699.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
There is also a patch to fix the configure script
which has an incorect name for the
--with-guile-site-dir option. I've submitted a patch
to gnutls and has been accepted and this will probably
be able to be removed on the next release.
see: http://lists.gnutls.org/pipermail/gnutls-devel/2013-July/006390.htmlClosesHomebrew/homebrew#21500.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Use sha256 instead of sha1, because the upstream download site
provides the former.
- Remove various workarounds for PL/Python build issues. These have all
been fixed upstream.
- Remove caveat about shared memory configuration, which is no longer
applicable.
ClosesHomebrew/homebrew#22411.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Jack 1.9.7, 1.9.8, and 1.9.9 all fail to compile for various reasons
relating to clang. Instead, Jack1 v0.121.3 compiles successfully, and
provides the same API.
ClosesHomebrew/homebrew#22043.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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.
ClosesHomebrew/homebrew#22108.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Add option --enable-msdblib so that users can get SQL Server compatibility
Add option --enable-sybase-compat so that users can get Sybase compatibility
ClosesHomebrew/homebrew#22656.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Formula for Electric Fence, the C malloc debug library written by Bruce Perens.
ClosesHomebrew/homebrew#22596.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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.
ClosesHomebrew/homebrew#22633.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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.
ClosesHomebrew/homebrew#20941.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>