Commit graph

11732 commits

Author SHA1 Message Date
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
Adam Vandenberg
4db1a766ad weechat: use new dsl 2012-08-23 15:28:02 -07:00
Adam Vandenberg
2f3388fca9 lolcode: use new dsl 2012-08-23 15:22:07 -07:00
Adam Vandenberg
83d6eb6938 sleuthkit: use new dsl 2012-08-23 15:17:39 -07:00
Adam Vandenberg
26b299d2c3 sshfs: style nits 2012-08-23 15:15:33 -07:00
Adam Vandenberg
a4142d8246 wxmac: use new dsl 2012-08-23 15:14:08 -07:00
Adam Vandenberg
ab278d9c6b zookeeper: use new dsl 2012-08-23 15:11:55 -07:00
samueljohn
487b63de6b libcroco: needs ENV.libxml2 for Xcode-only
Closes Homebrew/homebrew#14207.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23 16:31:18 -05:00
samueljohn
6747292066 libgda: ENV.libxml2 needed if no CLT
Fixes Homebrew/homebrew#14108.
Closes Homebrew/homebrew#14408.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23 16:29:56 -05:00
samueljohn
bafc10c7d1 Xcode-only: Clean up compiler flags. Use CPATH.
- When using CPATH, we only need -isysroot and not the other -I spam.
- LDFLAGS use -isysroot instead of -L
  Turns out that the linker also understands the
  -isysroot flag which behaves more natural (in the
  sense: "like the internal defaults `/usr/lib` etc.)
  than adding `-L$(SDKROOT).
  Especially for duplicates, the linker first searches
  through all `-L` dirs and then looks at the sysroot
  or internal defaults. This is what we want.
- Pkg-config needs CC with CFLAGS passed to configure.

Closes Homebrew/homebrew#14351.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23 16:26:28 -05:00
Gergo Erdosi
769a62b098 Percona Server 5.5.27-28.0
Closes Homebrew/homebrew#14413.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23 16:22:35 -05:00
David M. Carr
98f82098c4 MongoDB devel 2.2.0-rc2
Closes Homebrew/homebrew#14420.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23 16:20:02 -05:00
Jack Nagel
cd76df3b8a valgrind: always remove mmacosx-min-version
Needed on 10.6 and 10.8, so I can only assume it is needed on 10.7 as
well.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23 16:13:41 -05:00
Zeh Rizzatti
676a01e907 valgrind 3.8.0
* changes checksum to sha1
* comments on CFLAGS requirements for 10.8
* add download url for HEAD
* add autotools as dependency for HEAD
* runs autogen for HEAD build
* changes references to MACOS_VERSION to MacOS.version

Closes Homebrew/homebrew#14323.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23 16:00:52 -05:00
Mike McQuaid
6744b4f576 Fix keg-only on pre-Mountain Lion formulae. 2012-08-23 09:49:08 -07:00
Mike McQuaid
4b861e7e51 libtiff: fix typo.
Fixes Homebrew/homebrew#14412, Homebrew/homebrew#14415.
2012-08-23 09:36:31 -07:00
Mike McQuaid
cf58176b34 libtiff: set flag to not depend on X11. 2012-08-23 08:48:11 -07:00
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