| Age | Commit message (Collapse) | Author |
|
Closes #14653.
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
libplist-1.8 has a broken inreplace that is supposed to disable swig
python bindings. Fix that and inline the patch to prevent future
inreplace failures. Also disables Cython python bindings until there is
a homebrew formula for Cython. Tested on Lion with Homebrew
python-2.7.2.
Closes #10436.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Parallel build fails on an 8 core Mac.
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Bump libplist to 1.4 to fix some major bugs.
Also update the project to its new homepage.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Correct install name of dynamic libraries
using CMAKE_INSTALL_NAME_DIR cmake variable
Signed-off-by: David Höppner <0xffea@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
|
|
|
|
A library to handle Apple Property List formats.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|