Adam Vandenberg
823d389c9c
robodoc: use new dsl
2012-08-25 23:33:56 -07:00
Adam Vandenberg
89c421e997
reattach-to-user-namespace: use new dsl
2012-08-25 23:33:26 -07:00
Adam Vandenberg
215b47ef7e
monetdb: use new dsl
2012-08-25 23:31:24 -07:00
Adam Vandenberg
5c18d3cb81
chromaprint: use new dsl
2012-08-25 23:30:52 -07:00
Adam Vandenberg
0c5c0b1e13
cgal: use new dsl
2012-08-25 23:29:51 -07:00
Adam Vandenberg
dbbd22f4ff
exim: use new dsl
2012-08-25 23:29:12 -07:00
Adam Vandenberg
068df319b7
sqsh: clean up
2012-08-25 23:18:01 -07:00
Adam Vandenberg
eddf76d670
mdxmini: use new dsl
2012-08-25 23:08:00 -07:00
Anil Madhavapeddy
4af1833099
ocaml: add upstream fix for misaligned stacks that cause crashes on Mountain Lion
...
Closes Homebrew/homebrew#13913 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-25 19:16:10 -07:00
Alex Morega
af3dee7a1f
bup 0.25-rc1
...
Closes Homebrew/homebrew#10208 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-25 15:28:07 -07:00
Mike McQuaid
cdc52dc1d5
pkg-config: add bottles.
2012-08-25 13:18:16 -07:00
Jack Nagel
e6332828f3
pkg-config 0.27.1
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-25 14:54:22 -05:00
Adam Vandenberg
4904132be4
mldonkey 3.1.3
2012-08-25 11:22:06 -07:00
Adam Vandenberg
3e43e687a4
nauty: use new dsl
2012-08-25 10:29:27 -07:00
Adam Vandenberg
0e5ae1ef97
spidermonkey: no need to protect checksum
2012-08-25 10:29:27 -07:00
Adam Vandenberg
5b14f17401
socat: use new dsl
2012-08-25 10:29:27 -07:00
Adam Vandenberg
154b41ed3b
subversion: use new dsl
2012-08-25 10:29:27 -07:00
Adam Vandenberg
4bbed8cee0
swi-prolog: use new dsl
2012-08-25 10:29:27 -07:00
Adam Vandenberg
9a107068ae
symphony: use new dsl
2012-08-25 10:29:26 -07:00
Adam Vandenberg
89a007d4a9
teem: use new dsl
2012-08-25 10:29:26 -07:00
Mike McQuaid
ca5396932c
erlang: fix version detection and bottles.
2012-08-25 10:21:48 -07:00
Adam Vandenberg
425e30ad6c
tesseract: use new dsl
2012-08-25 09:47:30 -07:00
Adam Vandenberg
a02cdcd3f4
tokyo-tyrant: use new dsl
2012-08-25 09:46:26 -07:00
Adam Vandenberg
8222082715
trafficserver: use new dsl
2012-08-25 09:45:11 -07:00
Adam Vandenberg
e9736eb6fd
udunits: use new dsl
2012-08-25 09:44:44 -07:00
Adam Vandenberg
2393b40f70
vimpc: use new dsl
2012-08-25 09:43:50 -07:00
Adam Vandenberg
7cc3ad7230
vrpn: use new dsl
2012-08-25 09:41:33 -07:00
Edward Barnard
b9d0db5d4a
Fixed: libgphoto2 requires libltdl from libtool
...
Added libtool as a dependency for libgphoto2.
When building libgphoto2's configure script reported that it could not
link against libltdl which is included in libtool.
Closes Homebrew/homebrew#14450 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-25 09:40:13 -07:00
Adam Vandenberg
fcec9bd9c6
vsftpd: use new dsl
2012-08-25 09:39:16 -07:00
Adam Vandenberg
0260558b82
zeromq: fix build.include? usage
2012-08-25 09:37:41 -07:00
Adam Vandenberg
3be7999041
vtk: use new dsl
2012-08-25 09:37:41 -07:00
Mike McQuaid
4242df3c34
aview: doesn't depend on X11.
2012-08-25 09:21:10 -07:00
Mike McQuaid
4240c54a53
aalib: doesn't need any dependencies.
2012-08-25 09:21:10 -07:00
nibbles 2bits
3c68ccb258
ctail: fix build on ML due to apr-1-config
...
Ctail and Serf suffer from the ML bug where `apr-1-config --cpp`
returns a non-existent path. Serf is fixed. Add the same changes
to Ctail where `CPP` and `APR_LIBTOOL` get sane values, where
there are new deps on `libtool` and `automake`, and where
XCode-only installs get help finding the apr includes. Also
change from manual compile commands into using their Makefile
because it works correctly and was doing the same thing basically.
By using the `Makefile` we also get all the `apr-1-config --libs`
brought in which may be different for SL vs L vs ML.
cf. Homebrew/homebrew#13891
Fixes Homebrew/homebrew#14313
Closes Homebrew/homebrew#14451 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-25 09:20:13 -07:00
Mike McQuaid
4a391ce89d
synergy: remove as broken; binaries available.
...
Downloads here: http://synergy-foss.org/download/?list
The new betas are stable, maintained and properly packaged.
2012-08-25 09:17:21 -07:00
Mike McQuaid
28284e89cf
dia: remove; good binary package available.
...
Mac OS X binaries here: http://dia-installer.de/download/macosx.html
2012-08-25 09:15:56 -07:00
Mike McQuaid
42b74a2828
cairo: depend on glib unless we don't want X.
2012-08-24 21:30:42 -07:00
Charlie Sharpsteen
42ce54af54
graphviz: Building GraphViz.app is now optional
...
Building GraphViz.app requires a full install of XCode.app so building it
by default breaks the installation for users who only install the Command Line
Tools.
Fixes Homebrew/homebrew#14431 .
2012-08-24 19:38:18 -07:00
Charlie Sharpsteen
90e9a10021
graphviz: Use options DSL
2012-08-24 19:38:04 -07:00
Charlie Sharpsteen
1a42f893ab
XCodeDependency: Things that call xcodebuild
...
Anything that calls `xcodebuild` needs a full install of XCode.app. Two
formulae ommitted from this patch:
- `fuse4x_kext`: Everything that depends on the kernel extension can be
compiled by the CLT. Therefore, this formula is bottled and XCode is only
needed to produce the bottles.
- `graphviz`: XCode is only used to create GraphViz.app which is not used by
any of the things which depend on `graphviz`. Creating the app should be
made into an option.
2012-08-24 19:38:04 -07:00
Michael S. Klishin
8811232ec4
ElasticSearch 0.19.9
...
Closes Homebrew/homebrew#14443 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-24 19:33:02 -07:00
samueljohn
cc88976afd
FontForge: Added reason why it depends_on :xcode
...
Closes Homebrew/homebrew#14437 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-24 10:45:12 -07:00
Dane Springmeyer
433878bf28
mapnik 2.1.0
...
Closes Homebrew/homebrew#14439 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-24 10:44:41 -07:00
Adam Vandenberg
fcc9495726
libpng: --universal
2012-08-24 10:42:48 -07:00
Wei Dai
7e50336e63
Fasd 1.0.1
...
Closes Homebrew/homebrew#14428 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-24 08:02:19 -07:00
Mike McQuaid
5e28f3fe3f
erlang: use SHA1 rather than MD5.
2012-08-23 23:46:23 -07:00
Mike McQuaid
aca04d75b2
erlang: add Mountain Lion bottle.
...
Requested in Homebrew/homebrew#14291 .
2012-08-23 23:44:00 -07:00
Mike McQuaid
19916d42e1
mysql: 5.5.27
2012-08-23 23:32:31 -07:00
Mike McQuaid
cb8ef4960f
ffmpeg: clean up dependencies.
2012-08-23 22:50:43 -07:00
Mike McQuaid
e8ddbaab00
ffmbc: clean up dependencies.
2012-08-23 22:50:27 -07:00