aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libffi.rb
AgeCommit message (Collapse)Author
2013-04-19libffi formula needs to be deparallelizedKendall Park
Closes #19267. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-23libffi 3.0.13Jack Nagel
2013-03-13libffi: simplify test executionJack Nagel
2013-03-12libffi: add testAdam Vandenberg
2013-03-08libffi: note why we revertedMisty De Meo
2013-03-08Revert "libffi 3.0.12"Adam Vandenberg
This reverts commit 2efe718a3b4b5e124004fdbb68cc13da5c8de41c.
2013-03-04libffi 3.0.12Stefan
Closes #18226. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-13libffi 3.0.11nibbles 2bits
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>
2012-01-22Normalize MacPorts patch URLsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-08libffi 3.0.10Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-19mirror support: Mirrors for kernel.org softwareCharlie Sharpsteen
- 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.
2011-03-22libffi: add keg-only reasonAdam Vandenberg
2011-03-15Document keg-only system duplicates.Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-16libffi: version 3.0.9 and other updates.Tianyi Cui
1. switch to a more stable mirror. 2. the patches are not needed any more. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-20universal libffi to work on 10.6 with ffi rubygemStephen Bannasch
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>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
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.
2009-09-29Update homepage for libffi.Adam Vandenberg
2009-09-16Default to patch level 1Max Howell
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.
2009-09-16Libffi formulaPaul J. Davis
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.