Commit graph

11357 commits

Author SHA1 Message Date
Sébastien Gross
1c4f04e85e contacts 1.1a-3
Update to support UTF8 strings.

Closes Homebrew/homebrew#14013.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-10 10:25:48 -07:00
Chris Beer
6705320efa New formula: remctl
Closes Homebrew/homebrew#14112.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-08-10 11:52:10 -05:00
Owen Smith
1c638cf2d1 sphinx: Add option for 64-bit document ID support
Closes Homebrew/homebrew#14024.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-10 09:46:39 -07:00
Adam Vandenberg
5488528a72 libnet: fix raw sockets
Closes Homebrew/homebrew#12062.
2012-08-10 09:28:22 -07:00
Adam Vandenberg
dc9a6ae064 ossp-uuid: use options dsl 2012-08-10 09:04:59 -07:00
John Benediktsson
3f9b82f60a ossp-uuid: adding --universal support.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-10 09:03:35 -07:00
Lin Jen-Shin
6726276695 ALURE 1.2
ALURE is a utility library to help manage common tasks with OpenAL

Closes Homebrew/homebrew#6368.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-10 07:43:24 -07:00
Patrick McLaughlin
4731677d2f tiger-vnc: fix Mountain Lion build
Port patch from fltk to tiger-vnc's internal fltk.

Closes Homebrew/homebrew#14070.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-10 07:32:51 -07:00
bellbind
7c4507b285 sbcl 1.0.58
Closes Homebrew/homebrew#14104.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-10 07:30:33 -07:00
Will Ross
76937e104c Jenkins 1.477
Closes Homebrew/homebrew#14107.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-10 07:27:12 -07:00
Max Howell
d46bd0e34e SDL works with NASM on 10.8
Probably not an all inclusive set of `unless`s but hard to test. Works good for me.
2012-08-10 08:51:02 -04:00
Mat Gadd
082af60c40 tinyproxy: optional support reverse proxying
Closes Homebrew/homebrew#13800.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-09 22:45:21 -07:00
nibbles 2bits
dc06adce7e discount 2.1.5a
Upgrade discount to the latest stable.  This includes bug fixes
for clang. So remove the patch. Tested with clang and llvm from
XCode-4.4.1.

Fixes Homebrew/homebrew#14011

Closes Homebrew/homebrew#14100.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-09 22:34:34 -07:00
Sebastian Krysmanski
36ab794bb7 sip: add sipdir
The sip path option was missing from the sip keg. This broke py2app.

Closes Homebrew/homebrew#12388.
2012-08-09 22:33:24 -07:00
Jack Nagel
2190e94107 s-lang: don't use X11 paths if X11 isn't installed
Fixes Homebrew/homebrew#14083.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-10 00:32:10 -05:00
Adam Vandenberg
a1946672ad Remove curlpp.
Closes Homebrew/homebrew#12757.
2012-08-09 22:29:31 -07:00
Adam Vandenberg
6a3dc927ac Remove gccxml.
It has no stable download.

Closes Homebrew/homebrew#12764.
Closes Homebrew/homebrew#11043.
2012-08-09 22:26:39 -07:00
Alexander Surma
7a5b49337a wrk-trello 1.0.1
Closes Homebrew/homebrew#13223.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-09 22:22:37 -07:00
Adam Vandenberg
aaf23e0a21 SDL_net: use options dsl 2012-08-09 22:18:01 -07:00
Adam Vandenberg
1d922473c0 SDL_ttf: use options dsl 2012-08-09 22:17:37 -07:00
Adam Vandenberg
56d6362c31 serf: use options dsl 2012-08-09 22:17:14 -07:00
Adam Vandenberg
76964826d5 snappy: use options dsl 2012-08-09 22:16:46 -07:00
Adam Vandenberg
8c767af0f4 libtiff: use options dsl 2012-08-09 22:16:18 -07:00
Adam Vandenberg
6396b4f7c7 libqglviewer: use options dsl 2012-08-09 22:15:51 -07:00
Adam Vandenberg
f51d4c8829 libmpdclient: use options dsl 2012-08-09 22:14:51 -07:00
Adam Vandenberg
27fc3a031e libmpd: use options dsl 2012-08-09 22:14:18 -07:00
Adam Vandenberg
970f447091 libidl: use options dsl 2012-08-09 22:13:32 -07:00
Adam Vandenberg
d75c580f50 lame: use options dsl 2012-08-09 22:12:57 -07:00
Adam Vandenberg
b64582f818 jasper: use options dsl 2012-08-09 22:12:30 -07:00
Adam Vandenberg
2e54eac22a jansson: use options dsl 2012-08-09 22:11:54 -07:00
Adam Vandenberg
cdbf6558ea igraph: use options dsl 2012-08-09 22:11:29 -07:00
Adam Vandenberg
f31a7664fb icu4c: use options dsl 2012-08-09 22:10:50 -07:00
Adam Vandenberg
b22f5b403f Remove GoogleTest.
Google Test 1.6 explictly removes support for "make install".

It is recommended that projects compile this software explicitly as
part of their own build process, with appropriate options.

Closes Homebrew/homebrew#14099.
2012-08-09 22:09:29 -07:00
Adam Vandenberg
4fcd5679df graphviz: partially use options dsl 2012-08-09 22:09:29 -07:00
Jack Nagel
f10f5a24f0 bsdmake: ensure @PREFIX@ is always replaced with a path
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-10 00:03:21 -05:00
Adam Vandenberg
11587636ca glib: use options dsl 2012-08-09 22:00:54 -07:00
Adam Vandenberg
311c9cbd5e gettext: use options dsl 2012-08-09 22:00:54 -07:00
Adam Vandenberg
dbbd9755cb gdk-pixbuf: use options dsl 2012-08-09 22:00:53 -07:00
Adam Vandenberg
a4be1e275f gsl: use options dsl 2012-08-09 21:55:01 -07:00
Adam Vandenberg
ea954d8043 gobject-introspection: use options dsl 2012-08-09 21:53:39 -07:00
limed
d4f8fa3fe2 mutt: fix patches
Closes Homebrew/homebrew#13488.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-09 21:52:52 -07:00
Adam Vandenberg
c11199e604 gegl: use options dsl 2012-08-09 21:51:17 -07:00
Adam Vandenberg
6041c008ba udis86: use options dsl 2012-08-09 21:49:40 -07:00
Adam Vandenberg
87b2bdfc25 swig: use options dsl 2012-08-09 21:48:41 -07:00
Adam Vandenberg
10805aca77 geoip: use options dsl 2012-08-09 21:47:59 -07:00
Adam Vandenberg
6beacf37e1 cairo: use options dsl 2012-08-09 21:47:23 -07:00
Adam Vandenberg
86c8e90d4a xapian: use options dsl 2012-08-09 21:45:04 -07:00
Adam Vandenberg
d644b2a064 xplanet: use options dsl 2012-08-09 21:40:59 -07:00
Adam Vandenberg
8314cd7a01 xz: use options dsl 2012-08-09 21:39:45 -07:00
Adam Vandenberg
8b7e2d5cea yasm: use options dsl 2012-08-09 21:39:20 -07:00