The upstream repository switched to acprep and cmake and made
several changes to the build process when building ledger 3.0 (HEAD).
This commit includes:
Change option to enable python support (disabled by default in acprep)
Add option to enable debug build
Add option to apply time-colon patch
ClosesHomebrew/homebrew#14730.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Disable libwrap by default.
- Add an option to enable it.
- Fixes a build error where a 10.7 lib was found on 10.8.
FixesHomebrew/homebrew#14787ClosesHomebrew/homebrew#14902.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Following release on 9.11.2012 and standardization as
RFC6716 - see http://opus-codec.org/ for more information.
ClosesHomebrew/homebrew#14870.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
povray won't compile against libpng1.5; this patch to the configure
script causes it to use its internal libpng, which works.
(I attempted to use the Macports patches to fix it for 1.5, without
much success. If anyone else wants to take a look, please do!)
FixesHomebrew/homebrew#14895.
As always a dump and restore of a previous (9.1) database is required to
upgrade.
ClosesHomebrew/homebrew#14834.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
The OSX version of mktemp was not accepting certain GNU arguments.
This is now fixed.
ClosesHomebrew/homebrew#14864.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
Hopefully this is safe. I ran a full db against it, everything seemed fine to me.
Homebrew should "just work" no remembering to specify `--config foo`, that's just lame sauce.
Also cleaned up the caveats and removed the `skip_clean: all`.
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.
"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.
The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
- Upgrade to 1.0.9
- Update the sha1 on `J2kp4files`. Not sure why it changed, but
it's housed on fedoraproject.org. So I think we're good.
- It passes all 39 of it tests
ClosesHomebrew/homebrew#14826.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
libshout fails sha1 check when trying to install it.
- Change to the download url given on their webpage (no .us.)
- Fix the sha1 hash. Both old and new urls have this hash.
- Compiles well using clang and superenv.
ClosesHomebrew/homebrew#14823.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>