Commit graph

11601 commits

Author SHA1 Message Date
Mike McQuaid
e6da8aa403 clusterit: use sha1 hash. 2012-08-11 13:54:13 +01:00
Mike McQuaid
556606ad6e cairomm: doesn't need to depend on X11. 2012-08-11 13:53:01 +01:00
Mike McQuaid
2154d64930 llvm: remove unnecessary option functions. 2012-08-11 10:42:42 +01:00
Robert Lenhardt
f4c4d88654 llvm: update to 3.1 and cleanup options
- remove --jit, enabled by default
- call only make install
- directory with python bindings is copied to share folder
- remove --analyzer option, scan-build and scan-view are copied to
  share/clang/tools folder instead of installing in bin
- remove old patch to Makefile

Closes Homebrew/homebrew#13895.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-08-11 10:42:20 +01:00
Simon Sigurdhsson
d0d976769b enscript 1.6.5.2 GNU Enscript as per mxcl/homebrew#13668.
Closes Homebrew/homebrew#13989.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-08-11 09:49:00 +01:00
Jonathan Schleifer
2b2a9917d7 ht: Add --disable-x11-textmode.
This seems pretty useless on OS X and prevents X11 form being uselessly
started when using ht.

Closes Homebrew/homebrew#13347.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-10 15:44:06 -07:00
Adam Vandenberg
06a0b767ad mtr: Make GTK+ opt-in.
This is what MacPorts does.
2012-08-10 15:36:53 -07:00
Kane Dou
26c4451365 fcgiwrap 1.0.3
Closes Homebrew/homebrew#11897.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-10 15:32:46 -07:00
Adam Vandenberg
c758df33ee fcgi: style nits 2012-08-10 15:32:22 -07:00
Lance Hepler
6111c486e0 ttfautohint 0.92
Closes Homebrew/homebrew#11792.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-10 15:28:06 -07:00
Berk D. Demir
e1c308f605 tarsnap 1.0.33
Closes Homebrew/homebrew#14117.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-10 14:24:32 -07:00
Julius Francisco
bf2258f67a freeswitch 1.2.0
Closes Homebrew/homebrew#14116.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-10 13:52:38 -07:00
Adam Vandenberg
3db494a028 Revert "libxml2: Fix Python bindings for Xcode-only"
This reverts commit 202119e0e3ee20c72940be5ff38bc36d3e331d41.
2012-08-10 12:04:01 -07:00
Adam Vandenberg
e7fd88d61b authexec: style nits 2012-08-10 11:35:50 -07:00
samueljohn
782f530b1d libxml2: Fix Python bindings for Xcode-only
- Since libxml2 is a dupe, we have to assure to link against it and not system's python.
- Unless the CLT are present, apply a patch for the linking step.
- Help libxml2/python/setup.py to find libiconv headers.

Closes Homebrew/homebrew#13511.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-10 10:28:28 -07:00
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