Commit graph

11951 commits

Author SHA1 Message Date
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
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
Michael Prins
ee864b3205 rhash 1.2.9
RHash is used to recursively calculate hashes on files, similar to
md5deep, except that it implements a few more specialized hash
algorithms. Key among these are the ones used in many file-sharing
protocols such as DC++, BitTorrent and others.

Closes Homebrew/homebrew#11841.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 15:02:12 -07:00
Mike McQuaid
997c423f27 poppler: depend on :fontconfig rather than :x11 2012-08-22 14:01:21 -07:00
Alex Zinchenko
71249da368 libbluray 0.2.2
Closes Homebrew/homebrew#11598.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 11:28:36 -07:00
Shaun Jackman
43396b090b bamtools 1.0.2
Closes Homebrew/homebrew#12861.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 09:54:00 -07:00
fal4
53573d2c34 io: options for disabling addons
Closes Homebrew/homebrew#14142.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 09:35:42 -07:00
Thomas Dippel
e782ac6e85 postgresql: explicitly initialize with utf8 encoding
If we d not explicitly specify utf8 as the encoding, the server will be
initialized with ASCII encoding for the template1 database, which causes
problems when trying to create new databases with UTF8 encoding.

Closes Homebrew/homebrew#14149.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 09:31:46 -07:00
linuxgeek247
d4f4719de4 snort 2.9.3.1
Closes Homebrew/homebrew#14380.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 09:18:06 -07:00
Adam Vandenberg
03b17093be unp: update downloads
Fixes Homebrew/homebrew#12996.
2012-08-22 09:15:14 -07:00
nibbles 2bits
b3ef32f007 libunique 3.0.2
Upgrade libunique to version 3.0.2.
Add a flag to disable gtk docs.
Change the gtk dep to gtk+3.
Tested with clang and llvm from XCode-4.3.3.

Closes Homebrew/homebrew#13421.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 09:10:11 -07:00
Bo Xiao
a52d256e9a ctemplate 2.2
Closes Homebrew/homebrew#13564.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 09:02:41 -07:00
Gavin M. Roy
50889a205a RabbitMQ 2.8.6
Closes Homebrew/homebrew#14378.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 08:47:04 -07:00
Adam Vandenberg
83d6245f8a mpack: fix compilation with clang
Fixes Homebrew/homebrew#14375
2012-08-22 08:46:34 -07:00
Dave Crossland
d8301ff1d6 FontForge: enable Spiro features
Closes Homebrew/homebrew#14357.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 07:04:29 -07:00
Drarok Ithaqua
53394232ea gearmand 0.36
Closes Homebrew/homebrew#14372.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 06:55:47 -07:00
Max Howell
59a7577cb4 Fix Fontforge regression for Xcode < 4.3 2012-08-22 09:46:47 -04:00
Max Howell
6b01891cf3 Fix lastfmfpclient compilation with clang
NOTE lastfm_fplib is the exact same formula! We need to solve deletion/renames and remove one of them.

Fixes Homebrew/homebrew#13485.
2012-08-22 09:46:39 -04:00
samueljohn
4d1c18decc zint: Remove redundnat flags.
- the std_cmake_args already include the prefix.
- The CMAKE_C_FLAGS are no longer needed for cmake >= 2.8.8
- Update to options DSL.

Closes Homebrew/homebrew#12921.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 06:16:10 -07:00
Maxim Kouprianov
fed45607d2 Vala 0.17.5
Closes Homebrew/homebrew#14364.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 06:13:16 -07:00
Anderson Vaz
83fb9ebfc9 app-engine-java-sdk 1.7.1
Closes Homebrew/homebrew#14358.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 05:58:21 -07:00
Max Howell
0bb28db057 Justniffer fails to build with clang 421
Fixes Homebrew/homebrew#14360.
2012-08-21 22:07:35 -04:00
Max Howell
60b3b4627e Fontforge works with Xcode 4.3+
Shouldn't break for previous versions. We hope.

Fixes #13635. Fixes Homebrew/homebrew#14097.
2012-08-21 20:51:13 -04:00
Kyle Fuller
99981052a3 Google App Engine 1.7.1
Closes Homebrew/homebrew#14355.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-21 15:23:00 -07:00
Adam Vandenberg
e132483b79 OpenCV: style nits 2012-08-21 14:46:32 -07:00
nibbles 2bits
a943c40612 opencv: fix --32-bit option, use HB libraries
opencv has a 32bit option meant to work with HB libraries
like libtiff, jpeg, and jasper when those are universal.
Add CMake flags to stop opencv from trying to build all
those from source.  Instead let if find the HB libraries.
Add CMake flags to stop it building tests.
Add a dep on Eigen, which is used to speed up code.  OpenCV
has it enabled by default.
Add a CMake flag to specify that CUDA is OFF.
Duplicate the 32bit extra_CFLAGS to extra_CXXFLAGS also.
When building 32bit specify `-DCMAKE_OSX_ARCHITECTURES=i386`
per the install docs.
Switch to an OOS build.  Put the source dir last.
Use the new `option` DSL.
Adjust python includes to support XCode-only installs.
Use their new homepage `opencv.org`

Tested with clang and llvm from XCode-4.4.1 against HB python
and system python on Mt. Lion, all options.

Fixes Homebrew/homebrew#14237 Homebrew/homebrew#13603

Closes Homebrew/homebrew#14305.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-21 14:45:36 -07:00
Adam Vandenberg
839c5322bb ImageMagick: make OpenCL optional
Fixes Homebrew/homebrew#13651.
2012-08-21 14:42:17 -07:00
Yehor Lvivski
e9cefdfc88 dart 10994
- Allow 32- or 64-bit SDK installs.

Closes Homebrew/homebrew#14217.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-21 16:11:34 -05:00
Adam Vandenberg
b6993f8160 rrdtool: use option dsl 2012-08-21 14:09:20 -07:00
Jack Nagel
2cbbfee68c libnet: needs automake as well
Closes Homebrew/homebrew#14329.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-21 16:05:54 -05:00
Dave Crossland
7662a6b9af fontforge: update HEAD url
Closes Homebrew/homebrew#14241.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-21 16:03:19 -05:00
Ian Rahimi
b56c17d40b Fixed libdnet failing to build when --with-python is supplied to brew install
Closes Homebrew/homebrew#14352.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-21 13:53:37 -07:00
Brett Koonce
96c69462bf nginx devel 1.3.5
Closes Homebrew/homebrew#14340.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-21 12:32:32 -05:00
Wes Morgan
a34fe145ca New formula: GNU xorriso
Closes Homebrew/homebrew#14349.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-21 12:29:53 -05:00
Kevin Lyda
d9a1225f6b offlineimap: update HEAD url
Closes Homebrew/homebrew#14046.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-21 12:24:52 -05:00
Misty De Meo
3aa19d7175 exiftool 9.00 2012-08-21 11:34:16 -05:00
Max Howell
0b5c73caed Shark fails with clang 2012-08-21 12:09:06 -04:00
Max Howell
12e1dcc8be scantailor *still* fails to build with clang
Lame effort from team Scantailor.
2012-08-21 12:09:06 -04:00
Max Howell
452293a5ef Make lasi build 2012-08-21 12:09:06 -04:00
Max Howell
8e323f158f libechonest conflicts with Doxygen of all things 2012-08-21 12:09:05 -04:00
Max Howell
0ababd323d libmusicbrainz RIP
Deprecated by the people at Musicbrainz in favor of “picard”.
2012-08-21 12:09:05 -04:00
Max Howell
912802f673 Fix Falcon on 10.8
Probably 10.x in fact. Main problem was the internal PCRE didn't build and link errors occurred. Cmake sucks.
2012-08-21 12:09:05 -04:00
Adam Vandenberg
7340ba8cf9 ettercap 0.7.4.1
Also marking as fails with clang.

Fixes Homebrew/homebrew#14347.
2012-08-21 08:50:35 -07:00
Ali Asad Lotia
bb9d6c2ee3 jenkins 1.478
Closes Homebrew/homebrew#14339.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-21 08:29:45 -07:00
nibbles 2bits
ab5448abfe eigen: add :universal option
Add the `option :universal` to eigen. Tested with clang and llvm
from XCode-4.4.1.

Closes Homebrew/homebrew#14304.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-21 07:05:08 -07:00
Jack Nagel
53bc9bb920 git-cola: prepend correct directory to PYTHONPATH
Fixes Homebrew/homebrew#13850.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 22:41:29 -05:00
Alan Boudreault
6089580687 mapserver: add patch for pixmap symbol
Closes Homebrew/homebrew#14234.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 22:39:02 -05:00
Jack Nagel
efa5e88c06 coreutils 8.19
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 22:32:51 -05:00
John Kurkowski
64f47b8f56 sbt 0.12.0
Closes Homebrew/homebrew#14317.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 22:27:05 -05:00
David M. Carr
cc060d3901 mongodb devel 2.2.0-rc1
Closes Homebrew/homebrew#14190.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 22:20:18 -05:00
Steffen Hausmann
5008622daf MonetDB 11.11.5
Disable support for the jaql query language, which is beta-quality and
fails to build.

Closes Homebrew/homebrew#14239.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:58:35 -05:00
René Moser
36dbfad790 git-ftp 0.8.1
Closes Homebrew/homebrew#14297.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:43:03 -05:00
Jack Nagel
20c8fe37fe pcb: update homepage and head URL
Fixes Homebrew/homebrew#14300.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:41:11 -05:00
Alexander Færøy
d3a4ed7aa5 storm 0.8.0
Closes Homebrew/homebrew#14286.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:37:58 -05:00
David Aguilar
4a57cb4740 git-cola 1.8.0
Signed-off-by: David Aguilar <davvid@gmail.com>

Closes Homebrew/homebrew#14303.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:24:45 -05:00
Mark Shropshire
bfc2a03e5e drush 5.7
Closes Homebrew/homebrew#14301.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:23:34 -05:00
jbastos
a0c3827213 sphinx 2.0.5
Closes Homebrew/homebrew#14310.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:20:43 -05:00
Daniel Arnfield
e75183b9e6 git: install git-prompt completion script
Closes Homebrew/homebrew#14312.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:12:32 -05:00
Jack Nagel
f305529b66 postgresql: don't call uuid-config if building without ossp-uuid
Fixes Homebrew/homebrew#14314.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:07:19 -05:00
Jack Nagel
d0b32ba6c5 python3: optional deps are really recommended
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 17:02:09 -05:00
Jack Nagel
74e1d85650 python: optional deps are really recommended
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 17:01:54 -05:00
Jack Nagel
d973dccbe6 python/python3: don't duplicate TkCheck requirement
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 17:00:34 -05:00
Jack Nagel
2d7530697f bash-completion: cleanup
- Remove HEAD build; HEAD is incompatible with the bash that OS X
   ships. Add a comment suggesting users check out homebrew-versions for
   a bash-completion 2.0 formula.
 - Automatically symlink Homebrew's completion script into the
   bash_completion.d directory.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 14:09:16 -05:00
Jack Nagel
d44de4f317 git 1.7.12
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-19 21:09:38 -05:00
Jack Nagel
c1901d3742 vcodex: don't re-require download_strategy
This is already available via formula.rb.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-19 20:03:58 -05:00
Domingo Suarez Torres
3359d66f10 Griffon 1.0.2
Closes Homebrew/homebrew#14282.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-19 17:58:30 -07:00
Domingo Suarez Torres
66a45a94c0 Akka 2.0.3
Closes Homebrew/homebrew#14283.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-19 17:57:40 -07:00
nibbles 2bits
3e3ea714ff getxbook 1.0
Upgrade getxbook to version 1.0.  Tested with XCode-4.4.1.

Closes Homebrew/homebrew#14298.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-19 17:57:40 -07:00
Jack Nagel
9e11ca5361 coreutils: simplify mapping commands into gnubin
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-19 19:48:13 -05:00
Jack Nagel
b024743b6f clozure-cl: use Pathname#find instead of loading Find
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-19 19:26:09 -05:00
Jack Nagel
ae3c76a4e0 scalate: use Pathname#find instead of loading Find
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-19 19:25:15 -05:00
Sebastian Sdorra
c2d7352f80 scm-manager 1.19
Closes Homebrew/homebrew#14277.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-19 18:41:31 -05:00
Charlie Sharpsteen
e30d3374de postgresql: Don't depend on ossp-uuid if building without
Fixes Homebrew/homebrew#14296.
2012-08-19 16:34:59 -07:00
Frank Celler
5afe575b9b ArangoDB 1.0.0
Closes Homebrew/homebrew#14261.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-19 18:23:58 -05:00
Shawn Morel
067c5e3296 clojure: Add --devel build
Closes Homebrew/homebrew#14294.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-08-19 16:15:11 -07:00
nibbles 2bits
353b795c5c ossp-uuid: change to a working mirror
ossp-uuid-1.6.2 has a flakey main ftp site, and they are no longer
hosted on the current `mirror` site. Change the mirror to use the
archive at googlecode.

Fixes Homebrew/homebrew#14265

Closes Homebrew/homebrew#14288.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-19 17:52:33 -05:00
samueljohn
7a0646c8e1 python3: ENV.minimal_optimization and cleanup
- Since 3.2.3, the "2to3" script has a version suffix already.
- Added `--without-gcc` to ensure python uses clang.
- Avoid optimization flags that are remembers by python
  (e.g. `python3.2-config --cflags`) and lead to problems
  with certain C-extensions.

Closes Homebrew/homebrew#14198.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 23:02:36 -05:00
samueljohn
909605ebc1 python: ENV.minimal_optimization. Remove 2to3 fix
- Extras now in HOMEBREW_PREFIX/share/python/Extras instead of
  HOMEBREW_PREFIX/share/python2.7/Extras
- Assure no '-march=...' or '-msse4' or similar flags are there
  because `python-config --cflags` reports them later and can
  break certain c-extensions. (happend for SciPy).

Closes Homebrew/homebrew#14199.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:57:00 -05:00
Birger J. Nordølum
2ec9461287 cogl 1.10.4
Closes Homebrew/homebrew#14215.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:41:51 -05:00
Birger J. Nordølum
835bcf1e7d clutter 1.10.8
Closes Homebrew/homebrew#14215.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:41:46 -05:00
imccoy
f20d04a33a urweb 20120807
Closes Homebrew/homebrew#14212.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:36:32 -05:00
Birger J. Nordølum
6f661f24e6 gdk-pixbuf 2.26.2
Closes Homebrew/homebrew#14214.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:35:16 -05:00
Birger J. Nordølum
84c4c4c9c5 coreutils 8.18
Closes Homebrew/homebrew#14213.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:32:40 -05:00
samueljohn
0129d02908 avro-c 1.7.1
Fixes Homebrew/homebrew#14196.
Closes Homebrew/homebrew#14205.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:31:51 -05:00
Jon Thacker
ac09a67727 scons 2.2.0
Closes Homebrew/homebrew#14238.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:17:21 -05:00
Charlie Sharpsteen
aa454ca0cd imagemagick: Install C++ interface by default.
Reasons:

  - It only adds 10 seconds to a deparallelized make job.
  - We do it for GraphicsMagick

A new option, `--without-magick-plus-plus` has been added for those who wish to
leave the C++ interface out.

Fixes Homebrew/homebrew#13559.
2012-08-18 17:41:16 -07:00
Iuri Diniz
6ea6427dad qscintilla2: Fix source code directory name
The directory was renamed from `Qt4` to `Qt4Qt5`.

Closes Homebrew/homebrew#14264.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-08-18 17:39:22 -07:00
Charlie Sharpsteen
93078bc9ee Ghostscript: Update to 9.06 2012-08-18 17:23:34 -07:00
Charlie Sharpsteen
1d69c6830c libwps: Update to 0.2.7 2012-08-18 16:06:57 -07:00
Charlie Sharpsteen
50fabcfbc8 netcdf: Update to 4.2.1.1
Also, use the new options DSL.
2012-08-18 15:08:19 -07:00
Fayland Lam
38f38090cb tor 0.2.2.38
Closes Homebrew/homebrew#14273.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:43:17 -05:00
Michael Vincent
0896eec88b kdiff3 0.9.97
Closes Homebrew/homebrew#14268.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:41:57 -05:00
Jeremy Johnstone
855d7e202e sshuttle 0.61
Closes Homebrew/homebrew#14266.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:40:35 -05:00
nibbles 2bits
8b035761b7 avidemux: update fails_with
avidemux fails with clang build 421. Make the adjustment.

Fixes Homebrew/homebrew#14230.
Closes Homebrew/homebrew#14231.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:39:16 -05:00
Nicolas Crowell
d6d4219af8 ncmpcpp: update URLs
brew install ncmpcpp was failing on a sha1 mismatch. It turns out the
link is dead or something and redirects to a new homepage. The new links
come from the page where the old ones were redirected to.

Closes Homebrew/homebrew#14218.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:37:17 -05:00
Anthony Pearson
e5a1253d58 node 0.8.7
Closes Homebrew/homebrew#14233.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:36:16 -05:00
Jack Nagel
e282aadb5b Deprecate MacOS.version? style methods
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:25:59 -05:00
Jack Nagel
7ee748c811 Adjust formula versions
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:13:54 -05:00
Jack Nagel
2cc9a0b98a Replace version strings with Version objects 2012-08-18 11:12:08 -05:00
Charlie Sharpsteen
e8599abf7f node: Remove XCode dependency
Node builds just fine under CLT-only installs. Node will not build under any
non-XCode package that provides Apple compilers but lacks a full set of
development Frameworks such as the osx-gcc-compiler.

Fixes Homebrew/homebrew#14274.
2012-08-18 00:17:26 -07:00
Jack Nagel
9a1ff95320 pan 0.139
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 22:18:43 -05:00
Jack Nagel
7326359cf9 enchant: only build aspell backend
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 22:18:15 -05:00
Jack Nagel
67fdbbef03 autogen 5.16.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 21:33:05 -05:00
Jack Nagel
68a5d1f3b8 automake 1.12.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 21:30:22 -05:00
Max Howell
ef43a15d59 avro-c conflicts with xz 2012-08-17 18:42:22 -04:00
Adam Vandenberg
2706adcab3 Use new :xcode dependency
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 15:37:41 -05:00
Misty De Meo
d6370dd48c exempt: style nits
A few style changes to bring it in line with current style:

* Moved homepage above url
* Use sha1 instead of md5
2012-08-17 14:10:41 -05:00
Misty De Meo
7851f25f01 gource: fix compilation with boost 1.50.0
Fixes Homebrew/homebrew#14246.
2012-08-17 14:05:58 -05:00
Lars Holm Nielsen
92a5dabe8b New formula: exempi
Closes Homebrew/homebrew#10692.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>

Note: Removed test since `exempi -h` doesn't exit 0
2012-08-17 14:05:58 -05:00
Jack Nagel
521b4f7160 class-dump: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 13:44:34 -05:00
Chris Koenig
fc66d2fe79 gst-plugins-good: add optional libsoup dependency
Required for Gstreamer plugins souphttpsrc and souphttpclientsink.

Closes Homebrew/homebrew#14240.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 13:34:01 -05:00
Chris Koenig
353aa6da6d New formula: libsoup
Intended to be an optional dependency of gst-plugins-good.

Closes Homebrew/homebrew#14240.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 13:34:01 -05:00
Chris Koenig
76bfc5648a New formula: glib-networking
Intended to be used by libsoup, coming in a later commit.

Closes Homebrew/homebrew#14240.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 13:34:01 -05:00
Chris Koenig
1182e15c5c New formula: gsettings-desktop-schemas
Intended to be used by glib-networking, coming in a later commit.

Closes Homebrew/homebrew#14240.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 13:34:00 -05:00
Jack Nagel
93a72cff61 gnutls: depend on p11-kit
This enables compilation of other software that depends on this
functionality.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 13:33:32 -05:00
Jack Nagel
8f92552ebe p11-kit 0.13
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 13:13:53 -05:00
Sebastian Sdorra
2bb39906eb subversion 1.7.6
Closes Homebrew/homebrew#14250.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 12:31:06 -05:00
nibbles 2bits
3068061b1c open-scene-graph: fix patch array, adjust fails_with
Open-scene-graph has two patches. Change the patch block so
that something is returned.  Fixes patches not being applied.
Change the fails_with build number for clang to 421.

Closes Homebrew/homebrew#14236.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 12:28:27 -05:00
Thomas Bilk
1bf3964233 fossil 1.23
Closes Homebrew/homebrew#14258.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 12:19:37 -05:00
nibbles 2bits
cb876e7022 bdw-gc 7.2d
Upgrade bdw-gc to version 7.2d.  It passes make check on 10.8
using clang and llvm from XCode-4.4.1. Remove the `fails_with`.

Fixes Homebrew/homebrew#13940.
Closes Homebrew/homebrew#14259.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 12:16:03 -05:00
Jack Nagel
407fe8c6af mariadb: build without exotic optimization flags
Currently we patch mysql_config to sanitize the CFLAGS that are exported
to software that queries it during builds, such as the mysql gem. Since
there isn't any way to control what compiler is used by Ruby/gem to
build native extensions, we must remove any compiler or CPU specific
flags.

Instead, let's build without these flags to begin with, which will keep
mysql_config clean and provide consistency between the flags used to
build mariadb and those used to build software that links to it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 11:23:00 -05:00
Jack Nagel
5de9676727 percona-server: build without exotic optimization flags
Currently we patch mysql_config to sanitize the CFLAGS that are exported
to software that queries it during builds, such as the mysql gem. Since
there isn't any way to control what compiler is used by Ruby/gem to
build native extensions, we must remove any compiler or CPU specific
flags.

Instead, let's build without these flags to begin with, which will keep
mysql_config clean and provide consistency between the flags used to
build percona-server and those used to build software that links to it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 11:22:35 -05:00
Jack Nagel
dddd14fe59 mysql: build without exotic optimization flags
Currently we patch mysql_config to sanitize the CFLAGS that are exported
to software that queries it during builds, such as the mysql gem. Since
there isn't any way to control what compiler is used by Ruby/gem to
build native extensions, we must remove any compiler or CPU specific
flags.

Instead, let's build without these flags to begin with, which will keep
mysql_config clean and provide consistency between the flags used to
build mysql and those used to build software that links to it.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 11:22:20 -05:00
Misty De Meo
5aaf5e7d35 texi2html: specify mandir and infodir
Missed these since the warnings are not printed on a keg-only install.
2012-08-17 08:28:55 -05:00
Misty De Meo
ccb80fcc85 texi2html 1.70
texi2html 5.0 was causing problems; this rolls it back to 1.70, which
is the same version as shipped on Lion before it was removed.
2012-08-17 08:20:16 -05:00
Jack Nagel
704085114a git 1.7.11.5
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-16 23:50:50 -05:00
Mike McQuaid
12b86d953c cmake: 2.8.9 2012-08-16 21:14:07 +01:00
Mike McQuaid
656cb4b165 boost: 1.50.0 2012-08-16 21:05:52 +01:00
Erik Michaels-Ober
a9c4d7cc0c Update ruby-build to v20120524
Closes Homebrew/homebrew#14219.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-08-16 09:48:53 -05:00
Misty De Meo
b931350774 ffmpeg, ffmbc: use texi2html on 10.8 2012-08-15 08:21:05 -05:00
Misty De Meo
d5478fd150 New formula: texi2html
This is no longer shipped as of 10.8, but is required to build the
documentation for a few formulae, like ffmpeg and ffmbc.

This wasn't given a symbolized dependency because I don't anticipate
it coming up that often.
2012-08-15 08:21:05 -05:00
Jack Nagel
3e5497a950 libsvg-cairo: don't depend on all of X11
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 22:43:11 -05:00
Jack Nagel
0f9e13c75e epstool: add mirror
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 21:25:17 -05:00
Elliot Saba
9727ce671f epstool: use the right compiler
Closes Homebrew/homebrew#14188.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 21:23:15 -05:00
John Benediktsson
bd57b2f926 gts: add --universal option
Closes Homebrew/homebrew#14165.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 15:41:13 -05:00
nibbles 2bits
93b8b766ed ncmpcpp: add pkg-config, update fails_with
ncmpcpp has a build-time dep on pkg-config so that it can find
libmpdclient, and it needs the `fails_with` version updated
because it still has problems with clang.

Add a dep on pkg-config
Update the fails_with build.
Use the new options DSL.
Tested on ML with clang and llvm from XCode-4.4.1.

Fixes Homebrew/homebrew#14160

Closes Homebrew/homebrew#14172.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 15:38:43 -05:00
Jack Nagel
2b96cbb8f5 python3: tighten '2to3' check
Fixes Homebrew/homebrew#14179.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 15:22:17 -05:00
Jack Nagel
e9e5f681be python: tighten '2to3' check
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 15:21:50 -05:00
Jack Nagel
b8c32f1820 python3: update comments
We only offer framework builds, so remove comments that suggest
otherwise.

Use HOMEBREW_PREFIX instead of `brew --prefix`, as that is what is
available inside of the formula, and how it is referenced elsewhere in
Homebrew.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 15:03:36 -05:00
Jack Nagel
13e1cd4cab python: update comments
We only offer framework builds, so remove comments that suggest
otherwise.

Use HOMEBREW_PREFIX instead of `brew --prefix`, as that is what is
available inside of the formula, and how it is referenced elsewhere in
Homebrew.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 15:02:54 -05:00
Elliot Saba
8a9707d9b7 llvm: fix syntax error from commit 576b9fae0679e2a
Closes Homebrew/homebrew#14183.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-14 13:54:32 -05:00
Misty De Meo
2c47b4a915 flann: Remove gtest dependency
gtest was removed because it is not meant to be installed on its own,
but rather included as a part of software build systems. flann was the
only formula which expected a preinstalled copy of gtest; this disables
its tests which depend on gtest.

Fixes Homebrew/homebrew#14126.
2012-08-13 21:42:03 -05:00
Jack Nagel
51023ce11e tmux: restore caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 21:20:53 -05:00
Jack Nagel
22d537efee todo-txt: restore caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 21:19:43 -05:00
Jack Nagel
7e9d6ae76b python3: actually depend on TkCheck requirement
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 20:25:42 -05:00
Jack Nagel
5a4d0cec85 python3: wrap clang flags in a conditional
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 20:25:03 -05:00
nibbles 2bits
4b819151ba libxmlsec1: fix configure error on ML
libxmlsec1 already has an option thrown on the command line to
`disable-apps-crypte-dl` which stops the build from looking for
`libltdl`.  But that option only applies to the command line app
and another option needs to be thrown otherwise configure will
error on ML when it can't find `libltdl`.

Add a configure flag to `--disable-crypto-dl`

Fixes Homebrew/homebrew#13845

Closes Homebrew/homebrew#14129.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:27:36 -05:00
nibbles 2bits
58c93198dd icarus-verilog: fix build error by specifying LD
Icarus-verilog-0.9.5 crashes clang or llvm into an assertion
error when either of those two binaries is used as the linker.
Add a command to set `ENV['LD']`.  It also works for XCode-only.
Remove both the fails_with because it works now.
Add a separate line to `make installdirs` that fixes a build error
where a directory does not exist.

Tested on ML with XCode-4.4.1 using clang and llvm.

Fixes Homebrew/homebrew#13650

Closes Homebrew/homebrew#14138.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:23:46 -05:00
nibbles 2bits
a40fc07bc7 vorbis-tools: build ogg123 w/libao
vorbis-tools needs libao to create ogg123, a command line binary.
Add a `depends_on 'libao'` and one for `flac` also, because flac
is often found in an ogg container like webm.  Ogg123 will also
be used in solfege.  Tested by playing some files.

Closes Homebrew/homebrew#14134.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:20:40 -05:00
Sebastian Sdorra
96c0fa4b19 scm-manager 1.18
Closes Homebrew/homebrew#14137.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:18:11 -05:00
Scott Phillips
ec429931f9 bigloo 3.8c
Closes Homebrew/homebrew#14144.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:14:45 -05:00
Joseph C
483689a5d4 z 1.3
Closes Homebrew/homebrew#14159.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:12:22 -05:00
Hiram Chirino
c75a5e3d27 apollo 1.4
Closes Homebrew/homebrew#14153.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:08:59 -05:00
Mark Shropshire
b2fafb4d3c drush 5.6
Release notes:
http://drupal.org/node/1722944

Closes Homebrew/homebrew#14151.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:06:39 -05:00
nibbles 2bits
a84a113a0e x264 2197.4
Upgrade x264 to version 2197.4 which makes libx264.125.dylib,
where the previous formula created `libx264.124.dylib`.
Tested on ML with clang and llvm from XCode-4.4.1.

Closes Homebrew/homebrew#14155.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 17:04:22 -05:00
Jack Nagel
2c3435a7e9 dnsmasq: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 16:05:07 -05:00
Jack Nagel
3f0890fe18 libdnet: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 16:04:55 -05:00
Jack Nagel
2970500497 nginx: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 16:04:47 -05:00
Jack Nagel
fd46952b6b qt: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 16:04:30 -05:00
Mark A. Matienzo
781207e70d New formula: sdhash
sdhash is a tool for generating and comparing similarity digest hashes.
When comparing these hashes, it gives a confidence level as to how
similar two objects are to each other.

Closes Homebrew/homebrew#13753.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-08-13 15:57:44 -05:00
Jack Nagel
00c48faa3c Fix build.include? usage
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 15:46:38 -05:00
Jack Nagel
6039613661 postgresql: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 15:42:59 -05:00
Jack Nagel
a2614431bf percona-server: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 15:40:26 -05:00
Jack Nagel
331282d156 mariadb: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 15:40:11 -05:00
Misty De Meo
4d99e271aa gdal: depend on :libpng instead of :x11
gdal doesn't use any parts of X11/XQuartz aside from libpng.
2012-08-13 15:24:58 -05:00
Mark A. Matienzo
a10138f391 zzuf: add OS X-specific memory patch
Closes Homebrew/homebrew#14158.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>

(Converted tabs to spaces.)
2012-08-13 14:46:39 -05:00
Misty De Meo
ea3bfb23e7 fox: devel no longer fails with llvm 2012-08-13 12:24:27 -05:00
Brett Koonce
4586baa9ca fox 1.6.46 (devel 1.7.35)
Closes Homebrew/homebrew#13955.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-08-13 10:56:03 -05:00
Jack Nagel
f3e5555c60 llvm: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:55:17 -05:00
Jack Nagel
d5404961a6 libevent: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:47:06 -05:00
Jack Nagel
6ef5eeead1 mongodb: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:41:46 -05:00
Jack Nagel
6e5293d325 libyaml: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:28:12 -05:00
Jack Nagel
227e2bb14b poppler: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:24:11 -05:00
Jack Nagel
f6f57b1026 mysql: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:23:01 -05:00
Jack Nagel
6e6d5b3ffb ruby: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:04:09 -05:00
Jack Nagel
5fa0900269 python3: fix typo
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:01:49 -05:00
Jack Nagel
0827546cb2 python: fix typo
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:01:40 -05:00
Jack Nagel
a714afb4fa python3: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:00:39 -05:00
Jack Nagel
71f3b4677a python: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 10:00:30 -05:00
Jack Nagel
ef8574bbf5 gnu-which: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:57:40 -05:00
Jack Nagel
fe23e41397 gnu-units: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:57:40 -05:00
Jack Nagel
ecabf4fd8b gnu-tar: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:57:39 -05:00
Jack Nagel
1a5b46ed51 gnu-sed: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:57:39 -05:00
Jack Nagel
15adf5664f gnu-indent: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:57:38 -05:00
Severin Smith
7904cfb702 fmdiff: run make, update latest version, fix head
Run make in order to properly detect which version of XCode is
installed

Run make install instead of bin.install

Update to latest version which resolves the multiple symlink
layers issue.

Fixed head to use svn. Previous head didn't work (just downloaded
a single html file).

Closes Homebrew/homebrew#14143.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-08-13 09:51:27 -05:00
Jack Nagel
0bdc622392 ffmpeg: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:50:31 -05:00
Jack Nagel
0550f5fede dos2unix: always use gettext
gettext is now bottled on three of the platforms we support, so remove
the hackery and just depend on it.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:36:30 -05:00
Jack Nagel
0682160851 x3270: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:36:11 -05:00
Jack Nagel
98782a103a p7zip: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:35:59 -05:00
Jack Nagel
8d4681b83b wireshark: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:35:48 -05:00
Jack Nagel
e44ddb934b x264: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:35:38 -05:00
Jack Nagel
154a255093 cmake: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 09:35:14 -05:00
Jack Nagel
54feacf6ca sqlite: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:03:40 -05:00
Jack Nagel
cd09d4061c riak: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:03:17 -05:00
Jack Nagel
93af57c198 node: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:03:04 -05:00
Jack Nagel
0a6af9c74d mpfr: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:02:55 -05:00
Jack Nagel
dfb16edbf4 libmikmod: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:02:43 -05:00
Jack Nagel
63c77a42e3 gnupg: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:02:34 -05:00
Jack Nagel
be3fb6292c gmp: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:01:59 -05:00
Jack Nagel
a59d5ccec2 ghc: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 19:01:40 -05:00
Jack Nagel
0f028472e5 pixman: move comment
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 17:31:05 -05:00
Jack Nagel
95d1e93cc4 Add :when_xquartz_installed as a keg-only reason
Using :when_xquartz_installed will tell the keg-only machinery to activate
if XQuartz is installed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 17:28:15 -05:00
Pierre Bertet
88e93492c7 pcre: fix typo
Closes Homebrew/homebrew#14141.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 16:25:31 -05:00
Jack Nagel
981d9604a9 tiger-vnc: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 14:00:58 -05:00
Jack Nagel
8a0a67d878 sphinx: remove unused patch 2012-08-12 13:58:16 -05:00
Jack Nagel
28c9fbc637 e2fsprogs: fix audit warning 2012-08-12 13:58:15 -05:00
Jack Nagel
355f76e914 curl: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:09:41 -05:00
Jack Nagel
520bed7c5d mercurial: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:06:48 -05:00
Jack Nagel
397e32d833 sdl_image: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:05 -05:00
Jack Nagel
1fda6c4310 sdl_gfx: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:04 -05:00
Jack Nagel
8f63818102 sdl: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:04 -05:00
Jack Nagel
149ba166ab rsyslog: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12 13:01:04 -05:00