Commit graph

11301 commits

Author SHA1 Message Date
Adam Vandenberg
58cd1a13ad bazaar: use options dsl 2012-08-08 22:10:00 -07:00
Adam Vandenberg
6855d6745a babl: use options dsl 2012-08-08 22:07:31 -07:00
Adam Vandenberg
2c3cb1f618 avrdude: use options dsl 2012-08-08 22:06:45 -07:00
Adam Vandenberg
cee48126d5 avidemux: use options dsl and other cleanups 2012-08-08 22:05:16 -07:00
Adam Vandenberg
dc99c823b3 autotrace: use options dsl 2012-08-08 22:01:39 -07:00
Adam Vandenberg
26a30cbc3c audiofile: use options dsl 2012-08-08 22:01:39 -07:00
Adam Vandenberg
f35c083e62 atk: use options dsl 2012-08-08 22:01:39 -07:00
Adam Vandenberg
ad4d921c37 apollo: use options dsl 2012-08-08 22:01:39 -07:00
Adam Vandenberg
bcef0356d1 zeromq: style updates 2012-08-08 22:01:39 -07:00
Adam Vandenberg
a97b7506aa zeromq: use options dsl 2012-08-08 22:01:39 -07:00
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