Commit graph

7243 commits

Author SHA1 Message Date
Michael Paul Bailey
48ead52f8d mysql++: Fix libs location
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-29 22:12:38 -08:00
Stefan Schüßler
fecfd046bc Qt: fix webkit issue
Fix for https://github.com/thoughtbot/capybara-webkit/issues/18

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-29 21:48:13 -08:00
Michael Lapinsky
cf753c67f0 Added blueutil
* Utility for querying and mutating bluetooth power and discoverability
* state

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-29 21:17:45 -08:00
Adam Vandenberg
147846dc9a audit: smake is also a build tool 2011-11-29 18:55:55 -08:00
Adam Vandenberg
dc114fba49 Fix some build-time deps 2011-11-29 18:54:32 -08:00
Jupp Müller
e16cc7f6d0 libsgml: fix url
Closes Homebrew/homebrew#8884.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-29 20:19:11 -06:00
Misty De Meo
5725d45e58 bash 4.2.20
Closes Homebrew/homebrew#8867.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-29 20:03:52 -06:00
Drew Hess
ffe1946a6d emacs: use official Savannah git mirror with --use-git-head
Closes Homebrew/homebrew#8880.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-29 16:17:08 -08:00
Charlie Sharpsteen
028289bf87 GFortran: Update for XCode 4.2+
New builds of GFortran from r.research.att.com. The latest package installs all
of GCC, so we throw out all compilers other than GFortran after installation.

Fixes Homebrew/homebrew#8173.
2011-11-29 16:13:25 -08:00
Clint Shryock
6eb503f34d Sphinx: Remove md5 in libstemmer dependancy
No md5 should be given due to the rapid evolution of the dependancy.

Closes Homebrew/homebrew#8877.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-29 14:20:02 -08:00
Charlie Sharpsteen
c83c82de85 GFortran: Properly quote paths in xar system call
Fixes Homebrew/homebrew#8871.
2011-11-29 13:43:28 -08:00
Clint Shryock
c395d476d4 Sphinx: Upgrade to 2.0.2-beta
The Sphinx search server is currently at verstion 2.0.2 **beta**, which is
the recommened release according to their [downloads page][1]

[1]: http://sphinxsearch.com/downloads/

Changes included:
- Update MD5 for Sphinx package
- Chnage install args to use `--with-mysql` if `which mysql` finds it,
  similar to how the `--with-pgsl` works`
- Add MD5 for included Libstemmer formula

Closes Homebrew/homebrew#8840.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-29 11:10:45 -08:00
Charlie Sharpsteen
82f18d8dc0 Duplicity: Update to 0.6.17 2011-11-29 10:55:16 -08:00
Libor Wagner
7aa1aebfe6 mathomatic: Update to 15.7.1
Closes Homebrew/homebrew#8845.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-29 10:53:56 -08:00
Pieter Nicolai
e5738c3660 whohas 0.29
update whohas to 0.29. Changelog here:
http://www.philippwesche.org/200811/whohas/Changelog

Closes Homebrew/homebrew#8849.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-29 10:53:22 -08:00
Pieter Nicolai
c7b218002f libdvdcss 1.2.11
update libdvdcss to 1.2.11. Changelog here:
http://www.videolan.org/developers/libdvdcss/NEWS

Closes Homebrew/homebrew#8852.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-29 10:52:59 -08:00
Tobias Steinhoff
745294e5dd ttytter: Update to 1.2.4
Closes Homebrew/homebrew#8862.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-29 10:50:10 -08:00
James Aitken
00a290e63a Nginx: Update HEAD to 1.1.9
Closes Homebrew/homebrew#8866.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-29 10:48:36 -08:00
Charlie Sharpsteen
80e0d6e742 Revert "Emacs: remove the "--use-git-head" option"
This reverts commit 3b570b834b7ab50545028bc22aea1d9422b36891.

Closes Homebrew/homebrew#8774.
2011-11-29 10:02:45 -08:00
Nibbles 2bits
51d9be4634 geos: Fix LLVM compiler errors
geos 3.3.1 fails_with_llvm due to missing symbols that get optimized out of
libgeom. This patches the makefile for that library so all objects are compiled
at -O1 rather than -O3.

Closes Homebrew/homebrew#8858.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-29 10:01:52 -08:00
Charlie Sharpsteen
ab53eca941 libxml++: depends_on LibXML on Leopard 2011-11-29 00:01:13 -08:00
Charlie Sharpsteen
8dee41866f pdf2svg: Remove unecessary return statement
The `return` statement in the GLib test was causing Ruby 1.8.6 to emit warnings
on Leopard.
2011-11-28 23:32:12 -08:00
Frizlab
1eefe17e51 New Formula: gegl
Closes Homebrew/homebrew#6946.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-28 16:04:08 -08:00
Frizlab
c7cdaddc95 New Formula: babl
Closes Homebrew/homebrew#6945.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-28 16:02:12 -08:00
Misty De Meo
523c2bd089 openjpeg: fix compilation on 10.7
Fixes Homebrew/homebrew#8846.
Closes Homebrew/homebrew#8853.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-28 15:54:30 -08:00
Jack Nagel
cbf2b55d1c bazaar 2.4.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-28 16:25:40 -06:00
tizoc
147f4477fb chibi-scheme: add HEAD
Closes Homebrew/homebrew#8839.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-28 16:20:17 -06:00
Jack Nagel
29f8f2daae smartmontools 5.42
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-28 14:53:12 -06:00
Yoji SHIDARA
00ccc8f688 groonga 1.2.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-28 07:09:28 -08:00
Lars Tackmann
9f021962f5 sbt 0.11.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-28 07:08:07 -08:00
Petar Radosevic
867975e88a Emacs 23.3b
See: http://lists.gnu.org/archive/html/info-gnu-emacs/2011-11/msg00000.html

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-28 07:06:45 -08:00
Pieter Nicolai
ead5dcaf3b lame 3.99.3
Update LAME to 3.99.3 (stable / minor bugfix)
Changes: Fix for tracker item [ 3441349 ] --tg does not handle genre number when adding unicode tag.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-28 07:04:01 -08:00
Jannis Leidel
f16befed3e redis 2.4.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-28 07:03:30 -08:00
Emanuel Evans
9243c93157 bogofilter 1.2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 23:08:22 -08:00
jjwmui
c70218ab1b tomcat 7.0.23
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 22:50:54 -08:00
tizoc
c60c603a0f chibi-scheme 0.5.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 19:11:01 -08:00
Colin Hebert
053d705932 Emacs: remove the "--use-git-head" option
There is an official bazaar repository for emacs. No need to use the git one or a mirror

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 16:42:00 -08:00
Jack Nagel
1e035daf09 libtasn1 2.11
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-27 18:38:40 -06:00
Jack Nagel
2387596568 libidn 1.23
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-27 18:38:31 -06:00
Colin Hebert
9b8b473ce2 libevent 2.0.16
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 16:12:04 -08:00
Adam Vandenberg
b3e04074d5 isc-dhcp 4.2.3 2011-11-27 12:53:58 -08:00
Adam Vandenberg
609cbcf931 c10t 1.7 2011-11-27 12:38:41 -08:00
Adam Vandenberg
17272b2e88 SBCL: remove audit warnings 2011-11-27 12:10:18 -08:00
Jose Santos
e325d231f2 SBCL: Add --32bit option
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 12:10:11 -08:00
Josh Delsman
7fdeffae67 ezstream 0.5.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 12:02:38 -08:00
Jin Choi
d89dfae513 sshguard: Fix abort on first usage with -b
Using the -b flag for the first time will create the specified
blacklist database file, then abort.  This bug has been reported to
upstream since 2011-03-28, but no new version has been released since
then.

Upstream bug report:
http://sourceforge.net/tracker/?func=detail&aid=3252151&group_id=188282&atid=924685

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 11:58:00 -08:00
Nibbles 2bits
78cc04d2c1 pango 1.29.4
This updates pango to 1.29.3 and fixes the html doc install path.
It also enables the creation of two man pages. Added at the end
is a def test that uses pango, cairo, glib, libz, and freetype.
The formula creates shared native libraies as it was previously
crafted, and it compiles using llvm 2335, gcc-4.2.1, and clang-2.0
from XCode 4.0.2 on 64bit OSX 10.6.8.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-27 11:51:18 -08:00
Adam Vandenberg
d8423caeab Synfig Studio 0.63.2 2011-11-27 11:10:20 -08:00
Adam Vandenberg
bb209d8bee synfig 0.63.2
* Also added missing ImageMagick dependency
2011-11-27 11:10:20 -08:00
Adam Vandenberg
eb2e149992 ETL 0.4.14 2011-11-27 11:10:19 -08:00