As noted in the formula, yeti 'releases' are just occasional builds
from a repository snapshot, so it is versioned by date.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The website and url for this formula have a bad certificate. The fix
is to use the Unsafe strategy. However, that is commented as
undesirable. I suppose the alternatives would be finding an alternate
download location or removing the formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This is particularly urgent because, as of this writing, the url for 1.8.5-patch1 is no longer active, making the old version impossible to install.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This replaces the stax-sdk formula. This SDK is the next iteration of the
stax-sdk, and it has been rebranded cloudbees-sdk due to stax merging with
CloudBees. See https://cloudbees.zendesk.com/entries/414109-cloudbees-sdk and
ttps://cloudbees.zendesk.com/entries/420548-stax-migration-faq for details.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Also:
* Manually fixing install_names is no longer required in version 3.0.0.
* Disabling OpenGL support doesn't seem to cause any trouble.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2.0.7 completes support for definition lists in PHP mardown extra style.
There are also a few small cleanups and an extension of the footnotes.
Also:
Build discount with both types of definition list
Discount now supports two types of definition lists: its own and one
from PHP markdown extra. However, to enable them, we need to change
the configuration options.
See the homepage for details on the two types of definition lists:
http://www.pell.portland.or.us/~orc/Code/discount/#dl
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This formula needs an explicit version, since it is just a particular
hg commit. The version number is the date of the commit.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Note, we've moved locations yet again.
We're now pulling this formula from an unofficial GitHub mirror.
To bump versions, please open an issue on the mirror first.
Also: Fixed an option that was misspelled.
All YAJL releases so far have an rpath bug, leaving them broken
on OSX. There is a fix in upstream git.
This formula updates YAJL to the latest release and applies the
upstream patch to fix the rpath bug.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Thrift wants to install various language bindings. Per homebrew policy, all of these are by default disabled. However, the Haskell bindings were overlooked, because it does not attempt to build them unless ghc is installed. This commit lets thrift build when the ghc brew is installed.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>