Commit graph

20345 commits

Author SHA1 Message Date
Mike McQuaid
38b9708fc2 readline: add mavericks bottle. 2013-10-28 11:19:19 +00:00
Mike McQuaid
007b0559dd pkg-config: add mavericks bottle. 2013-10-28 11:19:08 +00:00
Mike McQuaid
0e18846442 libtool: add mavericks bottle. 2013-10-28 11:19:03 +00:00
Mike McQuaid
4014185487 libpng: add mavericks bottle. 2013-10-28 11:18:54 +00:00
Mike McQuaid
9e124af733 jpeg: add mavericks bottle. 2013-10-28 11:11:33 +00:00
Mike McQuaid
c6b79ad0f7 imagemagick: add mavericks bottle. 2013-10-28 11:11:30 +00:00
Mike McQuaid
7808e158ca git: add mavericks bottle. 2013-10-28 11:10:58 +00:00
Mike McQuaid
444ba90546 freetype: add mavericks bottle. 2013-10-28 11:00:53 +00:00
Mike McQuaid
bd4ae326d8 fontconfig: add bottles. 2013-10-28 11:00:44 +00:00
Mike McQuaid
363a1d1a8d cmake: add mavericks bottle. 2013-10-28 11:00:32 +00:00
Mike McQuaid
04d22fd8fb automake: add bottles. 2013-10-28 10:34:34 +00:00
Mike McQuaid
c5cbd227d2 autoconf: add bottles. 2013-10-28 10:34:25 +00:00
Mike McQuaid
b2f2aecf3a apple-gcc42: add mavericks bottle. 2013-10-28 10:34:16 +00:00
Mike McQuaid
46fdedf754 jq: cleanup HEAD dependencies. 2013-10-28 09:26:44 +00:00
Mike McQuaid
554729166f fish 2.1.0
Closes Homebrew/homebrew#23562.
2013-10-28 09:16:18 +00:00
Mislav Marohnić
8ce48f6e28 ruby-build 20131028
Closes Homebrew/homebrew#23685.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27 18:14:01 -07:00
Xiyue Deng
ba923fcf13 subversion: fix perl bindings.
* Add swig as dependency for bindings.
* Regenerate autotools as advice by upstream.
  - Depends on autotools for this purpose.
* Filter out "-isystem" flags from Makefiles after installing main
  components.
  - Homebrew uses "-isystem" in CPPFLAGS to help detecting system
    componenets, but subversion passes it to swig which doesn't
    understand this. Manually filtering them out make it compile.

Closes Homebrew/homebrew#20932.
Closes Homebrew/homebrew#22668.
2013-10-27 16:56:15 -07:00
Xiyue Deng
f728a0e0d4 bwm-ng: fix building with clang.
* Use c89 inline rules so that clang can build it.

Closes Homebrew/homebrew#23676.
2013-10-27 16:29:08 -07:00
Miguel Algaba
ce770197ad Minor fix to location of patch for glog
Closes Homebrew/homebrew#23674.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27 11:52:13 -07:00
Bryce Chidester
f074e15e3f texapp 0.6.5
Closes Homebrew/homebrew#23672.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27 11:50:14 -07:00
Lifepillar
a7a23825a6 ledger: fix --HEAD for OS X 10.9
Closes Homebrew/homebrew#23670.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27 11:07:01 -07:00
Jack Nagel
53d71ff144 plowshare: fix imagemagick dep
Fixes Homebrew/homebrew#23656.
2013-10-27 12:54:08 -05:00
Ben Swift
e0237dfa3f libdrawtext 0.1
Closes Homebrew/homebrew#21653.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27 09:56:08 -07:00
Bas Spaans
83f1134e48 Headphones 0.1.2
Closes Homebrew/homebrew#21650.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27 08:48:37 -07:00
Eugene San (eugenesan)
69947cd3e2 iftop: add caveats
Closes Homebrew/homebrew#23581.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27 08:18:19 -07:00
Ryo Okamoto
06804ec9cb fdclone: adjust default config values.
Closes Homebrew/homebrew#23648.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27 08:10:39 -07:00
Ryo Okamoto
ff5a7435ae fdclone: set default message lang to English.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27 08:10:38 -07:00
Eugene San (eugenesan)
3d3d4bc472 meld: 1.8.2
* New upstream version
* Add missing python dependency
* Add GTK source view for code styling
* Wrapper to block console output and usage of system python

Closes Homebrew/homebrew#23652.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27 08:10:23 -07:00
Nat Welch
f216e28c24 gcutil 1.10.0
Closes Homebrew/homebrew#23663.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27 08:04:05 -07:00
Xiyue Deng
f002bc4ea0 geos: support C++11 mode.
Closes Homebrew/homebrew#22697.
2013-10-27 06:02:01 -07:00
Xiyue Deng
0f3211eac7 open-scene-graph: support C++11 mode.
Closes Homebrew/homebrew#19999.
2013-10-27 06:02:01 -07:00
Xiyue Deng
38bcc718d7 protobuf: support C++11 mode.
Closes Homebrew/homebrew#19141.
2013-10-27 06:02:00 -07:00
Xiyue Deng
93f84a6562 yaml-cpp: support C++11 mode.
* Requires dependencies built with C++11 when requesting C++11 mode.

Closes Homebrew/homebrew#16162.
2013-10-27 06:01:21 -07:00
Xiyue Deng
c9ff971eb6 icu4c: support C++11 mode.
* Enable verbose build log.
2013-10-27 06:01:01 -07:00
Xiyue Deng
60c8449725 poco: support C++11 mode.
Closes Homebrew/homebrew#17750.
2013-10-27 06:01:01 -07:00
Xiyue Deng
1a1e7de9a9 open-mpi: support C++11 mode.
* Disable silent rules for verbose build log.
* Include upstream patch to fix C++11 reserved string literal.

Closes Homebrew/homebrew#21452.
2013-10-27 06:01:00 -07:00
Xiyue Deng
d6bd627c6b boost: support C++11 mode.
* Add info about option renaming: '--with-c++11' -> '--c++11'.
  - Require C++ dependencies with C++11 support when requesting '--c++11'.
* Building MPI python support in C++11 mode fails. Disable.
2013-10-27 06:00:52 -07:00
Ed Porras
96c3f81fb5 poppler 0.24.3
Closes Homebrew/homebrew#23650.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-10-26 22:02:07 -07:00
Jack Nagel
4ba34e909f grass: style nit 2013-10-26 20:51:02 -05:00
Jack Nagel
6fe6f699d1 grass: always depend on Homebrew's cairo 2013-10-26 20:51:02 -05:00
Brett Koonce
56f65e45df lighttpd 1.4.33
Closes Homebrew/homebrew#23614.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-26 17:03:24 -07:00
teenst
dee08b7182 testdisk 6.13
Closes Homebrew/homebrew#23634.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-26 12:09:47 -07:00
Alexey Ivanov
adfebe01de nanomsg: enable optional debug build
Considering alpha stage of this library ability to build with debug
symbols is useful.

Closes Homebrew/homebrew#22974.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-26 12:08:36 -07:00
Dustin Rodrigues
b735c99198 libsigc++ 2.3.1
Closes Homebrew/homebrew#23429.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-26 12:07:08 -07:00
Walter Cacau
a7d5479eb3 gammu 1.33.0
Closes Homebrew/homebrew#21384.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-26 11:08:48 -07:00
Adam Vandenberg
9944463ca7 activemq-cpp 3.8.1 2013-10-26 11:08:48 -07:00
Francisco Facioni
1e9b22e9ca activemq-cpp 3.7.1
Closes Homebrew/homebrew#21543.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-26 11:08:34 -07:00
Adam Vandenberg
e0dd118de5 Redact flare
This has been non-compiling for a while, and the most recent version
has an unlisted dependency. Since no users of this software have
reported problems, redacting.

Closes Homebrew/homebrew#23631.
2013-10-26 10:37:01 -07:00
Peter Eisentraut
8cae1e5786 dpkg: Patch to use gtar in more places
Closes Homebrew/homebrew#23335.

Signed-off-by: Peter Eisentraut <peter@eisentraut.org>
Closes Homebrew/homebrew#23335.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-26 10:22:20 -07:00
eru.tndl
5d5bc24565 mscgen: add option --with-freetype
Closes Homebrew/homebrew#23515.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-26 09:53:21 -07:00