aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libevent.rb
AgeCommit message (Collapse)Author
2013-10-26Properly mark conflicts between open-mpi, libevent, lcdf-typetools.Xiyue Deng
Closes #22376. Closes #23621.
2013-09-21libevent: use spec depsJack Nagel
2013-02-21libev: remove libevent compatibility header fileJack Nagel
This file conflicts with the actual libevent; if someone actually needs this it can be reinstated as an optional install. Closes #17921.
2013-02-11libev and libevent conflictJack Nagel
2012-12-15libevent 2.0.21Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-05libevent 2.0.20nibbles 2bits
- Upgrade to 2.0.20 - Add `--disable-dependency-tracking` - Add `--disable-debug-mode` - It passes `make check` Closes #14737. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13libevent: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-10Use autotools symbolsAdam Vandenberg
2012-06-29libevent: add --universal optionGasol Wu
Closes #13032. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-30libevent 2.0.19Godfrey van der Linden
Add --enable-manpages option. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-16libevent 2.0.18Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28Fix typo in libevent formulaMax Howell
2012-02-28These now depend on automake for Xcode >= 4.3Max Howell
Fixes #10559. Also added missing deps for osm2pgsql. Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
2012-02-17libevent 2.0.17Matt Blair
Closes #10265. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-27libevent 2.0.16Colin Hebert
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03libevent 2.0.14Adam Vandenberg
2011-06-18libevent 2.0.12Kashif Rasul
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-09libevent 2.0.11Kashif Rasul
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-01-20Update libevent to v2.0 (Backwards compatible)Gray Manley
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-09Update libevent URL to Sourceforge for reliabilityMike McQuaid
Closes #3846.
2010-09-27libevent - fails with llvmAdam Vandenberg
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
2010-07-16Add ARGV.build_head? and use it.Adam Vandenberg
This allows both "--HEAD" and "-H" to be used consistently, which was the intention in the first place.
2010-07-04Libevent 1.4.14bAdam Vandenberg
2010-03-16libevent: allow building from git headDavid Höppner
2009-12-12libevent 1.4.13; fix Mac Pro compilationAdam Vandenberg
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-08-30Formula for memcachedJoshua Peek