Commit Graph

8408 Commits (f0cf91acd2b561a8450a49af8d5b57d1e2293318)

Author SHA1 Message Date
Jack Nagel f0cf91acd2 pcre: add mirror
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-16 11:45:05 -06:00
Andy Fowler 92f3c6823e qcachegrind: Update to 0.7.1
No longer dependent on qt3 compatibility modules.

Closes Homebrew/homebrew#10205.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-02-16 00:31:26 -08:00
Charlie Sharpsteen a13d1e2083 GDAL: Install bindings to pythonX.Y/site-packages 2012-02-16 00:16:01 -08:00
samueljohn bd52b679da sip & pyqt: Now use lib/pythonX.Y/site-packages
Benefit: For brewed Python, adding stuff to the PYTHONPATH is no longer needed.
For other Pythons nothing changes but the X.Y part in the path. Oh, and you
only need to edit your PYTHONPATH once.

- Added a method to get the major.minor version number from the current python
- Updated the caveats to reflect the new path

Fixes Homebrew/homebrew#8182.
Closes Homebrew/homebrew#10051.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-02-16 00:03:07 -08:00
Jack Nagel dba62fd97d Fix broken checksums
Both of these were picked up by the checks added in 641d22f. While
lowercase is the convention used across Homebrew, I wonder if the audit
check should be more forgiving; after all, uppercase letters are valid.
And the checksum validation code does an uppercase comparison.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 22:21:39 -06:00
Misty De Meo f868bb31d8 dwarf-fortress 0.34.01
Also removes the patch which is no longer necessary.
2012-02-15 20:53:03 -06:00
Jack Nagel e84fd18665 boost: builds with latest LLVM
To be safe (because this is an important dep), mark 2335 as the failure
point since a 2335.x shipped with older Xcode. Given that Clang 2.1 is
one of Boost's test compilers, current Xcode compilers should be fine.
And most users will get the bottle, anyway.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 20:05:50 -06:00
Jack Nagel 9669a6e3c7 Monotone: builds with LLVM >= 2335
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 17:40:21 -06:00
Jack Nagel 2607d6a935 Monotone: use an in-keg botan 1.8
Monotone does not build against botan 1.10.x, so we need to build an
ad-hoc botan 1.8 in the Monotone keg.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 17:40:20 -06:00
Nibbles 2bits 9afa12b403 mcabber: fixes for autogen.sh
Define a couple of variables to help --HEAD run autogen.sh and locate
our m4 macros.  Adds a Dir.chdir for HEAD, and a depend_on libotr,
otherwise configure will choke once you generate it and run it.  Adds a
caveat to inform the user how to setup their .mcabberrc configuration
file.  This compiles on Lion and Snow Lep with all five compilers,
either stable or head.

Changes --enable-otr from an option to being the default.

Closes Homebrew/homebrew#10174.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 12:19:42 -06:00
Jack Nagel c77e256fea libvpx: fix build on 64-bit
Fixes Homebrew/homebrew#8163.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 10:01:47 -06:00
Jack Nagel 8214e7b9e7 bdw-gc: apply patch to fix Makefile issue
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 09:32:24 -06:00
Jack Nagel 314c5d162a docbook: keep XML catalog inside HOMEBREW_PREFIX
Rather than download a shell script and tell users to run it with
`sudo`, it is better to keep everything under Homebrew's control.
Luckily, the XML toolchain provides the environment variable
XML_CATALOG_FILES to allow files otehr than /etc/xml/catalog to be used.

So remove the shell script, and do all the work inside the formula
itself. When we're done, we just tell the user to add
HOMEBREW_PREFIX/etc/xml/catalog to their shell configuration, rather
than tell them to `sudo docbook-register`.

Rather than download the shell script, just download docbook 5.0, which
we need anyway.

This also simplifies the logic in a handful of docbook-using formula.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 09:22:59 -06:00
Jack Nagel 0148a6b0a2 tor: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 00:11:11 -06:00
Jack Nagel bb34990785 mira 3.4.0.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 00:01:03 -06:00
Jack Nagel e37b1c5b28 duplicity: don't shell out to move files
And don't invoke system in such a way that escapes the glob.

Fixes Homebrew/homebrew#10196.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 23:38:46 -06:00
Adam Vandenberg 243f12d12f abiword: add devel 2012-02-14 20:06:17 -08:00
Pete Deffendol e822bf0176 New formula: pspell-php
Closes Homebrew/homebrew#9775.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 22:04:40 -06:00
Adam Vandenberg 9819e77f02 net-snmp 5.7.1 2012-02-14 19:59:34 -08:00
Douglas Creager 50613d195b Install ragel user's guide
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-14 19:42:29 -08:00
tungolcraft 7db63a2b8b chromaprint 0.6
This commit updates chromaprint from 0.5 to 0.6. Also, the existing recipe
didn't build examples, which meant that it didn't build fpcalc, which is the
most useful part of the package. Now it builds examples by default, which
introduces a dependency on ffmpeg. If you really want just the libraries,
the option --without-examples will give the old behavior.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-14 19:35:58 -08:00
Kenneth Reitz 9cbe175844 autoenv 0.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-14 19:32:08 -08:00
Chris Adams 71a6438a07 redis: bind to localhost by default
This avoids leaving a port open to the local network and also the annoying
firewall confirmation dialogs every time redis starts.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-14 18:41:22 -08:00
Mehdi Lahmam B b8e39d86fa Gearman 0.28
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-14 18:40:16 -08:00
Jack Nagel 2f302d1ddd bdw-gc: use 7.2alpha6 by default
7.1 is over two years old, and upstream recommends using 7.2alpha6
instead. This fixes build and test issues that 7.1 had on some systems,
and incompatibilities with some software.

Closes Homebrew/homebrew#8609.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 19:17:27 -06:00
Jason Dusek 02d9c98963 sshuttle: fix checksum
Closes Homebrew/homebrew#10188.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 18:57:43 -06:00
Alexander Böhn 47c527f09a New formula: gtk-doc
Closes Homebrew/homebrew#10166.

[jn: fixed deps, --disable-scrollkeeper]

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 18:47:00 -06:00
Daniel Geske 1ac3b7d2aa Spring Roo 1.2.1
"The Spring Roo team is pleased to announce the availability
1.2.1.RELEASE.  This is the first maintenance release for 1.2 and
includes fixes for a number of issues in multi-module Maven support and
JSF/PrimeFaces.  It also has  performance enhancements and has been
updated to support the recent release of PrimeFaces 3.1 and Google App
Engine 1.6.2.  Please note that to keep the distribution size small we
have not included the reference documentation in the zip for this and
future releases. The documentation, as always,  can be found on the
Spring Roo site."

Closes Homebrew/homebrew#10184.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 18:23:24 -06:00
mystix 0b7a01b2a1 jsvc 1.0.9
Closes Homebrew/homebrew#10168.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 18:14:48 -06:00
Nibbles 2bits b5362f1970 loudmouth 1.4.3-20111204
Upgrade loudmouth to version 1.4.3-20111204.
Set the version string to 1.4.3.111204 so it is unique.
Remove the optional argument against gnutls and add a dep
on libidn because loudmouth prefers to build with those,
and they support the use of crypto and libotr in mcabber.

Closes Homebrew/homebrew#10173.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 18:12:00 -06:00
Anil Madhavapeddy 025d08b0ff ocaml: install compiler-libs
There are some optional libraries built by the compiler that are used by
3rd party packages to create interactive toplevels. Debian installs the
optional files in lib/ocaml/compiler-libs, so this commit follows the
same convention.

Closes Homebrew/homebrew#10175.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 18:04:49 -06:00
Ian Hill 243f30cade grails 2.0.1
Closes Homebrew/homebrew#10186.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 17:54:33 -06:00
Wes Baker 8f334470f3 xdebug 2.1.3
Closes Homebrew/homebrew#10179.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 17:53:35 -06:00
Jack Nagel ab7ab3d0ff git 1.7.9.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 17:52:08 -06:00
Ealden Esto E. Escanan e478225ccb Gradle 1.0-milestone-8
Closes Homebrew/homebrew#10167.

Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 17:46:27 -06:00
Jack Nagel 902f483c9f pkg-config: add share/pkgconfig to pc-path
According to the pkg-config docs, share/pkgconfig is also a valid
location for pc files, and a few packages in Homebrew insist on sticking
them there. Rather than patch these packages individually, just add
HOMEBREW_PREFIX/share/pkgconfig to the default pc file search path.

Fixes Homebrew/homebrew#10182.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 17:39:37 -06:00
Jack Nagel e539fffd9d pkg-config: apply clang fix to all platforms
This fix applies to any platform with Clang 3.0 (and presumably older
clang, but older clang is rarely used); XCode 4.2 on Snow Leopard, for
example.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-14 12:29:28 -06:00
Adam Vandenberg 8898c1a17d jenkins: fix md5 2012-02-14 06:22:55 -08:00
Nibbles 2bits a532628566 openjpeg 1.5.0
Upgrades openjpeg to version 1.5.0.
Changes the lcms dep to lcms2, which it prefers.
Organizes the cmake command with the sourcedir last.
Builds on Lion and Snow Leopard with all five compilers.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-13 21:54:56 -08:00
Nibbles 2bits 89785eeb74 field3d 1.3.2
Upgrade field3d to version 1.3.2.  Remove Clang compiler flags that
cause SCons to error during the build.  Works on Lion and Snow Lep
with all five compilers now.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-13 21:54:29 -08:00
Adam Vandenberg 5add9ab869 jenkins 1.451 2012-02-13 21:53:07 -08:00
Adam Vandenberg 7e592d2592 jcal: style update 2012-02-13 21:53:07 -08:00
Adam Vandenberg e3f1b0ac3e jbig2enc: style update 2012-02-13 21:53:07 -08:00
Adam Vandenberg 5cbbb36261 jam: style update 2012-02-13 21:53:07 -08:00
Adam Vandenberg bd8589e2ff id3tool: style update 2012-02-13 21:53:07 -08:00
Adam Vandenberg e01dc0d03a icon: style update 2012-02-13 21:53:07 -08:00
Adam Vandenberg 8c4a94678d hadoop: fix quoting 2012-02-13 21:53:06 -08:00
Adam Vandenberg ea9a27ff22 gts: style update 2012-02-13 21:53:06 -08:00
Adam Vandenberg fe5fbf7575 gtkwave 3.3.13 2012-02-13 21:53:06 -08:00
Adam Vandenberg 5b60d1e39c Remove greg.
head-only formula
2012-02-13 21:53:06 -08:00