- Remove the third patch added today. The bug report is resolved.
- Add the official fix for that bug in `gio/gsocket.c`.
The devs got back in contact and reported that they had reverted
the offending change to `gsocket.c` and gave us the right patch
to do that. Noted in the comments to remove at the next version.
ClosesHomebrew/homebrew#16157.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commits adds recommended deps on png, jpeg, and libtiff
to FontForge, otherwise it will get various build errors and
runtime problems doing some font conversions. Lilypond for one
needs this. Also add an option to build in Gif support to round
out the image handling.
ClosesHomebrew/homebrew#16001.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Upgrade to version 2.8.
- Specify the mandir.
- Works with superenv on 10.8.2.
ClosesHomebrew/homebrew#16075.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
- Upgrade to 2.34.2.
- Note one of the patches is resolved and the new removal version.
- Add a new patch to fix an undeclared `avail_len` in `gio/gsocket.c`
- Note in comments the new bug report url.
ClosesHomebrew/homebrew#16154.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Flex is provided by Apple, but some formula need a less broken
version than that one, especially Lion when building lilypond.
So let's add flex from sourceforge as a keg_only brew.
ClosesHomebrew/homebrew#15986.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Add a dep on cmake. Fixes build errors.
- Adjust the args to correctly create the array by appending '..'
- This error is unreported, but it works now with superenv.
ClosesHomebrew/homebrew#16099.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit modifies boost.rb to provide C++11 support for compiling Boost. The support is the simplest possible, adding a "with-c++11" option which if selected will add the appropriate toolset switch to the bootstrap.sh invocation and the appropriate toolset, cxxflags and linkflags to the b2 invocation. Due to a bug in Boost, it is also necessary to provide a patch (IAW Boost Ticket 7671) or C++11 compilation will fail.
ClosesHomebrew/homebrew#16078.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
A modification of the gcc formula that builds gcc and rips of
everything except gfortran.
- For maintainers added the `--check` option to run
make check-fortran right after build.
- We have `brew test gfortran` now.
ClosesHomebrew/homebrew#15941.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>