Commit Graph

7 Commits (a356c27ece1216495c04e27fdce898ad4086e071)

Author SHA1 Message Date
Tianyi Cui 444588a39c libffi: version 3.0.9 and other updates.
1. switch to a more stable mirror.
2. the patches are not needed any more.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-16 19:38:51 -07:00
Stephen Bannasch bb91fc03c5 universal libffi to work on 10.6 with ffi rubygem
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-20 13:01:47 -07:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* 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
2010-08-07 18:08:53 -07:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
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-10-15 16:48:03 +01:00
Adam Vandenberg d9ff0da134 Update homepage for libffi. 2009-09-29 23:32:56 +01:00
Max Howell 3b4dac6ddd Default to patch level 1
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-16 17:08:32 +01:00
Paul J. Davis 4bf87bd94a Libffi formula
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.
2009-09-16 14:49:07 +01:00