Upgrade colormake to version 0.9.
Use `EOS.undent` to clean up the formatting.
Change the location of the perl file from `share` to `libexec`.
Tested on Lion with XCode-4.3.3 by compiling gawk using `colormake`
in place of the command `make`.
ClosesHomebrew/homebrew#12815.
ClosesHomebrew/homebrew#12828.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Many Lion users only install the XCode command line tools which means they
cannot build the fuse4x kernel extension as it uses `xcodebuild`.
This formula is not bottled for Snow Leopard as the build and download times
are too trivial to justify the effort.
FixesHomebrew/homebrew#10960.
Needs a patch now in order to link ncurses instead of ncursesw, as
upstream switched to link ncursesw.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This will find EXTERN.h correctly even if the user has installed a
custom perl installation, such as from perlbrew. See Homebrew/homebrew#11619 for a bit
more info.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade djvulibre to version 3.5.25.3.
Add a patch that's upstream to fix missing `INKSCAPE` file.
Curl a half-dozen missing pngs that are now in HEAD in response
to a bug report I filed. Fixes compile error with all compilers.
Add comments containing the removal version and bug report urls.
Remove unrecognized `--disable-debug`, '--with-x', and '--with-qt'.
Use the given flag named `--disable-desktopfiles` rather than the
negatation flag.
Tested on Lion using clang and llvm from XCode-4.3.3.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Using the recommended way of installing stuff
nowadays: pip. easy_install is still in place
and can be used but pip supports uninstalling
and other features easy_install lacks.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The weechat devs have informed us that configure is deprecated.
Switch back to cmake.
Add a user option to enable the aspell module.
Add a user option to enable the lua module.
Add an inreplace to fix the bad path in HB framework Python's
LINKFORSHARED variable and an explanation for it.
Add deps for lua and apsell if the user options those.
Add a caveat suggesting the user install aspell manually before
installing weechat, otherwise they won't have any dictionaries.
Remove the code that deleted the extra module symlinks.
The Aspell dep could be made into a requirement, but it would be
nice if Aspell installed at least the en dictionary by default.
All bindings work except the Ruby bindings when built against
rbenv and ruby-1.9. This has been reported upstream and is the
main reason for switching back to cmake, so we can get support.
Tested on Lion using clang and llvm from XCode-4.3.3 against
system Python, HB framework and non-framework python, the current
Aspell, Lua, and Guile, system Ruby, and system Perl.
FixesHomebrew/homebrew#12377
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade snobol4 to version 1.4.1 and add `--mandir`.
Tested on Lion using llvm and clang from XCode-4.3.3.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
After testing silk using llvm from XCode-4.3.2 and finding it
compiles well, remove the `fails_with :llvm` block.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade Skytools to version 3.0.3.
Change the `satisfied?` section of the Postgresql requirement to
look for `postgres` not `pg_config` because the build fails when
it can't find the former and because the system Postgresql has the
latter binary causing the Requirement to be met while the build
would fail. Tested using llvm and clang from XCode-4.3.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>