Commit graph

11 commits

Author SHA1 Message Date
Brett Koonce
8ab7695ff6 serf 1.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-25 21:16:59 -07:00
Adam Vandenberg
28eb1a72ec serf: remove unused configure switches 2013-03-20 13:33:58 -07:00
Adam Vandenberg
d816a5ed88 serf: depend on sqlite
apr-util will add a linkage to sqlite, even though serf doesn't use it
(from what I can tell). But when serf is linked with subversion, they
need to reference the same sqlite or bad things happen.

Closes Homebrew/homebrew#17172.
2013-01-22 08:45:01 -08:00
Brett Koonce
8cee1a9d05 serf 1.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-18 17:36:37 -08:00
Max Howell
a2dbc590d1 superenv fix for broken 10.8 apr-1-config
serf requires you to explicitly tell it where to find the supertool because otherwise it has a hardcoded /usr/bin/apr-1-config (:P), ctail however is sensible and searches the PATH so now it's as though we do nothing special in that formula. Nice.
2012-08-31 13:29:45 -04:00
Adam Vandenberg
7ae7dbcfde serf: remove automake dep
Closes Homebrew/homebrew#14473.
2012-08-27 10:51:12 -07:00
Adam Vandenberg
56d6362c31 serf: use options dsl 2012-08-09 22:17:14 -07:00
samueljohn
86b403441a serf: On Xcode-only glibtools needs apr headers
Closes Homebrew/homebrew#13998.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 10:55:33 -07:00
nibbles 2bits
b0044ade54 serf: fix CPP invalid path build error on ML
serf-1.1.1 queries `apr-1-config --cpp` which return a non-existent
path on Mountain Lion.  This causes a build error where `configure`
can't find a working `CPP`.  Add an ENV var to use `#{ENV.cc} -E`

serf then tries to use `/usr/share/apr-1/build-1/libtool` which
also has that non-existent path buried inside it.  Add an ENV var
to specify using HB `glibtool`.

Tested on ML using clang and llvm from XCode-4.4 using the native
and universal options.

Fixes Homebrew/homebrew#13586

Closes Homebrew/homebrew#13891.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-04 09:09:00 -07:00
Constantime Kim
61ebd2f206 serf: universal support
Fixes Homebrew/homebrew#13226.
Closes Homebrew/homebrew#13813.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:54:15 -07:00
Dmitry Wolf
99a5220015 serf 1.1.0
http://code.google.com/p/serf/ is a C-based HTTP client library
It multiplexes connections, running the read/write communication
asynchronously. Memory copies and transformations are kept to a
minimum to provide high performance operation.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11 07:36:29 -07:00