| Age | Commit message (Collapse) | Author |
|
Closes #19267.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
|
|
This reverts commit 2efe718a3b4b5e124004fdbb68cc13da5c8de41c.
|
|
Closes #18226.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Upgrade libffi to version 3.0.11. It passes make check when
built with any compiler from XCode-4.3.2 and 4.0.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
- All Debian software is now mirrored by ftp.us.debian.org.
- LibFFI is mirrored by ftp.sourceware.org.
- All kernel.org software is now mirrored by mirrorservice.org.
Fixes #7478.
|
|
|
|
|
|
|
|
1. switch to a more stable mirror.
2. the patches are not needed any more.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Installing the rubygem ffi in the stock Ruby 1.8.7
on MacOS X 10.6.x fails unless libffi is universal.
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
|
|
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
|
|
|
|
Having gone through our patches it's clear that p1 is more standard.
Also fixed a bug where returning DATA outside of an array would fail to patch.
|
|
libffi - FFI stands for Foreign Function Interface. A foreign function
interface is the popular name for the interface that allows code written
in one language to call code written in another language.
|