Mldonkey-3.1.2 has compile errors due to their changes in arguments
to the cpp command and because Apple sed and gnu-sed do not have
a `-o` option. The formula also has a failing inreplace.
Fix the failing inreplace by changing `-O6` to `-O3`.
Add a patch that uses the suggested change to `$(CPP)` from the
report on their website (url is in the formula comments).
Add a patch that changes `sed -o` to `sed >`.
Note in the comments the bug reports and how the patches are
not upstream as of 13 JUN 2012. According to the Homebrew issue
listed below, the user reports these patches work well.
FixesHomebrew/homebrew#12774ClosesHomebrew/homebrew#12825.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade konoha to version 1.0.0-952.
Adapt the formula to the major changes that happened including:
* Add deps on cmake, pcre, json-c, open-mpi, and sqlite
* Use new homepage that is listed on the old homepage.
* Use the googlecode download site.
Tested on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12839.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade kelbt to the final release of this software.
The developer is starting a new project called colm.
See the homepage for more details.
Add a `fails_with :clang` block due to undeclared identifiers.
Not going to bother reporting it. Works well with llvm on Lion
from XCode-4.3.3.
ClosesHomebrew/homebrew#12838.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgreade Jemalloc to version 3.0.0.
Compiles on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12837.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade Jansson to version 2.3.1.
Tested both universal on native on Lion with clang and llvm from
XCode-4.3.3.
ClosesHomebrew/homebrew#12836.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade jags to version 3.2.0.
Remove the `chmod` command because the binary is already 755.
Tested on Lion with clang and llvm from XCode-4.3.3.
ClosesHomebrew/homebrew#12835.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade mkvalidator to version 0.4.0.
Recreate the patch for the updated file, and don't modify the
`-mmacosx-version-min=10.6`. There was no reason to affect
the weak linking.
Tested on Lion using clang and llvm-gcc from XCode-4.3.3.
ClosesHomebrew/homebrew#12834.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade libvorbis to version 1.3.3.
Add the build time dep on `xz` because that's the only tarball.
Remove the unrecognized `--disable-debug` flag.
Tested on Lion with clang and llvm-gcc from XCode-4.3.3.
ClosesHomebrew/homebrew#12833.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade opencore-amr to version 0.1.3.
Tested on Lion with clang and llvm-gcc from XCode-4.3.3.
ClosesHomebrew/homebrew#12831.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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>