Commit Graph

8 Commits (adec1eeee6d7d464df230a09d5702e6eab4f75ae)

Author SHA1 Message Date
Michael Lapinsky 5a6f92a06c Updated formulas with fails_with_llvm
* cdargs
    * pcre

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-18 17:14:07 -07:00
David Höppner 8b874f83f7 pcre: update version 8.10 2010-08-02 13:59:26 +02:00
Adam Vandenberg a32da79716 pcre - remove unused configure switch 2010-06-25 10:06:19 -07:00
David Höppner 343beacf8b pcre: version update to 8.02 2010-03-31 20:54:40 +02:00
David Höppner 7c71dc7364 pcre: version update from 7.9 to 8.01, add unicode support and lib{z,bz2} 2010-02-05 00:07:44 +01: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
Max Howell fcfd480167 Don't use quotes with the comma separated version of system()
As you don't escape to that version.
2009-09-25 01:24:05 +01:00
Adam Vandenberg 815fb809e3 PCRE Formula
The PCRE library is a set of functions that implement regular expression
pattern matching using the same syntax and semantics as Perl 5. PCRE has its
own native API, as well as a set of wrapper functions that correspond to the
POSIX regular expression API. The PCRE library is free, even for building
commercial software.
2009-08-31 18:09:01 +01:00