This causes configure to pick the wrong libpixman on at least 10.6, and
issues with SVG on at least 10.7. So remove it, and we'll try to fix any
remaining issues with a different approach, e.g. special ENV vars for
freetype.
cf Homebrew/homebrew#11036, Homebrew/homebrew#11042, Homebrew/homebrew#11049.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade jhead to version 2.95. Install jhead.1 and usage.html.
Remove `chmod +x jhead`. It brews as a 555.
ClosesHomebrew/homebrew#11076.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade to clhep 2.1.2.2. Fixes compile error with clang.
Builds in parallel. Remove ENV.j1. Passes `make test` on Lion
and Snow Leopard with five compilers from Xcode-4.3.1 and 4.0.2.
ClosesHomebrew/homebrew#11080.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
The XPA messaging system provides seamless
communication between many kinds of Unix
programs, including X programs and Tcl/Tk programs.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- This adds a formula for libqalculate 0.9.7 to homebrew. It builds on my
system, but I'm not sure if I've set up some kegs which may be used.
- Also includes minor patch to two files (in formula) for ignoring malloc.h
on apple platform. It's fixed upstream, but not in a release just the
sourceforge git repo.
ClosesHomebrew/homebrew#9533.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
In multi-user systems for certain, and possibly in other situations
(possibly related to installing with `$ sudo brew install nethack`),
nethack permissions were set incorrectly. Nethack wants to be able to
create save files in $NETHACKDIR/libexec/save, but the folder lacked
group permissions to allow this.
Additionally, it needs to be able to write the lock (perm) file, but
didn't have permission to do this either.
ClosesHomebrew/homebrew#8765.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Wdfs is a webdav filesystem that makes it possible to mount a webdav
share under linux, freebsd and apple mac os x. Wdfs has some special
features for accessing subversion repositories via webdav. It's based
on fuse and neon.
ClosesHomebrew/homebrew#8731.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>