Commit Graph

20232 Commits (cd1831c188c216343592474f160e967fc169ba3f)

Author SHA1 Message Date
Matt Swain cd1831c188 gocr 0.50: Added option to build library
Using option '--with-lib' will run 'make libs' which will ensure the library and headers are installed. Required a minor patch to the makefile.

Closes Homebrew/homebrew#21997.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-29 07:35:34 -07:00
Dan Palmer d27c8c967f radamsa 0.3
Closes Homebrew/homebrew#21772.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-29 07:32:11 -07:00
Patrick Li 7686beb0c8 sef: add "--with-brewed-openssl"
Closes Homebrew/homebrew#21449.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-29 07:26:49 -07:00
godswearhats d733b9916f pk 1.0.2
Closes Homebrew/homebrew#21442.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-29 07:22:53 -07:00
Etienne Laurin 8d37bf4a08 RethinkDB 1.10.1
Closes Homebrew/homebrew#23622.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-29 07:17:48 -07:00
Xiyue Deng cfb1d4f674 hping: fix building with secure strlcpy.
Closes Homebrew/homebrew#23677.
2013-10-28 23:26:52 -07:00
Xiyue Deng b705765450 libav 9.10
* Add head URL.
* Enable more optional dependencies.
* Enable avplay with optional sdl dependency.
* Currently libcdio, libdc1394, and libgsm dependencies doesn't work out
  of the box. May need to keep an eye on them.
2013-10-28 21:01:25 -07:00
Dave Crossland 47c68631b2 kernagic 0.2
Closes Homebrew/homebrew#22666.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-28 19:51:13 -07:00
Steffen Matthischke b456120463 x265 0.4.1
Closes Homebrew/homebrew#22708.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-28 19:42:37 -07:00
buckket 71298c9c85 dateutils 0.2.5
Closes Homebrew/homebrew#23264.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-28 19:37:01 -07:00
Joseph Yølk Chiocchi 2b6890a54a vtclock 2005-02-20
Closes Homebrew/homebrew#23636.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-28 18:57:34 -07:00
Joseph Yølk Chiocchi 2010e14d56 clockywock 0.3.1a
Closes Homebrew/homebrew#23638.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-28 18:57:22 -07:00
phySi0 e77892950f tty-clock 0.1
Closes Homebrew/homebrew#23348.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-28 18:56:02 -07:00
HAYASHI Kentaro bdf76ebda8 Groonga 3.0.9
Closes Homebrew/homebrew#23690.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-28 18:55:14 -07:00
Jon Austin e7e2c50429 libtextcat 2.2
Closes Homebrew/homebrew#23339.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-28 18:52:47 -07:00
onewheelskyward 431ab4cb25 siege 3.0.5
Closes Homebrew/homebrew#23714.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-28 18:51:02 -07:00
Adam Vandenberg 2493cf4b4c pypy: symlink pypy to bin
Closes Homebrew/homebrew#23723.
2013-10-28 18:49:25 -07:00
Jack Nagel c45b352bed ragel: use upstream fix 2013-10-28 20:10:16 -05:00
Jack Nagel 402b11ee50 ragel: add patch to fix compilation with recent clang
Closes Homebrew/homebrew#23394.
2013-10-28 20:04:49 -05:00
Greg Karékinian e7c71423f0 wine: fix library path in wrapper when building without x11
This was caused by `MacOS::X11.lib` raising an exception because of the
`MacOS::X11#prefix` method: the `@prefix` instance variable stays nil
when neither `/opt/X11/lib/libpng.dylib` nor `/usr/X11/lib/libpng.dylib`
exist.

Closes Homebrew/homebrew#23640.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-28 19:55:02 -05:00
Rob Smith fb4607ae5e Percona toolkit 2.2.5
Closes Homebrew/homebrew#23712.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-28 19:40:59 -05:00
Brett Koonce 06cab6bb21 poco (devel) 1.5.2
Closes Homebrew/homebrew#23711.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-28 19:40:38 -05:00
Jack Nagel da50737f2a tomcat 7.0.47 2013-10-28 19:38:44 -05:00
Jack Nagel 5aa76889d0 git 1.8.4.2 2013-10-28 19:18:34 -05:00
Xiyue Deng 42519e064c qpdf: Fix build with Clang/libc++.
* Reference patch from my upstream PR:
  https://github.com/qpdf/qpdf/pull/21.

Closes Homebrew/homebrew#23412.
2013-10-28 16:22:11 -07:00
onewheelskyward 9fb40eee20 Siege 3.0.4
Closes Homebrew/homebrew#23704.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-28 14:53:40 -05:00
Jack Nagel efd7fc25b2 voltdb: depends on ant 2013-10-28 14:46:49 -05:00
Jack Nagel fa879cd14a henplus: depends on ant 2013-10-28 14:46:38 -05:00
Jack Nagel bcc7199a1e Add ant dependency
Closes Homebrew/homebrew#23484.
Closes Homebrew/homebrew#23494.
Closes Homebrew/homebrew#23681.
2013-10-28 14:44:20 -05:00
Jack Nagel 511d2ecbbc Import ant from homebrew-dupes 2013-10-28 14:44:20 -05:00
Andy Piper e86f24ef4d mosquitto 1.2.2
Closes Homebrew/homebrew#23697.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-28 14:58:26 +00:00
Mike McQuaid bbd36b7968 boost: add mavericks bottle. 2013-10-28 13:48:29 +00:00
Mike McQuaid b10d377cca ghc: add mavericks bottle. 2013-10-28 12:37:58 +00:00
Mike McQuaid 47cd1fda9f phantomjs: add mavericks bottle. 2013-10-28 11:55:57 +00:00
Mike McQuaid d6f24cc1c4 redis: add bottles. 2013-10-28 11:36:18 +00:00
Mike McQuaid c8215d61fc mysql: add mavericks bottle. 2013-10-28 11:36:10 +00:00
Mike McQuaid 75ae995cda xz: add bottles. 2013-10-28 11:19:31 +00:00
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