Commit Graph

7708 Commits (03b6b8ec59c7e243309a840566a85695a1775ed8)

Author SHA1 Message Date
Adam Vandenberg 21ba9c145a xmoto: disable sdl test 2011-12-04 13:14:58 -08:00
Keith Marcum 027c7e9946 Postgres changed their ftp urls
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-04 11:57:29 -08:00
Trevor Wennblom 492beec046 open-cobol 1.0
credit to @markusn

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-04 11:55:16 -08:00
Rob Cowie c9e8f2cc7b spark 1.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-04 09:33:35 -08:00
Sina Siadat 68df2614b5 jcal 0.4.1
jcal is a library and a set of terminal tools for Jalali Calendar.

Homepage: http://savannah.nongnu.org/projects/jcal/

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-04 09:32:26 -08:00
Tim Gray 826f23c346 ranger 1.5.2.
Also added in the git repository for those who want to install from HEAD.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-04 09:27:14 -08:00
John Earles 745689d08e node 0.6.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-04 09:26:06 -08:00
Mike Tigas e201fd740d privoxy 3.0.18
changelog at http://www.privoxy.org/announce.txt

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-03 22:39:08 -08:00
Dustin Chilson 1cfbdb587e Bitlbee: add Libpurple support
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-03 22:05:38 -08:00
Charlie Sharpsteen 80c3f4fb36 LLVM: Disable OCaml bindings by default
The build attempts, and fails, to compile the OCaml bindings by default if
OCaml is installed.

Fixes Homebrew/homebrew#8947.
2011-12-03 14:57:49 -08:00
Jack Nagel 9ba17400cd glib 2.30.2
This has a dependency on libffi that 2.28.x did not have; perhaps the
system library isn't good enough anymore. MacPorts had to add this, too.

Closes Homebrew/homebrew#8946.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-03 16:36:15 -06:00
John Earles 3d198e340b node: remove ENV.deparallelize
Parallel build race condition has been fixed in node since Nov 7, see:
d7bcf21340

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-03 12:13:43 -08:00
brada 9c5246e290 colpack 1.0.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-03 10:56:12 -08:00
Adam Vandenberg 6442454811 google-perftools: remove unused configure switch 2011-12-03 09:03:10 -08:00
Carlos Borroto 9ce45caeba mira 3.4.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-03 09:01:00 -08:00
Decklin Foster 295741de3a mksh 0.40c
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-03 08:29:23 -08:00
Adam Vandenberg 263a3a736e Orc: fix compiling on 32-bit machines 2011-12-03 08:23:39 -08:00
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