Commit graph

11562 commits

Author SHA1 Message Date
Adam Vandenberg
4236af9030 znc: use options dsl 2012-08-08 22:01:38 -07:00
Adam Vandenberg
a27826f49b zookeeper: style updates 2012-08-08 22:01:38 -07:00
Adam Vandenberg
4c71d31465 zookeeper: use options dsl 2012-08-08 22:01:38 -07:00
Adam Vandenberg
f93ce1ed2f zsh: use options dsl 2012-08-08 22:01:38 -07:00
Adam Vandenberg
57da1ea9ac fortune: use options dsl 2012-08-08 22:01:38 -07:00
Adam Vandenberg
2779ef53ca cppunit: use options dsl + style cleanups 2012-08-08 22:01:38 -07:00
Adam Vandenberg
8161b083f5 check: use options dsl 2012-08-08 22:01:34 -07:00
nibbles 2bits
d55ffa8f14 gnumeric: add depends_on :x11
gnumeric also needs a `depends_on :x11` so that it can find cairo.

Fixes Homebrew/homebrew#13988

Closes Homebrew/homebrew#13991.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 21:14:43 -07:00
nibbles 2bits
49765e44bb goffice: add depends_on :x11
goffice needs a `depends_on :x11` so that it can find cairo now.

Closes Homebrew/homebrew#13990.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 21:14:40 -07:00
Adam Vandenberg
04a8655cf8 cairo: hotfix libpng dep 2012-08-08 21:09:36 -07:00
nibbles 2bits
9aac42f90a libgda 5.0.3
Upgrade to 5.0.3. Add a dep on xz for the tarball.
Tested on ML with XCode-4.4.1.

Closes Homebrew/homebrew#14056.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 21:06:53 -07:00
nibbles 2bits
2585885522 libgadu 1.11.2
Upgrade to 1.11.2.  Tested on ML with XCode-4.4.1.

Closes Homebrew/homebrew#14055.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 21:06:52 -07:00
nibbles 2bits
2ae858ab20 libdvbpsi 0.2.2
Upgrade to version 0.2.2.
Add an `inreplace` to remove `-06` that `configure` tries to add
to the `CFLAGS`. Tested on ML with XCode-4.4.1.

Closes Homebrew/homebrew#14054.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 21:06:52 -07:00
nibbles 2bits
eb04645689 libflowmanager 2.0.2
Upgrade to version 2.0.2. Tested on ML with XCode-4.4.1.

Closes Homebrew/homebrew#14053.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 21:06:52 -07:00
nibbles 2bits
ac77eb6e4f libdmtx 0.7.4
Upgrade libdmtx to version 0.7.4.  Tested on ML with XCode-4.4.1.

Closes Homebrew/homebrew#14052.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 21:06:52 -07:00
samueljohn
3e4bbf532a python3: Framework style. ipv6 enabled.
- Framework style build to support wxmac and other GUIs
  (Note PySide (and pyqt?) seem to work even with non-framework builds).
- Fixed automatic installation of `*.app`s into `/Applications`.
- The caveats tell us now about `brew link apps`.
- Cleanup of the caveats.
- Resolve the issue of duplicate `2to3` can make the symlink phase
  to break because both python and python3 provide it. (Closes Homebrew/homebrew#12581)
- Enable warnings, because python's configure needs it. (Closes Homebrew/homebrew#12194)
- Add suppression of recommended warnings
- Add work-a-round for python bug: http://bugs.python.org/issue11445
- Add explicit test if sqlite3 built successful.
- Removed `--universal` option, since it does no longer work on 10.8.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-08-08 19:21:47 +01:00
Mike McQuaid
fd7a9deb2e bdw-gc: add fails_with :clang
Closes Homebrew/homebrew#13940, closes Homebrew/homebrew#14008.
2012-08-08 19:12:20 +01:00
Mike McQuaid
933cf7f0bf cufflinks: add fails_with :clang
Fixes Homebrew/homebrew#13981.
2012-08-08 19:06:01 +01:00
samueljohn
3b12d76f70 python: Now framework style. Bug fixes.
- Framework style build in order to support wxmac and other GUIs
  (Note: PySide (and pyqt?) seem to work even with non-framework builds).
- Fixed automatic installation of `*.app`s into `/Applications`.
- The caveats tell us now about `brew link apps`.
- Cleanup of the caveats.
- Resolve the issue of duplicate `2to3` can make the symlink phase
  to break because both python and python3 provide it. (Closes Homebrew/homebrew#12581)
- Enable warnings, because python's configure needs it. (Closes Homebrew/homebrew#12194)
- Add suppression of recommended warnings from the python docs.
- Add work-a-round for python bug: http://bugs.python.org/issue11445
- Add explicit test if sqlite3 built successful.
- Check against possible issue like Homebrew/homebrew#12667.
- Add needed "depends_on :x11" because tk.h includes x11.
- Install the Demo into HOMEBREW_PREFIX/share/python2.7/Extras
- Ensure sqlite from homebrew is used and not the one from OS X.
- Removed unnecessary flags from configure
- Added --without-gcc to the configure flags (all clang now)
- Ensure that "man python2.7" works by setting --datadir and --datarootdir to share.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-08-08 18:29:30 +01:00
Adam Vandenberg
10f9e2f7c5 Mercurial 2.3 2012-08-08 10:25:58 -07:00
nibbles 2bits
cc127530c7 libgee 0.6.5
Upgrade to 0.6.5.  Add the dep on xz.  Tested with XCode-4.4.1.

Closes Homebrew/homebrew#14058.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 10:24:25 -07:00
Mike McQuaid
3afffe867f graphviz: no default bindings and no X11 needed
Closes Homebrew/homebrew#13898.
2012-08-08 18:19:22 +01:00
Mike McQuaid
ca73f043f3 imagemagick: cleanup options and optional deps 2012-08-08 18:19:22 +01:00
Mike McQuaid
d6f76a1ea1 cairo: optionally don't depend on X11 2012-08-08 18:19:22 +01:00
Mike McQuaid
5acd81dac4 libpng: don't depend on all of X11 2012-08-08 18:19:21 +01:00
Mike McQuaid
42c5d4f9f2 freetype: don't depend on all of X11 2012-08-08 18:19:21 +01:00
Mike McQuaid
b4b273c8af pixman: don't depend on all of X11 2012-08-08 18:19:21 +01:00
Mike McQuaid
d8437dba3b fontconfig: don't depend on all of X11 2012-08-08 18:19:21 +01:00
Mike McQuaid
eb69f77139 fontconfig: update to 2.1.0.1 2012-08-08 18:19:21 +01:00
Mike McQuaid
a22c456205 freetype: add 2.4.10. 2012-08-08 18:19:21 +01:00
Mike McQuaid
ef322962a9 libpng: update to 1.5.12 2012-08-08 18:19:21 +01:00
Mike McQuaid
af7060545b libpng: revert removal for Mountain Lion.
This reverts commit 39d6ae733e37c7bb1c6be84525bc7d4690f3cfb8.
2012-08-08 18:19:21 +01:00
Mike McQuaid
41b84a9f7f mysql: remove unnecessary dependencies.
pidof can be replaced with pgrep from proctools on Mountain Lion
and readline uses the system version which, if too old, will use
the bundled version anyway (doesn't on Mountain Lion).

Closes Homebrew/homebrew#13942.
2012-08-08 18:17:11 +01:00
Gavin M. Roy
bd4726d644 RabbitMQ 2.8.5
Closes Homebrew/homebrew#14034.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 07:31:24 -07:00
Adam Vandenberg
d664a81dac libxslt: style nits 2012-08-08 07:29:35 -07:00
Jacob Elder
a6120861a1 ec2-api-tools 1.6.1.2
Closes Homebrew/homebrew#14031.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 07:05:15 -07:00
bellbind
a830a4bd62 coq-8.3pl4
Closes Homebrew/homebrew#14043.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 07:03:08 -07:00
Simon Sigurdhsson
08f85765a2 class-dump 3.3.4
Closes Homebrew/homebrew#14047.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 07:02:26 -07:00
Paul Miller
c2b04e83d7 Node.js 0.8.6.
Closes Homebrew/homebrew#14049.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 07:01:46 -07:00
Mihail-samoylov
10a7d962f7 pkg-config: add a mirror
The official download is offline from time to time. See:
http://serverfault.com/questions/413591/brew-install-imagemagick-curl-fails

Closes Homebrew/homebrew#13952.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-07 22:10:26 -07:00
Jack Nagel
a209c24ac2 Automatically append shell completion caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-07 15:32:00 -05:00
nibbles 2bits
5bba5026c6 gnome-common 3.4.0.1
Upgrade gnome-common to version 3.4.0.1.
Add a dep on `xz`.
Add a patch to help `gnome-autogen.sh` to accept automake-1.12
as being greater than 1.09.
Tested on Lion with clang and llvm from XCode-4.3.3.

Closes Homebrew/homebrew#13420.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-07 10:48:07 -07:00
Brett Koonce
112d0149a1 riak 1.2.0
i tested 1.2.0b1 and b2, this should be good to go

Closes Homebrew/homebrew#14027.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-07 10:44:23 -07:00
nibbles 2bits
f08b6918ef shiboken: fix python
Shiboken uses CMake and needs the same help as OpenCV and VTK in
finding the Python Libraries and Headers.

Add code to find them.  Tested on Lion with clang and llvm from
XCode-4.3.3 using System Python, Homebrew Framework and loose
Python.

Fixes Homebrew/homebrew#13563

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-07 10:43:02 -07:00
Adam Vandenberg
30a23c413c easy-tag: add missing x11 dep 2012-08-07 10:32:35 -07:00
Adam Vandenberg
2c6030f73b cscope: fix fuzz in patch 2012-08-07 09:54:31 -07:00
Adam Vandenberg
a0375e2a77 discount: fix ./configure under clang
Also reported upstream.
2012-08-07 09:50:12 -07:00
Brett Koonce
47343e31ed nginx 1.2.3
Closes Homebrew/homebrew#14023.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-07 08:06:53 -07:00
Jack Nagel
a92674251b bsdmake: only fix X11 prefix if X11 is installed
Fixes Homebrew/homebrew#14014.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-07 00:08:15 -05:00
Adam Vandenberg
fc4f5f4339 geany: add x11 dependency
Fixes Homebrew/homebrew#14012.
2012-08-06 20:51:09 -07:00
Brett Koonce
a59700fab4 czmq 1.2.0
Closes Homebrew/homebrew#14016.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:10 -07:00
Brett Koonce
3bc8071c5e curl 7.27.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:09 -07:00
Brett Koonce
b37b1fc07a csvprintf 1.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:09 -07:00
Brett Koonce
13afdcec6d csscrush 1.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:09 -07:00
Brett Koonce
49dfe5571d cscope 15.8a
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:09 -07:00
Brett Koonce
88e2be32fc crash 1.1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:09 -07:00
Brett Koonce
0762a05f97 cppcheck 1.55
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:09 -07:00
Brett Koonce
07e1410f5c cpanminus 1.5017
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:08 -07:00
Brett Koonce
3bee668ece ColPack 1.0.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:08 -07:00
Brett Koonce
f0d5eb04a2 colortail 0.3.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:08 -07:00
Brett Koonce
f91cff6f9e colordiff 1.0.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:08 -07:00
Brett Koonce
fea0f10795 cminpack 1.3.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:08 -07:00
Brett Koonce
8b33ddb819 clustalw 2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:08 -07:00
Brett Koonce
5579160d94 cloog 0.17.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:08 -07:00
Brett Koonce
1425e3d976 clhep 2.1.2.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:08 -07:00
Brett Koonce
2cdad5c02e classads 1.0.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:07 -07:00
Brett Koonce
573d605af1 cfitsio 3.310
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:07 -07:00
Brett Koonce
bcf6b8c6f9 cfengine 3.3.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:07 -07:00
Brett Koonce
a1368840c0 cdo 1.5.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:07 -07:00
Brett Koonce
e51dfe56ed (apache) cassandra 1.1.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:07 -07:00
Brett Koonce
d30f20e1a0 camlp5 6.06
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:07 -07:00
Brett Koonce
918ec5ac25 calabash 1.0.3-94
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:39:07 -07:00
Brett Koonce
6d631cdca6 concurrencykit 0.2.6
Closes Homebrew/homebrew#14015.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 20:38:54 -07:00
Steven Scott
6ec51340b4 Add the Apple Lossless Audio Codec decoder formula.
Add a formula for the alac binary from http://craz.net/programs/itunes/alac.html.

Closes Homebrew/homebrew#13017.

Signed-off-by: Max Howell <mxcl@me.com>

Renamed alac.
2012-08-06 17:48:37 -04:00
Adam Vandenberg
6700bf017b macvim: it is OK to set these flags now 2012-08-06 14:15:15 -07:00
Adam Vandenberg
81cafd95df discount: formatting 2012-08-06 14:05:54 -07:00
Justin de Vesine
fad26d0d92 wget 1.14
Closes Homebrew/homebrew#14010.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 12:36:10 -07:00
David M. Carr
a38ed7f608 mongodb: include logging configuration in default mongod.conf file
Closes Homebrew/homebrew#14006.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 11:07:35 -07:00
Tim Keating
a074a9a145 dmd 2.060
Closes Homebrew/homebrew#13938.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 11:00:48 -07:00
samueljohn
86b403441a serf: On Xcode-only glibtools needs apr headers
Closes Homebrew/homebrew#13998.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 10:55:33 -07:00
Adam Vandenberg
61d176514a fast-statistical-alignment 1.15.7 2012-08-06 10:52:55 -07:00
samueljohn
e8d910d1a1 wxmac: 2.9.4
- patch no longer needed
- blacklist.rb: Removed version number because we forget to update it too often.

Closes Homebrew/homebrew#13997.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 10:33:54 -07:00
David Gageot
a1d07337f1 Sonar 3.2
Closes Homebrew/homebrew#13999.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 10:17:38 -07:00
Adam Vandenberg
31dba945f9 ghc: still doesn't work with Clang 421 2012-08-06 10:16:02 -07:00
Dominik Schmid
f19bd42f40 Liquibase 2.0.5
Closes Homebrew/homebrew#13984.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 10:14:46 -07:00
Matt Whiteley
605a696094 Squid 3.1.20
Closes Homebrew/homebrew#14007.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 10:12:22 -07:00
Jacob Howard
5e1a527986 ROOT 5.34.01
This commit adds a formula to install the ROOT data analysis
framework developed by CERN.  ROOT is widely used in the
particle physics community, both inside and outside of CERN.

Closes Homebrew/homebrew#10534.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06 09:46:08 -07:00
Jack Nagel
01e9fad4a1 Adjust XQuartz/X11 module naming scheme
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-06 00:39:06 -05:00
Brett Koonce
c1a335ae82 feh 2.5
Closes Homebrew/homebrew#13957.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:58:53 -07:00
Brett Koonce
1ba1973151 ExifTool 8.99
Closes Homebrew/homebrew#13978.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:57:59 -07:00
Brett Koonce
0ab1f4fb86 ecl 12.7.1
Closes Homebrew/homebrew#13977.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:57:49 -07:00
Brett Koonce
43e3d90259 eprover 1.6
Closes Homebrew/homebrew#13976.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:57:44 -07:00
Brett Koonce
55674c9fde exiv2 0.23
Closes Homebrew/homebrew#13975.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:57:38 -07:00
Brett Koonce
ad9e174245 exodriver 2.5.1
Closes Homebrew/homebrew#13974.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:57:33 -07:00
Brett Koonce
0aaf5a9ea2 eyeD3 0.6.18
Closes Homebrew/homebrew#13973.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:57:25 -07:00
Brett Koonce
a66f948cc4 eet 1.6.1
Closes Homebrew/homebrew#13972.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:57:13 -07:00
Brett Koonce
45efae394b embryo 1.2.0
Closes Homebrew/homebrew#13971.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:57:06 -07:00
Brett Koonce
bf48eb52e8 eina 1.2.1
Closes Homebrew/homebrew#13970.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:56:59 -07:00
Brett Koonce
aa174685ac enet 1.3.5
Closes Homebrew/homebrew#13969.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:56:22 -07:00
Brett Koonce
8acb9f6a98 e2fsprogs 1.42.5
Closes Homebrew/homebrew#13968.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:55:58 -07:00
Brett Koonce
dd063ea22b exif 0.6.21
Closes Homebrew/homebrew#13967.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:53:48 -07:00
Brett Koonce
8fd1858284 libexif 0.6.21
exif dependency

Closes Homebrew/homebrew#13966.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:53:43 -07:00
Simon Sigurdhsson
2b1d505582 emboss 6.5.7
Closes Homebrew/homebrew#13965.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:48:37 -07:00
Brett Koonce
071277ebc3 fwknop 2.0.1
Closes Homebrew/homebrew#13964.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:35:52 -07:00
Brett Koonce
fdaaa38742 ftimes 3.9.0
Closes Homebrew/homebrew#13963.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:35:46 -07:00
Brett Koonce
04be1d0880 fping 3.2
Closes Homebrew/homebrew#13962.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:35:40 -07:00
Brett Koonce
2513138928 fourstore 1.1.5
Closes Homebrew/homebrew#13961.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:35:22 -07:00
Brett Koonce
e799f517e1 fmscripts 20120522
Closes Homebrew/homebrew#13960.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:35:11 -07:00
Brett Koonce
912fb15cb5 ffmpeg2theora 0.29
Closes Homebrew/homebrew#13958.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:35:03 -07:00
Brett Koonce
38ec957a9d findbugs 2.0.1
Closes Homebrew/homebrew#13959.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:34:50 -07:00
Brett Koonce
1e6dc81455 drizzle 7.1.36
Closes Homebrew/homebrew#13995.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:30:41 -07:00
Brett Koonce
431352cfcf duply 1.5.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:30:41 -07:00
Brett Koonce
f80f1105aa dwdiff 2.0.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:30:41 -07:00
Brett Koonce
cbd9de6942 dovecot 2.1.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:30:41 -07:00
Brett Koonce
786ad18c84 dvtm 0.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:30:41 -07:00
Brett Koonce
92c317d510 dos2unix 6.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:30:41 -07:00
Brett Koonce
29f9633622 dnstop 20120611
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:30:40 -07:00
Brett Koonce
2a7e5aa5b0 dnsmasq 2.62
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:30:40 -07:00
Brett Koonce
de71fa5cab debianutils 4.3.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:30:40 -07:00
Brett Koonce
2922ab88c8 dar 2.4.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:30:40 -07:00
Brett Koonce
719bfcb486 fantom 1.0.63
Closes Homebrew/homebrew#13956.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 18:03:31 -07:00
Kevin Moore
be9ea2916b git 1.7.11.4
Closes Homebrew/homebrew#13983.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 18:00:19 -07:00
Mike McQuaid
f225667320 freerdp: depend on X11 to build the client. 2012-08-05 13:56:06 +01:00
Mike McQuaid
15218f3234 Revert "cairo, pixman: use sha1; sha256 is excessive"
This reverts commit 597928b77fb4947a13c10fb11b964f625460941e.
2012-08-05 08:29:30 +01:00
Adam Vandenberg
ab538dc106 gmime: disable glibtest 2012-08-04 11:02:38 -07:00
Adam Harvey
0c5edcb754 pan 0.136
Closes Homebrew/homebrew#11545.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-04 11:02:24 -07:00
nibbles 2bits
b0044ade54 serf: fix CPP invalid path build error on ML
serf-1.1.1 queries `apr-1-config --cpp` which return a non-existent
path on Mountain Lion.  This causes a build error where `configure`
can't find a working `CPP`.  Add an ENV var to use `#{ENV.cc} -E`

serf then tries to use `/usr/share/apr-1/build-1/libtool` which
also has that non-existent path buried inside it.  Add an ENV var
to specify using HB `glibtool`.

Tested on ML using clang and llvm from XCode-4.4 using the native
and universal options.

Fixes Homebrew/homebrew#13586

Closes Homebrew/homebrew#13891.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-04 09:09:00 -07:00
Brett Koonce
b90dd99758 hwloc 1.5
Closes Homebrew/homebrew#13950.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-04 09:04:52 -07:00
Brett Koonce
77508e4b4e httpry 0.1.7
Closes Homebrew/homebrew#13949.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-04 09:04:26 -07:00
Brett Koonce
1447a30091 htmlcxx 0.85
Closes Homebrew/homebrew#13948.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-04 09:04:15 -07:00
Brett Koonce
947ad6d3a2 hatari 1.6.2
Closes Homebrew/homebrew#13947.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-04 09:04:05 -07:00
Brett Koonce
1477162835 haproxy 1.4.21
Closes Homebrew/homebrew#13946.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-04 09:04:01 -07:00
Ian Van Ness
4f18c9b7bf gearman: add --without-mysql
Fixes  Homebrew/homebrew#13392
Closes Homebrew/homebrew#13820

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-04 08:32:34 -07:00
Jon Buckley
ac9d972191 opus-tools 0.1.4
Closes Homebrew/homebrew#13888.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-04 08:29:25 -07:00
Michael Ummels
c8f2a699c9 fontforge 20120731
Closes Homebrew/homebrew#13911.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-04 08:17:14 -07:00
Adam Vandenberg
dd687984a5 groovyserv: fix sha1 2012-08-04 08:11:23 -07:00
Henrik Nyh
ea160fb152 reattach-to-user-namespace ece193
Removes Mountain Lion warning.

Closes Homebrew/homebrew#13614.
Closes Homebrew/homebrew#13752.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-04 08:09:59 -07:00
Justin Holmes
0f5adaacc1 Play 2.0.3
Closes Homebrew/homebrew#13944.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-04 07:59:08 -07:00
Mike McQuaid
eee7485082 graphviz: remove unexecutable gvmap.sh from bin 2012-08-04 10:36:31 +01:00
Mike McQuaid
f4f5f24a21 cairo, pixman: use sha1; sha256 is excessive 2012-08-04 10:36:31 +01:00
Mike McQuaid
3b3c46b3b8 fltk: fix Mountain Lion build.
Fixes Homebrew/homebrew#13649, fixes Homebrew/homebrew#13887.
2012-08-04 09:19:29 +01:00
nibbles 2bits
fdc67cd937 vips 7.30
Fixes Homebrew/homebrew#13872

Closes Homebrew/homebrew#13886.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 19:52:46 -07:00
Brett Koonce
dafdfe96d1 ice 3.4.2
Closes Homebrew/homebrew#13935.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 19:51:25 -07:00
Brett Koonce
d61718bc8f iso-codes 3.37
Closes Homebrew/homebrew#13934.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 19:51:15 -07:00
Brett Koonce
043523ce8d isc-dhcp 4.2.4-P1
Closes Homebrew/homebrew#13933.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 19:51:06 -07:00
Brett Koonce
da95fddc49 ispc 1.3.0
Closes Homebrew/homebrew#13932.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 19:50:55 -07:00
Brett Koonce
5da22d0623 itex2mml 1.4.10
Closes Homebrew/homebrew#13931.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 19:50:46 -07:00
Brett Koonce
646a6113d2 idnits 2.12.13
Closes Homebrew/homebrew#13930.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 19:50:27 -07:00
Brett Koonce
06fee7edc4 ical-buddy 1.8.4
Closes Homebrew/homebrew#13929.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 19:49:35 -07:00
Juan C. Müller
a7ad15cfdf node: use https for npm install location
Closes Homebrew/homebrew#13924.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 19:32:47 -07:00
nibbles 2bits
816720d633 graphviz: add universal option
Graphviz can build universally if it is built with a universal
pcre, swig, and gettext.  Add a `--universal` option.  Change
to using sha1.  Leave the `fails_with` build version alone because
Graphviz builds on Mountain Lion with clang-4.0.

Tested on ML with clang and llvm from XCode-4.4.

Fixes Homebrew/homebrew#13827

Closes Homebrew/homebrew#13927.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 19:29:18 -07:00
nibbles 2bits
765ba399e2 swig: add --universal option
Swig can build universally and can be used in Graphviz that way.
Add an option for `--universal`
Tested on ML with clan and llvm from XCode-4.4.

Closes Homebrew/homebrew#13926.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 19:28:25 -07:00
Mike McQuaid
929bf7cd72 ace: update to 6.1.3 and fix Mountain Lion build.
Fixes Homebrew/homebrew#13817.
2012-08-03 21:35:17 +01:00
Mike McQuaid
f64c9f510e freerdp: patch upstreamed; update comment. 2012-08-03 21:00:56 +01:00
Mike McQuaid
86bf071d7b freerdp: cleanup and fix Mountain Lion build.
Fixes Homebrew/homebrew#13353.
2012-08-03 20:55:28 +01:00
Brett Koonce
6d53a36b95 jailkit 2.15
Closes Homebrew/homebrew#13906.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 09:19:05 -07:00
nibbles 2bits
98b7843d3f open-mpi: update fails_with build
OpenMPI fails with clang on Mountain Lion.  Adjust the build
in the `fails_with` block to 421 and specify the cause.
Reported upstream and noted in comments.

Fixes Homebrew/homebrew#13837

Closes Homebrew/homebrew#13910.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 08:54:19 -07:00
Brett Koonce
a19c864958 MonetDB 11.9.7
couldn't get the latest release to work, this is one version back

Closes Homebrew/homebrew#13877.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 08:25:26 -07:00
Brett Koonce
51cd2e3630 jhead 2.96
Closes Homebrew/homebrew#13904.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 08:24:52 -07:00
Anthony Pearson
e6b625ebac node.js 0.8.5
Closes Homebrew/homebrew#13915.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-03 08:23:48 -07:00
Brett Koonce
367a1af156 jpeg-turbo 1.2.1
Closes Homebrew/homebrew#13905.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-02 21:41:27 -07:00
Brett Koonce
6758842b7e jenkins 1.476
Closes Homebrew/homebrew#13908.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-02 21:41:05 -07:00
nibbles 2bits
fb42412117 vtk 5.10 & add pyqt+sip
Upgrade vtk to version 5.10.
Add deps on `sip` and `pyqt` if the user options `--pyqt`
Add cmake args to enable SIP/PyQt if `--pyqt`
Add cmake args for `-DSIP_PYQT_DIR` as `HOMEBREW_PREFIX/share/sip`.
Add `skip_clean :all` to help vtkpython find the symbol `_environ`
Change the location of the python `.so` modules so they and the Egg
get installed into `lib/which_python/'site-packages'`.
Add code so `site-packages` is created and prepended to the
PYTHONPATH to stop build errors.
Add `-DPYTHON_INCLUDE_DIR` so the right headers are located.
Remove the workaround code that was previously added to support
Python getting RPATHs, as RPATHS are fixed in Homebrew Core.
Add code that removes three duplicate files in `site-packages`
that cause the linking step to fail, files that already
exist in HB `site-packages` when using brewed Python.
Add code to `mv` the python module directory `vtk` out of the
`VTK-5.10-py2.7.egg` and into `site-packages`.  Without that,
you can't import vtk into Python.
Add code to install the `Examples`

Tested on Lion using clang and llvm from XCode-4.3.3 with the CLT
and without the CLT against system Python, HB framework Python,
HB non-framework Python, Qt-4.8.2, sip, pyqt, pyside and shiboken.

Closes Homebrew/homebrew#12807.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 19:51:42 -05:00
Mike McQuaid
b0d26f2d90 Fix Mountain Lion sed by setting LANG.
It's also necessary to delete LC_ALL or it overrides the new LANG.
LC_COLLATE is the problem variable but is affected by LANG and LC_ALL
so just use them instead. Extends the fix made to geoip in dc955c.

Fix Homebrew/homebrew#11728, fix Homebrew/homebrew#12890, fix Homebrew/homebrew#13653, fix Homebrew/homebrew#13734, fix Homebrew/homebrew#13787, fix Homebrew/homebrew#13818.
2012-08-02 20:26:01 +01:00
Adam Vandenberg
e73c40abfa hiredis: update failing clang build
Fixes Homebrew/homebrew#13851.
2012-08-02 08:47:08 -07:00
nibbles 2bits
8376e7ae20 privoxy: remove autotools conditional
privoxy uses `autoreconf` for stable and HEAD. Remove the
conditional that added the autotools deps only for HEAD.

Fixes Homebrew/homebrew#13867

Closes Homebrew/homebrew#13869.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:20:55 -05:00
nibbles 2bits
0fba221735 dcmtk: update fails_with to build 421
dcmtk still fails with clang-4.0.421 from XCode-4.4.

Closes Homebrew/homebrew#13854.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:20:33 -05:00
Brett Koonce
8d08d62589 libmikmod 3.2.0
Closes Homebrew/homebrew#13856.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:17:26 -05:00
Brett Koonce
708d4bc029 mikmod 3.2.2
Closes Homebrew/homebrew#13857.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:17:26 -05:00
Brett Koonce
60554beaf7 mftrace 1.2.18
Closes Homebrew/homebrew#13858.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:17:26 -05:00
Brett Koonce
402206124a metaproxy 1.3.38
Closes Homebrew/homebrew#13859.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:17:26 -05:00
Brett Koonce
490293c071 maxima 5.27.0
Closes Homebrew/homebrew#13860.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:17:25 -05:00
Brett Koonce
5a465f2d43 memtester 4.3.0
Closes Homebrew/homebrew#13861.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:17:25 -05:00
Brett Koonce
60ffc56ef3 memcached 1.4.14
Closes Homebrew/homebrew#13862.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:17:25 -05:00
Brett Koonce
57ba66b149 mathomatic 16.0.1
Closes Homebrew/homebrew#13863.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:14:04 -05:00
Brett Koonce
db38b00ce6 midgard2 10.05.7.1
Closes Homebrew/homebrew#13864.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:14:04 -05:00
Brett Koonce
c50e796d29 miniupnpc 1.7.20120714
Closes Homebrew/homebrew#13866.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:14:03 -05:00
Brett Koonce
14a113c76c monit 5.4
Closes Homebrew/homebrew#13873.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:14:03 -05:00
Brett Koonce
8013e28afb mp3check 0.8.7
url -> google code page

Closes Homebrew/homebrew#13875.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:14:03 -05:00
Brett Koonce
aab09dca6e mp3gain 1.5.2
Closes Homebrew/homebrew#13876.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:09:56 -05:00
Brett Koonce
8dedc4e8a4 mpc 0.22
Closes Homebrew/homebrew#13880.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:08:08 -05:00
Brett Koonce
13266b6134 mpdas 0.3.0
Closes Homebrew/homebrew#13881.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:07:58 -05:00
Brett Koonce
6c7fdb5374 mrfast 2.1.0.6
Closes Homebrew/homebrew#13882.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:07:54 -05:00
Brett Koonce
963e95115a mrtg 2.17.4
Closes Homebrew/homebrew#13883.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:07:51 -05:00
Brett Koonce
89f6e48aab mysql-proxy 0.8.2
Closes Homebrew/homebrew#13884.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:07:46 -05:00
Brett Koonce
8daa7d559a nesc 1.3.4
Closes Homebrew/homebrew#13831.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:03:29 -05:00
Brett Koonce
1f4f70e226 nagios-plugins 1.4.16
Closes Homebrew/homebrew#13828.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:03:22 -05:00
Brett Koonce
3156340142 nasm 2.10.03
Closes Homebrew/homebrew#13829.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:03:22 -05:00
Brett Koonce
a28db53cf2 ncmpc 0.20
Closes Homebrew/homebrew#13830.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:03:22 -05:00
Brett Koonce
74d417b2da net6 1.3.14
Closes Homebrew/homebrew#13832.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:00:55 -05:00
Brett Koonce
6532676e41 nlopt 2.3
Closes Homebrew/homebrew#13833.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-02 00:00:33 -05:00
Brett Koonce
d86f1f5299 ngircd 19.2
Closes Homebrew/homebrew#13835.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 23:59:53 -05:00
jbergstroem
8feb4fe6e8 libzdb 2.10.5
Closes Homebrew/homebrew#13765.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 23:58:23 -05:00
Chris Rebert
851d9ef7b1 moreutils 0.47
Closes Homebrew/homebrew#13826.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 23:57:13 -05:00
Yoji SHIDARA
1f03d19cfe groonga 2.0.5
Closes Homebrew/homebrew#13841.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 23:54:24 -05:00
Shawn Jonnet
a0aa31eb45 redis 2.4.16, devel 2.6.0-rc6
Closes Homebrew/homebrew#13849.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 23:49:40 -05:00
Frank Denis
9b746e8f0f dnscrypt-proxy 1.0.1
Closes Homebrew/homebrew#13823.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 23:47:13 -05:00
Brett Koonce
fb5d4e47dd nginx (devel) 1.3.4
Closes Homebrew/homebrew#13822.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 23:44:41 -05:00
Ealden Esto E. Escanan
8136274dcf Gradle 1.1
Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>

Closes Homebrew/homebrew#13821.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 23:43:47 -05:00
Brett Koonce
8a8f1cb46c spin 6.2.2
Closes Homebrew/homebrew#13751.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 23:40:19 -05:00
Brett Koonce
841d981c26 zile 2.4.8
Closes Homebrew/homebrew#13677.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 23:33:06 -05:00
Brett Koonce
fdbfbe3192 bdw-gc 7.2c
Closes Homebrew/homebrew#13676.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 23:32:17 -05:00
Brett Koonce
a9c2a8a04f xqilla 2.3.0
Closes Homebrew/homebrew#13597.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 23:30:02 -05:00
Jack Nagel
0b670bb7d1 pstoedit: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 01:33:10 -05:00
Jack Nagel
fd9a4c7f23 esniper: add missing checksum
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01 01:32:00 -05:00
Jack Nagel
b81d01e23d Update formulae for new XQuartz module 2012-08-01 00:31:39 -05:00
Steven Schlansker
918d28c266 PostgreSQL: build uuid-ossp with _XOPEN_SOURCE.
Fixes build on Mountain Lion

Fixes Homebrew/homebrew#10315.
Fixes Homebrew/homebrew#13639.
Closes Homebrew/homebrew#13803.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-31 07:05:33 -07:00
shazron
072a8b98f6 ios-sim 1.5
Closes Homebrew/homebrew#13783.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:57:28 -07:00
Brett Koonce
a542b2fdd9 phoronix-test-suite 4.0.0
Closes Homebrew/homebrew#13799.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:56:59 -07:00
Brett Koonce
5e847b1824 pgpool-II 3.1.3
Closes Homebrew/homebrew#13798.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:56:55 -07:00
Brett Koonce
e1c73a3425 pgbouncer 1.5.2
Closes Homebrew/homebrew#13797.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:56:50 -07:00
Brett Koonce
85c808f1e8 pdsh 2.26
Closes Homebrew/homebrew#13796.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:56:46 -07:00
Brett Koonce
ed5e89db53 pdnsd 1.2.9a
Closes Homebrew/homebrew#13795.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:56:41 -07:00
Brett Koonce
05974f251b pax-construct 1.5
Closes Homebrew/homebrew#13794.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:56:37 -07:00
Brett Koonce
2653d71d21 patchutils 0.3.2
Closes Homebrew/homebrew#13792.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:56:31 -07:00
Brett Koonce
170d2bcb79 pam_yubico 2.12
Closes Homebrew/homebrew#13791.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:56:26 -07:00
Clemens Gruber
a0c49e2362 chicken 4.7.0.6
Closes Homebrew/homebrew#13788.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:56:23 -07:00
Brett Koonce
85dcf283e5 pigz 2.2.5
Closes Homebrew/homebrew#13801.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:55:39 -07:00
Brett Koonce
40b90396e9 plowshare 20120707
Closes Homebrew/homebrew#13804.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:55:34 -07:00
Brett Koonce
49206c3195 pure 0.55
Closes Homebrew/homebrew#13810.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:55:29 -07:00
Brett Koonce
815c3031ae pstoedit 3.60
Closes Homebrew/homebrew#13809.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:55:24 -07:00
Brett Koonce
f0b786d97b ppl 1.0
Closes Homebrew/homebrew#13808.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:55:19 -07:00
Brett Koonce
925a6a6adf prodigal 2.60
Closes Homebrew/homebrew#13807.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:55:14 -07:00
Brett Koonce
6a9aa6cb07 ptunnel 0.72
Closes Homebrew/homebrew#13806.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:55:08 -07:00
Brett Koonce
7400304be6 primer3 2.3.4
Closes Homebrew/homebrew#13805.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:55:02 -07:00
Constantime Kim
61ebd2f206 serf: universal support
Fixes Homebrew/homebrew#13226.
Closes Homebrew/homebrew#13813.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:54:15 -07:00
Brett Koonce
b686106f57 pngcrush 1.7.34
Closes Homebrew/homebrew#13802.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-31 00:32:59 -03:00
Misty De Meo
1ace955ce8 xmlrpc-c: Patch other files for curl/types.h 2012-07-30 18:33:13 -03:00
Mike McQuaid
bbfd251e1f blast: bump fails_with :clang version.
Closes Homebrew/homebrew#13595.
Closes Homebrew/homebrew#13634.
2012-07-30 22:21:03 +01:00
Mike McQuaid
0b5d77b407 Qt: update comment with upstream patch status. 2012-07-30 20:44:50 +01:00
Brett Koonce
1a6663aedb openconnect 4.06
Closes Homebrew/homebrew#13776.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 12:38:24 -07:00
Brett Koonce
1ee0f72ad0 open-mesh 2.2
Closes Homebrew/homebrew#13775.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 12:38:17 -07:00
Brett Koonce
c7b7c6ee0f open-vcdiff 0.8.3
Closes Homebrew/homebrew#13774.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 12:38:12 -07:00
Brett Koonce
8f569f51eb oggz 1.1.1
Closes Homebrew/homebrew#13773.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 12:38:05 -07:00
Brett Koonce
da2d366289 ortp 0.20.0
Closes Homebrew/homebrew#13772.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 12:37:59 -07:00
Brett Koonce
ba74563569 openfst 1.3.2
Closes Homebrew/homebrew#13771.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 12:37:54 -07:00
Brett Koonce
bd4dc69da7 oath-toolkit 1.12.0
Closes Homebrew/homebrew#13770.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 12:37:48 -07:00
Adam Vandenberg
0edc9dce7f readline: vendorize patches
Downloading from mirrors is unreliable.

Closes Homebrew/homebrew#13763.
2012-07-30 12:33:08 -07:00
Adam Vandenberg
891fdbd42f Fix typo
Fixes Homebrew/homebrew#13780.
2012-07-30 10:27:44 -07:00
Matthew Lewinski
3c4ff92e7c Perforce-*: 2012.1 release.
Closes Homebrew/homebrew#13779.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 10:06:33 -07:00
Misty De Meo
596476ad78 Add conflicts_with DSL method
conflicts_with is a thin wrapper around Requirement which simplifies
marking conflicts between formulae.

Closes Homebrew/homebrew#13687.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-30 13:47:12 -03:00
Misty De Meo
d4d244da6e xmlrpc-c: Fix curl #include on 10.8
curl/types.h has been deprecated for many years, and is an empty file
in the 10.6 and 10.7 versions of curl. 10.8 upgraded to a version of
curl which has dropped it entirely, breaking some software which still
#included the deprecreated header. This patch backports an upstream fix
which removes the unnecessary #include.

Fixes Homebrew/homebrew#13540.
2012-07-30 11:59:19 -03:00
Adam Vandenberg
f1f18b215c trafficserver: fix man path 2012-07-29 21:54:40 -07:00
Brett Koonce
1ca7c296ca trafficserver 3.2.0
hb warning:

Warning: A top-level "man" directory was found.
Homebrew requires that man pages live under share.
This can often be fixed by passing "--mandir=#{man}" to configure.

Closes Homebrew/homebrew#13757.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 21:38:47 -07:00
Brett Koonce
5114947fef treeline 1.4.1
Closes Homebrew/homebrew#13761.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 21:38:20 -07:00
Brett Koonce
a10c5877f6 ttytter 2.0.02
Closes Homebrew/homebrew#13760.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 21:38:11 -07:00
Brett Koonce
10c56295a8 tth 4.03
Closes Homebrew/homebrew#13759.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 21:37:34 -07:00
Brett Koonce
7f81d58f23 transmission 2.61
Closes Homebrew/homebrew#13758.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 21:37:18 -07:00
Brett Koonce
23fcbb3153 tomcat 7.0.29
Closes Homebrew/homebrew#13756.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 21:36:55 -07:00
Brett Koonce
3904ff6a5b tofrodos 1.7.9
Closes Homebrew/homebrew#13755.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 21:36:47 -07:00
Brett Koonce
1bb64cd328 tabix 0.2.6
Closes Homebrew/homebrew#13754.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 21:36:39 -07:00
Brett Koonce
4d0db5efbf sundials 2.5.0
Closes Homebrew/homebrew#13750.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 17:24:29 -07:00
Brett Koonce
773640e90b stklos 1.10
Closes Homebrew/homebrew#13749.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 17:24:21 -07:00
Brett Koonce
1d8fb7d26d ssdeep 2.9
Closes Homebrew/homebrew#13748.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 15:49:02 -07:00
Brett Koonce
9bb3fcc398 srecord 1.60
Closes Homebrew/homebrew#13747.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 15:48:51 -07:00
Brett Koonce
6d77e7ffcd squirrel 3.0.3
Closes Homebrew/homebrew#13746.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 15:42:58 -07:00
Brett Koonce
1e30856837 skytools 3.1
Closes Homebrew/homebrew#13745.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 15:42:48 -07:00
Brett Koonce
635bf74da7 sisc-lite 1.16.6
Closes Homebrew/homebrew#13744.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 15:42:40 -07:00
Brett Koonce
f0388cc2e4 sqsh 2.1.8
Closes Homebrew/homebrew#13742.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 15:42:15 -07:00
Brett Koonce
a636f74cbf silk 2.5.0
Closes Homebrew/homebrew#13741.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 15:42:06 -07:00
Brett Koonce
73b8a09af0 shared-mime-info 1.0
Closes Homebrew/homebrew#13740.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 15:41:57 -07:00
Brett Koonce
671c76e5d7 ShaperProbe 2012.01
Closes Homebrew/homebrew#13739.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 15:37:02 -07:00
Brett Koonce
7f707e7c21 selenium-server-standalone 2.25.0
Closes Homebrew/homebrew#13738.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 15:36:43 -07:00
Brett Koonce
a781a1ad30 solr 3.6.1
Closes Homebrew/homebrew#13737.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 15:36:35 -07:00
Robert Lenhardt
b3b9fea0b0 pam_yubico 2.11
pam_yubico is a pam module allowing authentication with a yubikey.
authentification can be done online against yubico auth servers or
local with challenge-response mode. I have tested both modes with sudo
auth.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 13:59:10 -07:00
Adam Vandenberg
60e50cf68b ykpers: fix pre-Lion compilation 2012-07-29 13:59:10 -07:00
Yasuharu NAKANO
8dbc598d35 groovyserv 0.10 2012-07-29 13:30:29 -07:00
Paul Fitzpatrick
ce4189386b yarp 2.3.19
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 13:28:59 -07:00
Jesus Lopez
68bf987b7f ideviceinstaller 1.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 12:19:38 -07:00
Adam Vandenberg
fe51acc406 ode: fix checksum 2012-07-29 12:13:13 -07:00
Manuel Mayr
3573141c25 Pathfinder 0.41
Pathfinder is a purely relational XQuery Processor
and relational optimizer. This package enables people
to get a smooth installation experience rather than
building the whole package by themselves :)

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 12:07:57 -07:00
Brett Koonce
3e870b83aa ruby-odbc 0.99994
Closes Homebrew/homebrew#13732.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 11:36:20 -07:00
Brett Koonce
14a95d5492 samba 3.6.6
Closes Homebrew/homebrew#13731.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 11:36:09 -07:00
Brett Koonce
026b0166b8 rust 0.3.1
Closes Homebrew/homebrew#13730.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 11:36:01 -07:00
Stefhen Hovland
c4efe85f81 aws-cloudsearch 1.0.0.1-2012.03.05
Closes Homebrew/homebrew#11722.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 10:49:40 -07:00
Brett Koonce
68198bf0be rakudo-star 2012.07
Closes Homebrew/homebrew#13728.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 10:46:25 -07:00
Brett Koonce
052eb0f82b rhino 1.7R4
Closes Homebrew/homebrew#13727.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 10:46:15 -07:00
Brett Koonce
29aa63e0a8 raptor 2.0.8
Closes Homebrew/homebrew#13726.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 10:46:04 -07:00
Brett Koonce
5a66065fda qxmpp 0.6.3
Closes Homebrew/homebrew#13725.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 10:41:50 -07:00
Willem Deconinck
7545e0f43c scotch: Depend on MPIDependency
Closes Homebrew/homebrew#13241.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-29 09:34:24 -07:00
Brett Koonce
b46ed3f27f v8cgi 0.9.3
Closes Homebrew/homebrew#13708.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 09:31:59 -07:00
Brett Koonce
1986085808 vifm 0.7.3a
Closes Homebrew/homebrew#13709.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 09:31:47 -07:00
Brett Koonce
f3f88cb542 vrpn 07.30
Closes Homebrew/homebrew#13710.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 09:31:22 -07:00
Brett Koonce
89ec29e7b5 libwpd 0.9.4
Closes Homebrew/homebrew#13718.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 09:30:55 -07:00
Brett Koonce
ea50eba8cd webp 0.1.99
Closes Homebrew/homebrew#13717.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 09:27:28 -07:00
Adam Vandenberg
bc829b01f4 Fuse4x: fix sha1 2012-07-29 09:26:04 -07:00
Brett Koonce
b7d495fad6 writerperfect 0.8.1
Closes Homebrew/homebrew#13719.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 09:25:03 -07:00
Adam Vandenberg
4d949b9a89 cpptest: style update 2012-07-29 09:23:57 -07:00
Brett Koonce
29d18a8ef4 uriparser 0.7.7
Closes Homebrew/homebrew#13722.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 09:23:13 -07:00
Brett Koonce
8239433f38 quilt 0.60
Closes Homebrew/homebrew#13723.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 09:21:54 -07:00
DataSurfer
b97ebcf2bb icecast 2.3.3
Closes Homebrew/homebrew#13724.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 09:20:57 -07:00
Frank Celler
2f8474133a ArangoDB 1.0.beta1
Closes Homebrew/homebrew#13720.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-29 09:11:36 -07:00
Jack Nagel
416d5c99d0 libmpc 1.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-29 00:25:46 -05:00
Simon Heimlicher
f8ea567573 Added formula for md (1), which is missing from OS X Mountain Lion
Up to and including 10.7.4, OS X shipped with 'md' at '/usr/bin/md',
a BSD utility to manage dependencies. Since OS X 10.8, 'md' is
missing, which causes compilation of older software to fail with an
error message along the lines of 'make: md: No such file or directory'.
This formula uses the source for 'md' from OS X 10.7.4.

Closes Homebrew/homebrew#13612.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-28 20:27:46 -03:00
Brett Koonce
8d8a1b3167 ykclient 2.8
Closes Homebrew/homebrew#13693.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 15:56:52 -07:00
Adam Vandenberg
5d00b22e4c Fuse4x: always depend on newer autotools
Closes Homebrew/homebrew#13706.
2012-07-28 15:46:24 -07:00
Brett Koonce
23d99205b1 yeti 0.9.6
Closes Homebrew/homebrew#13694.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 15:42:52 -07:00
Brett Koonce
8d4380c8a2 yazpp 1.3.1
Closes Homebrew/homebrew#13695.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 15:41:56 -07:00
Brett Koonce
8dafeacb29 xdelta 3.0.3
remove 3.0.1 patch (fixed upstream in 3.0.2)

Closes Homebrew/homebrew#13696.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 15:41:45 -07:00
Brett Koonce
b8f7b122eb xml-coreutils 0.8.1
Closes Homebrew/homebrew#13697.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 15:41:24 -07:00
Brett Koonce
997a59c64e xapian 1.2.12
Closes Homebrew/homebrew#13698.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 15:41:05 -07:00
Brett Koonce
ac5a5b8b34 xpa 2.1.14
Closes Homebrew/homebrew#13700.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 15:40:47 -07:00
Brett Koonce
7f6549a24b xz 5.0.4
Closes Homebrew/homebrew#13701.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 15:40:37 -07:00
Brett Koonce
1bbc51edce libtiff 4.0.2
Closes Homebrew/homebrew#13702.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 15:40:28 -07:00
Brett Koonce
dbb2eb15e6 xplanet 1.3.0
Closes Homebrew/homebrew#13703.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 15:40:18 -07:00
Brett Koonce
d747f3485a xmlrpc-c 1.16.42
Closes Homebrew/homebrew#13704.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 15:40:09 -07:00
Loic Nageleisen
26dea46649 aiccu 20070115
Closes Homebrew/homebrew#12178.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 13:38:22 -07:00
Mark Bidewell
c4c63259bd clamav 0.97.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 13:12:59 -07:00
Alex Varju
25256ee15f p4 2012.1/473528
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 12:00:55 -07:00
Sébastien Gross
787d55701b debianutils 4.3.2
This formula install some useful commands provided by Debian such as:
   - run-parts(8)
   - ischroot(1)
   - tempfile(1)

Closes Homebrew/homebrew#11285.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 10:31:20 -07:00
Chris Cosby
5798bc98ea dynamips 0.2.8-RC3
Closes Homebrew/homebrew#11556.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 10:18:15 -07:00
SHIMADA Koji
3c65138434 cutter 1.2.0
Closes Homebrew/homebrew#11163.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 09:57:27 -07:00
Adrian Almenar
4b7edb89f6 Cisco Discovery Protocol Decoder 2.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 09:50:03 -07:00
Lifepillar
80e95a62ae MySQL Cluster 7.2.6.
MySQL Cluster (http://www.mysql.com/cluster/) is a write-scalable, real-time,
ACID-compliant transactional database designed around a distributed,
multi-master architecture with no single point of failure.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 09:42:44 -07:00
Ian Langworth
e6aff5cb8c Cadubi 1.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 09:33:56 -07:00
Takahiro Noda
31deca171d hyperestraier 1.4.13
Hyper Estraier is a full-text search engine. It can be built with
MeCab support to extract Japanese keywords. Its dependencies, such
as qdbm, mecab, and mecab-ipadic, are already available as formulas
and make its installation painless.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 09:18:55 -07:00
Brett Koonce
3714dfa674 rush 1.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 09:13:23 -07:00
Charlie Sharpsteen
5e71abc127 bsponmpi, konoha: Use MPIDependency
Closes Homebrew/homebrew#13255.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-28 09:12:44 -07:00
Brett Koonce
f24d0406bd libmicrohttpd 0.9.21
Closes Homebrew/homebrew#13679.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:55:02 -07:00
Brett Koonce
5e7e4afb08 (gnu) global 6.2.4
Closes Homebrew/homebrew#13683.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:54:49 -07:00
Brett Koonce
08e12e1511 libosip2 3.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:54:21 -07:00
Peter Aronoff
db0b2f1130 getmail 4.32.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:41:13 -07:00
Joseph C
ce29ce7548 z 1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:40:37 -07:00
Brett Koonce
afcd20daa0 guile 1.8.8 (devel 2.0.6)
Closes Homebrew/homebrew#13671.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:39:43 -07:00
Brett Koonce
5d4e26b76e libextractor 0.6.3
Closes Homebrew/homebrew#13680.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:36:34 -07:00
Brett Koonce
b8384eb102 kawa 1.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:36:13 -07:00
Brett Koonce
9f67be76d7 help2man 1.40.11
Closes Homebrew/homebrew#13682.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:35:48 -07:00
Brett Koonce
03710e3765 gnu-units 2.00
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:35:33 -07:00
Brett Koonce
a12daa745f libgsasl 1.8.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:34:50 -07:00
Brett Koonce
13ac6b4f17 wireshark 1.8.1
Closes Homebrew/homebrew#13667.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:33:20 -07:00
Brett Koonce
276c904758 c-ares 1.9.1
Closes Homebrew/homebrew#13666.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:33:16 -07:00
Brett Koonce
f97f99546b velvet 1.2.07
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-28 08:31:20 -07:00
Brett Koonce
e6d6b10931 mpg123 1.14.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-27 15:11:40 -07:00
Brett Koonce
625fbed9ec go-app-engine-32 1.7.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-27 11:22:44 -07:00
Brett Koonce
b0b67e0e01 go-app-engine-64 1.7.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-27 11:20:21 -07:00
Brett Koonce
5aba456445 botan 1.10.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-27 11:16:49 -07:00
Dave Crossland
0cbab21226 libspiro 20071029
Closes Homebrew/homebrew#13561.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-27 11:15:23 -07:00
Michael Ummels
e527a83eb3 fontforge: Enable Python extension
Build the Python extension by default and install it to the right location.

Fixes Homebrew/homebrew#4689.
Closes Homebrew/homebrew#12535.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-27 11:12:27 -07:00
Mike McQuaid
e4ab5cfcb9 Qt: Fix Webkit and upstream patch.
Fixes Homebrew/homebrew#13368. Fixes Homebrew/homebrew#13640.
2012-07-27 15:34:41 +01:00
Mike McQuaid
17002bf57c CMake: Add Mountain Lion bottle. 2012-07-27 13:33:28 +01:00
Adam Vandenberg
2dc688003e postgresql: update Python patch per MacPorts 2012-07-26 23:07:46 -07:00
Ryan Schlesinger
d8d4dda5b4 sphinx: Updating failing clang build to 421
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-26 23:04:30 -07:00
Brett Koonce
dd6d64e255 ykpers 1.7.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-26 23:03:45 -07:00
Mike McQuaid
b7af078c51 Qt: Fix on Mountain Lion but disable QtWebKit.
Partial fix for Homebrew/homebrew#13368.
2012-07-26 21:06:57 +01:00
Domingo Suarez Torres
cfafb871b6 Groovy 2.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-26 09:56:21 -07:00
Adam Vandenberg
be74ca2160 ipopt: add missing pkg-config dep 2012-07-26 09:24:51 -07:00
Brett Koonce
5615fc089a hive 0.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-26 09:17:30 -07:00
Anthony Somerset
77e22c5503 wp-cli 0.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-26 09:13:33 -07:00
Mark A. Matienzo
0b88ac3d89 bulk_extractor: add devel (1.3b5)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-26 09:12:28 -07:00
Brett Koonce
058c9fafab mariadb 5.3.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-26 09:09:23 -07:00