Commit Graph

7391 Commits (06f5c05914410393e249d4467479dac23c776151)

Author SHA1 Message Date
Tim Tregubov f4e1a380d1 synfix: patch for compiling against libpng 1.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-03 08:16:10 -08:00
Justin Donaldson fddf9f62fa haxe 2.08
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-03 08:13:29 -08:00
Nibbles 2bits 6822c025fb xmoto 0.5.9
This patches tim_png.cpp to include zlib.h on Lion.  This
builds and runs well on Lion and Snow Lep with all compilers.

Reported upstream as:
http://todo.xmoto.tuxfamily.org/index.php?do=details&task_id=783

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-03 07:57:13 -08:00
John Earles ff6a03fe6f node: Update to 0.6.4
Update node to 0.6.4. Added --without-npm option.
Added caveat regarding npm installation.

Closes Homebrew/homebrew#8925.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-02 22:26:32 -08:00
Jack Nagel b58404ff56 wireshark: disable experimental python support
Currently building wireshark with Python support (the default) may
result in runtime errors like

  dlsym(0x8fe467fc, py_create_dissector_handle): symbol not found

Since Python support is currently "experimental", let's just turn it
off. Patches with the right settings to re-enable it are certainly
welcome.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-02 17:20:07 -06:00
Jack Nagel f4b526e6cf git 1.7.8
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-02 14:36:34 -06:00
waltari 51713aa621 git: add "--with-pcre" option
Closes Homebrew/homebrew#8929.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-02 14:25:41 -06:00
Daniel Geske 5667a34f8b Updates to Spring Roo 1.1.5
The formula for Spring Roo is updated to the latest GA release 1.1.5.RELEASE.
The roo executable is renamed from roo.sh to roo, as specified in the Spring Roo installation instructions (see http://www.springsource.org/spring-roo).

Closes Homebrew/homebrew#8899.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-02 12:10:58 -08:00
Pieter Nicolai 3be38f0f18 qrencode 3.2.0
Update QRencode to 3.2.0
Patches for issues Homebrew/homebrew#6447 and Homebrew/homebrew#6843 are now contained in this release.
Building is now thread-safe. Changed url, homepage and use sha1.

Closes Homebrew/homebrew#8888.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-02 11:52:58 -08:00
Charlie Sharpsteen c713103965 PySide: Update to 1.0.9
Also updates dependencies:

  - apiextractor
  - generatorrunner
  - shiboken
2011-12-02 11:41:13 -08:00
Tuncer Ayaz 5bc9e00649 msmtp: Update to 1.4.26
Closes Homebrew/homebrew#8892.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-02 11:34:27 -08:00
Sepher Liu 704b7fce93 LLVM: Update to 3.0
Closes Homebrew/homebrew#8942.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-02 11:34:09 -08:00
castFromVoidPtr fa937516f6 Clay: Use current binary and homepage URLs
The Clay homepage has moved to http://claylabs.com/clay/. The claylanguage.org
hostname still redirects to the old site, so that should be changed as well.

Closes Homebrew/homebrew#8935.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-02 11:25:41 -08:00
Ealden Esto E. Escanan c0187d920c Play 1.2.4
Announcement: http://twitter.com/#!/playframework/status/142648589745799168

Closes Homebrew/homebrew#8940.

Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
Closes Homebrew/homebrew#8940.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-02 11:24:40 -08:00
Alexander Bohn / FI$H2k 1e0de57fc8 Pango: Use ENV.x11 during install
Pango links against X11 libraries -- the `ENV.x11` call allows the formula (as
of Homebrew/homebrew#7658) to do so successfully.

Closes Homebrew/homebrew#8941.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-02 11:23:13 -08:00
Phil Harvey 140735e5ee Apache Cassandra 1.0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-01 19:15:51 -08:00
futoase 493eef9e1d nimrod 0.8.12
Closes Homebrew/homebrew#8912.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-01 20:39:45 -06:00
Pieter Nicolai 4874090ab2 cmus 2.4.3
Closes Homebrew/homebrew#8916.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-01 20:38:45 -06:00
Jack Nagel 6fd7005faa libao: enable static library build
Closes Homebrew/homebrew#8922.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-01 20:37:14 -06:00
Florian Kistner 14881ea794 git: remove CC assignment from Makefile
Closes Homebrew/homebrew#8923.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-01 20:29:38 -06:00
Charlie Sharpsteen 1da9b9b491 Boost: Update bottle
Re-built the boost bottle to incorporate boost::BOOST_FOREACH fixes from pull
request Homebrew/homebrew#8763.
2011-12-01 16:51:05 -08:00
Trevor Wennblom 5f02cd59e6 boost: Fix boost::BOOST_FOREACH errors
Fixed by adding a patch against 1.48.0. HEAD url also added.

Closes Homebrew/homebrew#8763.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-01 15:40:55 -08:00
Mike Mayo 1a084cda5e Sphinx: Use --without-mysql unless MySQL installed
When installing the latest sphinx script, it defaults to mysql support unless
--without-mysql is passed.

Closes Homebrew/homebrew#8921.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-01 13:16:19 -08:00
Sean Lynch badbb197ac freeimage: Add trailing tab back to patch
Fixes 8857.
Closes Homebrew/homebrew#8914.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-01 11:16:01 -08:00
Lorenzo Manacorda cd9c756ee9 mpd 0.16.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-01 07:03:15 -08:00
James Aitken 11e5647cd4 Nginx: Update HEAD to 1.1.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-30 20:11:13 -08:00
Juan Sebastian Casallas 9b0e2173dc qpdf 2.3.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-30 20:07:08 -08:00
Lance Hepler dd687dd131 newick-utils 1.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-30 20:06:08 -08:00
Carmen Wick 9ba133cfc0 stunnel 4.49
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-30 20:02:37 -08:00
Carlos Borroto 25867ad78a cufflinks 1.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-30 20:02:04 -08:00
Juan Sebastian Casallas bb21f43baa pdflib-lite: Update to 7.0.5
-Updated url and md5 to download the 7.0.5 tarball
-Removed version as it is inferred from the url
-This version no longer fails with llvm

Closes Homebrew/homebrew#8895.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-30 12:35:47 -08:00
Jack Nagel a50bf5fc7b aspell: use a space in class inheritance
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-30 13:07:23 -06:00
Jack Nagel 83fcafb5aa Add mirrors for GNU formulae
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-30 12:56:07 -06:00
Freddy Roman e429df0fe8 Added Lepton's Crack.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-29 22:30:00 -08:00
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