Commit graph

11890 commits

Author SHA1 Message Date
Mike McQuaid
a60628d0ee pixman: only keg-only on pre-Mountain Lion. 2012-08-23 08:41:45 -07:00
Mike McQuaid
ea62c7c23a libpng: only keg-only on pre-Mountain Lion. 2012-08-23 08:41:33 -07:00
Mike McQuaid
fb765fc224 freetype: only keg-only on pre-Mountain Lion. 2012-08-23 08:41:30 -07:00
Mike McQuaid
bb712aa646 fontconfig: only keg-only on pre-Mountain Lion. 2012-08-23 08:40:56 -07:00
Mike McQuaid
a5a816dc32 cairo: only keg-only on pre-Mountain Lion. 2012-08-23 08:40:41 -07:00
Mike McQuaid
fb9ed8a63a graphviz: set flag to not depend on X11. 2012-08-23 08:36:48 -07:00
samueljohn
837203a691 cdo: option not options
Closes Homebrew/homebrew#14410.

Signed-off-by: Max Howell <mxcl@me.com>
2012-08-23 09:03:18 -04:00
Jack Nagel
65b0ad839f blitz: fix typo
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23 01:19:21 -05:00
Mike McQuaid
8de62fd2f7 pango: remove X flag. 2012-08-22 23:16:49 -07:00
Mike McQuaid
2eb3680e18 pango: don't depend on x11 unnecessarily. 2012-08-22 22:58:12 -07:00
Mike McQuaid
be0d059818 libtiff: don't depend on x11 unnecessarily. 2012-08-22 22:58:12 -07:00
Mike McQuaid
d5b0d34a50 libid3tag: use sha1 rather than md5. 2012-08-22 22:58:12 -07:00
Mike McQuaid
f629464b02 libdvdread: depend on libdvdcss unconditionally. 2012-08-22 22:58:11 -07:00
Mike McQuaid
c54f1b21e6 libdvdcss: use sha1 rather than md5. 2012-08-22 22:58:11 -07:00
Mike McQuaid
65594fba26 id3lib: use sha1 rather than md5. 2012-08-22 22:58:11 -07:00
Mike McQuaid
b2342d23b6 gdk-pixbuf: don't depend on x11 unnecessarily. 2012-08-22 22:58:11 -07:00
Mike McQuaid
4ea88500fc emboss: don't depend on x11 unnecessarily. 2012-08-22 22:58:11 -07:00
Mike McQuaid
5c94d214fe dzen2: use sha1 rather than md5. 2012-08-22 22:58:11 -07:00
Mike McQuaid
941f420d77 dvdauthor: don't depend on x11 unnecessarily. 2012-08-22 22:58:11 -07:00
Mike McQuaid
719a9c3cb4 devil: don't depend on x11 unnecessarily. 2012-08-22 22:58:11 -07:00
Mike McQuaid
3957a161a0 dcmtk: don't depend on x11 unnecessarily. 2012-08-22 22:58:11 -07:00
Mike McQuaid
c8517b39ec cogl: don't depend on x11 unnecessarily. 2012-08-22 22:58:11 -07:00
Mike McQuaid
3dddfa7ec2 clutter: don't depend on x11 unnecessarily. 2012-08-22 22:58:10 -07:00
Adam Vandenberg
31276a5c6c sbcl: use new dsl 2012-08-22 21:43:33 -07:00
Adam Vandenberg
ed19b270a9 salt: use new dsl 2012-08-22 21:41:04 -07:00
Adam Vandenberg
b5821384dc cmus: use new dsl 2012-08-22 21:39:27 -07:00
Adam Vandenberg
3e4d228ab4 cfitsio: use new dsl 2012-08-22 21:37:04 -07:00
Adam Vandenberg
790c5dd817 cdo: use new dsl 2012-08-22 21:36:27 -07:00
Adam Vandenberg
3d5d5dff25 boost-build: use new dsl 2012-08-22 21:35:07 -07:00
Adam Vandenberg
742ab76b60 boost: use new dsl 2012-08-22 21:34:11 -07:00
Adam Vandenberg
a579c53e07 blitz: use new dsl 2012-08-22 21:33:24 -07:00
Adam Vandenberg
d611826e70 abiword: use new dsl 2012-08-22 21:32:07 -07:00
Adam Vandenberg
85c630effc sip: use new dsl 2012-08-22 21:29:50 -07:00
Adam Vandenberg
3b7f6c0a6a surfraw: use new dsl 2012-08-22 21:29:16 -07:00
Adam Vandenberg
2d4d780670 two-lame: use new dsl 2012-08-22 21:28:37 -07:00
Adam Vandenberg
c8a34157e9 thrift: use new dsl 2012-08-22 21:23:14 -07:00
Adam Vandenberg
66f172b8f2 torsocks: use new dsl 2012-08-22 21:15:11 -07:00
Adam Vandenberg
e8a833ad88 tmux: use new dsl 2012-08-22 21:14:18 -07:00
Adam Vandenberg
b33b46b79c winetricks: don't need to guard checksum 2012-08-22 21:11:32 -07:00
Adam Vandenberg
edc7780e86 v8cgi: use new dsl 2012-08-22 21:08:16 -07:00
Adam Vandenberg
2fb16c1d51 libvorbis: use new dsl 2012-08-22 21:04:16 -07:00
Adam Vandenberg
5d494ae1ac vrpn: use new dsl 2012-08-22 21:02:35 -07:00
Adam Vandenberg
d7dfe2b537 znc: new dsl 2012-08-22 21:00:14 -07:00
nibbles 2bits
43e306f612 zeromq: fix errors, use external libpgm, add devel
zeromq gets a makeover to fix build errors and to offer the devel
version. This has been tested with clang and llvm from XCode-4.4.1.

* Add a devel block
* Add a dep on libpgm, a new formula. The internal libpgm is b0rked
* Add a `do_config` function that gets run for devel or head builds.
* Add ENV.universal_binary for devel and head, it works.
* Add conditionals so that the manual lipo to UB is only for stable

Fixes Homebrew/homebrew#14210

Closes Homebrew/homebrew#14292.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 20:56:56 -07:00
nibbles 2bits
a928797043 New formula: libpgm
Libpgm is from OpenPGM, An implementation of the PGM reliable
multicast protocol.  It's a dep for zeromq that fixes zeromq
so that it compiles on ML.  Tested with clang and llvm from
XCode-4.4.1.

Fixes Homebrew/homebrew#14210

Closes Homebrew/homebrew#14290.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 20:56:42 -07:00
tamird
f68febbef4 go: install bash completion
Closes Homebrew/homebrew#14287.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 20:56:01 -07:00
Adam Vandenberg
a427b6391e freetype: --universal
Fixes Homebrew/homebrew#14307.
2012-08-22 20:53:49 -07:00
Adam Vandenberg
98c806cd88 freetype: remove unused args 2012-08-22 20:45:04 -07:00
Piya Pakdeechaturun
ca1fb9967d node 0.8.8
Closes Homebrew/homebrew#14394.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 20:31:58 -07:00
Misty De Meo
5beac34bd0 vgmstream r982 2012-08-22 18:37:30 -05:00