Commit Graph

19435 Commits (dcca5e8a1bcd0a7aac92c4047ff846a262e0c447)

Author SHA1 Message Date
Mike McQuaid cbbb678e77 ansible: clean up formula, fix system Python use.
Closes Homebrew/homebrew#22307.
2013-09-05 09:10:05 +01:00
Jack Nagel e15eec1916 sqlite 3.8.0.2 2013-09-04 19:59:56 -05:00
Jack Nagel 75029ca561 erlang: add comment about updates 2013-09-04 18:36:13 -05:00
Jack Nagel 304ad33cfc elixir: erlang R16 is in core now 2013-09-04 18:34:12 -05:00
Felix Bünemann aff95e5e11 erlang OTP R16B01
Also adds `--with-fop` to build pdf docs aswell as adding unixodbc dep
on Mavericks which no longer include iodbc in the 10.9 SDK.

Closes Homebrew/homebrew#20708.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-04 18:15:27 -05:00
Jack Nagel 14c6c06565 erlang: remove outdated comment
We always need autotools since we use the github tarball.
2013-09-04 18:13:54 -05:00
Anthony Grimes aec70a62fb Elixir 0.10.2
Closes Homebrew/homebrew#22288.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-04 17:07:06 -05:00
Fred Potter e1a2bbdb6f xctool 0.1.11
Release Info --
https://github.com/facebook/xctool/releases/tag/v0.1.11

Closes Homebrew/homebrew#22318.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-04 16:29:23 -05:00
Ralph Giles 6460624889 opusfile 0.4
Closes Homebrew/homebrew#22317.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-04 16:29:07 -05:00
Jaime Marquínez Ferrándiz 95aee764d7 youtube-dl 2013.09.04
Closes Homebrew/homebrew#22312.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-04 16:28:09 -05:00
Andy Blyler 2f37cc8ac8 percona-server 5.6.13-rc60.5
Closes Homebrew/homebrew#22305.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-04 16:27:36 -05:00
Jack Nagel 5ff9e735c2 open-ocd: style 2013-09-04 16:20:41 -05:00
Jack Nagel 0fe08c104d open-ocd: depend on libftdi0
Fixes Homebrew/homebrew#22313.
2013-09-04 16:20:29 -05:00
Jack Nagel 1ef041610f lcdproc: depend on libftdi0 2013-09-04 16:15:21 -05:00
Jack Nagel 6d40b9f124 avrdude: depend on libftdi0 2013-09-04 16:15:21 -05:00
Jack Nagel f4902e7560 Add libftdi0
As it turns out, *nothing* in Homebrew that depends on libftdi is
compatible with libftdi 1.0.

avrdude doesn't even have a configure option for it, but will attempt to
link with it if libusb is also present.

lcdproc has a configure option, but instead of erroring out if it's not
found, it just silently compiles without it.

Rather than revert and wait (possibly forever) for these things to be
updated to the new library, I'm just adding the older version. It
installs alongside libftdi 1.0 without any conflicts.
2013-09-04 16:15:20 -05:00
Jack Nagel 6b31b399c8 glew: remove glu requirement from pc file
glew adds "Requires: glu" to glew.pc, even though on fresh OS X installs
there will not be a glu.pc anywhere on the system (but the library
itself is in the system's OpenGL framework).

The requirement will actually be satisfied if XQuartz is installed, but
it's only a coincidence. So I'm removing this, which should allow gource
to build on systems without XQuartz. *shrug*

Fixes Homebrew/homebrew#22025.
2013-09-04 11:09:13 -05:00
Samuel John 64ab040f0d inkscape: depends_on hicolor-icon-theme
As in the discussion [1] that theme is recommended to avoid
a warning if incskape.

[1]: https://github.com/mxcl/homebrew/pull/12989#issuecomment-23731355
2013-09-04 11:31:07 +02:00
Samuel John 644e52d613 pyqt: Generate PyQt4.pyqtconfig
This is no longer generated by the new (recommended) configure-ng.py but
some older projects (like PyQWT) still need that file, so we first
run configure.py and copy over the generated pyqtconfig.py manually.
Then, we normally run and build with configure-ng.py.

Fixes Homebrew/homebrew#21984
2013-09-04 10:48:55 +02:00
Cliff Rowley 13c717e17c chromedriver 2.3
Closes Homebrew/homebrew#22301.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-04 08:41:24 +01:00
Daisuke Maki 8e0068d54d perl-build 1.05
Closes Homebrew/homebrew#22300.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-04 08:40:18 +01:00
Daisuke Maki d85e0a9085 plenv 2.1.0
Closes Homebrew/homebrew#22299.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-04 08:39:50 +01:00
Jack Nagel 2c5e511516 gource: remove unrecognized configure flags 2013-09-03 11:25:25 -05:00
Samuel John f0456b6926 enchant: Don't download of distribute on-the-fly 2013-09-03 16:05:32 +02:00
Samuel John c0b3a4b666 ansible: 1.2.2 some fixes
-   Install the Python module `ansible` into the usual prefix, but use
    `python.private_site_packages` (in `libexec`) for the deps.
-   In oder for the `ansible` module to be useful, the deps are needed
    and we insert the `python.private_site_packages` in the
    `ansible/__init__.py` as a `sitedir`, to the `egg`s are working.
-   Rewrote the `bin_wrapper` to be ready to be moved into
    `python_helper` or something.
-   With the brand new changes in the PythonInstalled dependency,
    it is not necessary to set the `PYTHONPATH` if you want to use
    the `python.private_site_packages` inside of the `libexec`.
    However, you have to put the calls to `system python` inside of
    a `python do … end` block (technical limitation of supporting
    Python 2.x and 3.x in general).
2013-09-03 14:26:16 +02:00
Mike McQuaid cd2e419601 ansible: 1.2.2 (new formula)
Closes Homebrew/homebrew#22236.

Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-09-03 14:26:15 +02:00
Xiyue Deng 937ee7882e gfortran formula improvement.
* Disable isl and cloog version check to avoid break when they upgrade.
* Enable link-time-optimization (LTO).
2013-09-02 22:38:23 -07:00
Xiyue Deng 811f24981c isl 0.12.1 with more formula cleanups.
* Fix URLs to use new upstream repo and use tag to track stable
  releases.
  - Fix homepage to use freecode site.
  - Fix head URL.
* Now that isl needs to bootstrap before compile.
  - Add :autoconf, :automake, :libtool as build dependencies, and run
    ./autogen.sh before configure.
* Enable verbose build output to help future debugging.
2013-09-02 22:33:46 -07:00
Max Howell 44cb96e012 Sorry, I meant to use ENV.compiler 2013-09-02 22:28:06 -05:00
Max Howell bc1cf65cde Go builds with clang, without cgo module 2013-09-02 22:20:38 -05:00
Jack Nagel c6cbd7f97e libftdi: depends on libusb, not libusb-compat
Closes Homebrew/homebrew#22258.
2013-09-02 18:45:03 -05:00
Markus Cisler d41ffbee3d fb-client 1.3.0
Closes Homebrew/homebrew#22272.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-02 18:32:09 -05:00
Jack Nagel 42a1babffc rbenv-gemset 0.4.0
Closes Homebrew/homebrew#22254.
2013-09-02 17:58:10 -05:00
Jack Nagel b56df279c8 juise: remove redundant comment 2013-09-02 17:53:10 -05:00
Brandon Bennett 1e2b2c41f5 libslax 0.16.18
Closes Homebrew/homebrew#22252.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-02 17:52:21 -05:00
Brandon Bennett 42c75966d8 juise 0.5.8
Closes Homebrew/homebrew#22251.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-02 17:52:11 -05:00
wkruse 0c6833da31 play devel 2.2.0-RC1
Closes Homebrew/homebrew#22270.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-02 17:47:41 -05:00
Bartosz Burclaf 9a4bb71e1c dart 26639
Closes Homebrew/homebrew#22261.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-02 17:45:37 -05:00
Mike McQuaid 211ea2e7ef Fix various Python import tests. 2013-09-02 22:32:02 +01:00
Rob Hoelz 622b6d6859 ack 2.08
Closes Homebrew/homebrew#22214.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-02 22:27:40 +01:00
Justin Clift 1f76760c53 libvirt 1.1.2
Closes Homebrew/homebrew#22262.
Closes Homebrew/homebrew#22269.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-02 21:55:36 +01:00
Erik Michaels-Ober fc089b2e55 ruby-build 20130901
Closes Homebrew/homebrew#22246.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-09-01 15:40:28 -05:00
Jack Nagel 01e07e0596 freetype 2.5.0.1 2013-09-01 15:29:02 -05:00
Xiyue Deng bfdd67aa79 Fix option description that only Clang library is built.
* Also fix an annoyance in caveats (llvm3* -> llvm*).

Closes Homebrew/homebrew#22247.
2013-09-01 12:57:42 -07:00
Jack Nagel 1436ed5bf3 harfbuzz: ensure icu is enabled 2013-09-01 14:24:34 -05:00
Jack Nagel 893b7e5860 harfbuzz 0.9.20 2013-09-01 14:24:33 -05:00
Jack Nagel d054ec5f3c harfbuzz: depends on freetype 2013-09-01 14:24:32 -05:00
Jack Nagel 40b5efb09b harfbuzz: does *not* depend on fontconfig 2013-09-01 14:13:50 -05:00
Jack Nagel 62a77550f1 pango: update deps
- Always depend on newer fontconfig
 - Remove outdated comment about cairo; we always use our cairo these
   days anyway
2013-09-01 14:12:37 -05:00
Jack Nagel 6213c8184b fontconfig 2.10.95 2013-09-01 13:49:56 -05:00