Commit Graph

9789 Commits (6fd4937b6282d16040a69484752afbbd17867a32)

Author SHA1 Message Date
Mark A. Matienzo bb1f180268 bulk_extractor 1.2.1
add automake/autoconf dependencies if XCode >= 4.3

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-24 20:27:25 -07:00
Adam Vandenberg abc16ddcc3 mediatomb: fails with clang 2012-04-24 09:10:16 -07:00
Miles Pomeroy 6505d49432 grc: find rc file in etc, not prefix/etc
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-24 07:34:50 -07:00
Filipe Moreira fcdd371b1c mongodb: fix config file location in caveat
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-24 07:11:48 -07:00
Marnen Laibow-Koser b6239976a8 gobby 0.4.94
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-24 07:05:54 -07:00
Adam Vandenberg 69370be3cb libinfinity 0.5.2 2012-04-24 07:05:53 -07:00
Marnen Laibow-Koser 6d2b5a940d obby 0.4.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-24 07:05:41 -07:00
Marnen Laibow-Koser 803843f3d8 net6 1.3.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-24 06:59:14 -07:00
Adam Vandenberg da164bfcf5 gtksourceview: revert to 2.10.5
This version compiles against our version of glib.
2012-04-24 06:59:14 -07:00
Adam Vandenberg a871d49dd8 glibmm 2.32.0 2012-04-24 06:59:14 -07:00
Erik Michaels-Ober d95ecff6b8 Fix md5 for ruby-build v20120423
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-24 06:41:06 -07:00
Mike McQuaid 198728c50a Add and correctly find erlang bottle.
Fixes Homebrew/homebrew#11780.
2012-04-24 18:53:33 +10:00
Mike McQuaid c756e7743b Revert "Add and correctly find erlang bottle."
This reverts commit 146e253856eb3e27b6b7382734fd178c160c1beb.
2012-04-24 18:10:09 +10:00
Mike McQuaid 35af315441 Add and correctly find erlang bottle. 2012-04-24 18:08:14 +10:00
Adam Vandenberg 530f9c7d5c Ace 6.1.1 2012-04-23 21:36:25 -07:00
Sorin Ionescu 689c50637e fontforge: fix carbon header paths, close Homebrew/homebrew#10572
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

Find the developer prefix and use that, like MaPorts
- @adamv
2012-04-23 21:00:48 -07:00
Marcos Acosta 30720063f1 ruby-build v20120423
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-23 20:35:55 -07:00
Adam Vandenberg 455af13e32 szl: fails with clang
Fixes Homebrew/homebrew#11610
2012-04-23 20:28:28 -07:00
Patrick McLaughlin 02def32b00 yara 1.6
Closes Homebrew/homebrew#11830.

[jn: use -std=gnu89 instead of fails_with]

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-23 17:51:23 -05:00
James Aitken b1a9adf12c Nginx: Stable 1.2.0
Closes Homebrew/homebrew#11837.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-23 17:41:13 -05:00
nibbles 2bits 4d069eb3bb clamav 0.97.4
Upgrade clamav to version 0.97.4.  If check is installed, this
will pass all its self tests using clang or llvm from XC-4.3.2.
Remove the --disable-debug, which is the default behavior.

Closes Homebrew/homebrew#11840.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-23 17:36:58 -05:00
nibbles 2bits 7abbd6896f parallel 20120422
Upgrade parallel to version 20120422.

Closes Homebrew/homebrew#11839.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-23 17:36:18 -05:00
nibbles 2bits e81b11d7df help2man 1.40.9
Another upgrade for Help2Man, version 1.40.9

Closes Homebrew/homebrew#11838.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-23 17:35:53 -05:00
Misty De Meo 0f0d7ef8df exiftool 8.89 2012-04-23 10:18:16 -05:00
Misty De Meo 9684c9652d tmap: downgrade to 0.3.7
By user request - 0.3.7 is the version which is being officially
supported.

See Homebrew/homebrew#11813.
2012-04-23 10:17:11 -05:00
Misty De Meo 99c1bd3f4a emacs: don't build parallel for --HEAD
Fixes Homebrew/homebrew#11787, among others
2012-04-23 09:20:59 -05:00
Dave Cottlehuber d4998f92a3 OpenSSL 1.0.1
Closes Homebrew/homebrew#11247.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-22 22:12:24 -05:00
Fernando Mut d692c10848 New Formula: MesaLib-GLw
Installation of the GLw library compiled against the OS X version of
OpenGL libraries. Version 7.2 is considered by many (e.g. Fink, Ubuntu)
to be the stable version of MesaLib. GLw is not provided with OS X.
By default, MesaLib first compiles GL(mesa) and then GLw against it.
This forces that any application compiled against GLw will also need
to be linked with GL(mesa), not the native OS X version of OpenGL,
since otherwise you get a version incompatibility error.
In order to avoid having a duplicated version of the OpenGL library,
and also to take advantage of any hardware acceleration that the OS X
OpenGL version could provide, it is best to compile the GLw library
against the provided OS X OpenGL library. For this purpose, some
modifications to the autoconf setting file and the GLw Makefile
were performed. In particular, the inclusion of the OS X OpenGL header
files (located in /usr/X11/include/GL) instead of the header files
provided with the mesalib package, and the linkage against the OS X
OpenGL libraries (located in /usr/X11/lib). The compilation of the
GL(mesa) libraries was also removed from the autoconf settings file.
The installation of the package files is performed manually since the
'make install' fails due to a bad detection of symbolic links.

Closes Homebrew/homebrew#6074.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-22 17:59:58 -07:00
Rich Healey a18fd15472 Python Google App Engine SDK 1.6.4
Closes Homebrew/homebrew#11799.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-22 19:15:54 -05:00
Rich Healey c5f6ae11fe 64bit Go App Engine SDK 1.6.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-22 19:15:37 -05:00
Rich Healey 6ed9f553ab 32bit Go App Engine SDK 1.6.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-22 19:15:28 -05:00
Rich Healey cd9fe02695 Java App Engine SDK 1.6.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-22 19:15:13 -05:00
Jack Nagel ec4939e875 squashfs: fails with clang
cf. Homebrew/homebrew#8647.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-22 18:51:44 -05:00
Philipp Wollermann 091315f843 getmail 4.26.0
Closes Homebrew/homebrew#11815.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-22 18:49:19 -05:00
Jack Nagel 235026c3f0 scantailor: fails with clang
Fixes Homebrew/homebrew#11817.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-22 18:36:07 -05:00
Jack Nagel 2a49f3ced0 pango 1.30.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-22 18:14:02 -05:00
Camillo Lugaresi 2fdf5497f0 glib 2.32.1
Reviewed most patches (minus the UB stuff), fixed bugs, sent
patches upstream, updated to 2.32.1.

Closes Homebrew/homebrew#11279.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-22 18:10:17 -05:00
Jack Nagel 9f90cd8794 gettext: remove Snow Leopard bottle
The bottle was linked against libunistring, which is not a hard
dependency but gets picked up by the build if its present; this results
in breakage on systems where libunistring is not installed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-22 18:00:05 -05:00
Trevor Wennblom ea55558357 gconf 3.2.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-22 15:21:08 -07:00
Misty De Meo 228dcdc3f5 tmap fails_with :clang 2012-04-22 16:58:38 -05:00
Misty De Meo 2330ab8cee tmap 0.3.8 2012-04-22 16:58:10 -05:00
Misty De Meo 46aee21f20 ncmpcpp fails_with :clang
As reported by user patagonicus on IRC. Does build with LLVM.
2012-04-22 16:00:42 -05:00
Daniel Berjón 833476b0e9 libmusicbrainz 4.0.1
Closes Homebrew/homebrew#11812.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-22 14:33:45 -05:00
Sebastian Staudt 1c58fec715 gource: Update to 0.38
Gource now requires boost and glm.

Closes Homebrew/homebrew#11782.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-22 12:10:05 -07:00
Sebastian Staudt 05fdf4b078 New Formula: glm
Closes Homebrew/homebrew#11781.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-22 12:09:59 -07:00
Charlie Sharpsteen 7eb008bb68 boost: Fix Snow Leopard bottle
This bottle was built on 10.6.3 with XCode 3.2.6 and uses the system Python
instead of Homebrew's Python.
2012-04-22 12:05:18 -07:00
Mark A. Matienzo bf54f7e912 New formula: srecord
Closes Homebrew/homebrew#11808.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-22 13:52:49 -05:00
Shaun Jackman b0f9208097 ABySS 1.3.2
ABySS is a de novo sequence assembler that is designed for short reads
and large genomes.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-22 11:25:37 -07:00
BSS 77cab7892a gnu-time: patch to allow compilation with clang
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-22 11:17:40 -07:00
aas 49dd14ed61 Midnight Commander 4.8.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-22 11:15:32 -07:00