Commit Graph

9576 Commits (740222934d71f2f812d909ad7f25f3563c0cc71f)

Author SHA1 Message Date
Jack Nagel 740222934d xmlto 0.0.25
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-20 22:48:45 -05:00
Toby DiPasquale e9a94400c4 collectd: fails with clang
cf. Homebrew/homebrew#11651.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-20 22:30:43 -05:00
Jack Nagel 39c0fe6a25 collectd: fix permissions errors during configure
Fixes Homebrew/homebrew#11651.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-20 22:28:06 -05:00
Kevin Moore 2c62d54103 dart 6722
- add working test

Closes Homebrew/homebrew#11765.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-20 22:11:49 -05:00
Jack Nagel 30050e3ded libnet 1.1.6
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-20 22:02:41 -05:00
Greg Virgin 089072d68a avro-c 1.6.3
Closes Homebrew/homebrew#11786.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-20 21:40:40 -05:00
Rohan Singh f402a8ce51 tcpflow 1.2.6
tcpflow has been moved to Github, and is now at 1.2.6.

Closes Homebrew/homebrew#11771.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-20 13:46:01 -05:00
Paul Welch e69f9a01bf curl 7.25.0
Closes Homebrew/homebrew#11778.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-20 13:43:49 -05:00
nibbles 2bits d58785809c getxbook: update to 0.8, fix clang compilation error
Remove the -Werror from its custom cflags fixes error with clang.
Reported upstream and noted in the formula comments.  Tested on Lion by
grabbing Game of Thrones preview from Amazon using cli and tcl gui.

Fixes Homebrew/homebrew#11760.
Closes Homebrew/homebrew#11768.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-20 13:37:21 -05:00
Gabe McArthur b8b896789a guile devel 2.0.5
Closes Homebrew/homebrew#11767.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-20 13:34:30 -05:00
Dave Cottlehuber aa052dff05 CouchDB: update to 1.2.0
- bump to latest release
- add --devel option for next anticipated release branch
- document how to run CouchDB as a system or user daemon

Closes Homebrew/homebrew#11440.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-20 10:32:36 -07:00
Nibbles 2bits 61013ef691 openimageio: Update to 1.0.3
Updates openimageio to version 1.0.3.
Fix compilation against glew.
Fix compilation against qt.
Fix building of iv.
Add all deps to maximize the filetypes oiio can open.
Add a dep on a new formula, field3d.
Add a dep on a new formula, opencolorio.
Build iv & the python bindings.
Run the official testsuite if the user options it.

This compiles without error using llvm-2335.9, clang-2.0.139,
and gcc-4.2.1.5666 from XCode-4.0.2 on 64bit Snow Leopard.
It compiles without error using llvm-2336.9 and clang-3.1.318
on Lion 10.7.3 using XCode-4.3.1.

As of 1.0.3 all tests pass make test.

EDIT: add an include for zlib.h on Lion.
EDIT: switches tarball to 0.10.4, compiles on Lion, same xfails
      in the testsuite (that only exists as a master on github).
EDIT: change the oiio-images url to a fixed commit tarball not
      the master trunk tarball.
EDIT: add def initialize to oiio-images subformula to trigger
      Homebrew's cache naming scheme, gets us oiioimages-1.0.0.tgz
EDIT: Change version to 0.10.5.  Remove patch for boost-mt naming
      because it works now.  Still needs zlib patch, been reported.
      Both previous test fails are fixed.  There is a new one.
EDIT: Inline the d variable.
EDIT: Remove HR, shorten option.
EDIT: Move inline patch to a DATA block.
EDIT: Change to version 0.10.6.
EDIT: Change to version 1.0.0.  Add devel block.
EDIT: Remove patch merged upstream.
EDIT: Fix python bindings to mimic vtk.rb.
EDIT: Add a dep on new formula OpenColorIO (ocio).
EDIT: Add a dep on webp.
EDIT: Remove illogical `which python-config` test.
EDIT: Add a fixed commit from branch RB-1.0 as the devel block url.
EDIT: Remove hard coded path to openjpeg.  Determine it instead.
EDIT: Upgrade to 1.0.2.  Shorten some comments.
EDIT: Remove code to find OpenJpeg.  It just works now.
EDIT: Add head url.  Remove Doxygen dep.  It already makes a pdf.
EDIT: Remove python option.  Just let it build that (10sec extra).
EDIT: Upgrade stable to 1.0.3, devel to 1.0.3a (bugfxes).
EDIT: Add back the oiio alias I clobbered.

Closes Homebrew/homebrew#8458.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-20 10:56:03 -05:00
Misty De Meo b35b9464e2 wget: add HEAD 2012-04-20 10:44:19 -05:00
Misty De Meo d04638af7c exiftool 8.88 2012-04-20 10:35:00 -05:00
Paul Welch f27443a4f6 Jailkit 2.14
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-20 07:36:40 -07:00
Peter Neubauer df2025c868 Neo4j 1.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-20 07:09:00 -07:00
Robert Jackson 9241769c66 rdesktop 1.7.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-20 07:06:45 -07:00
Mike McQuaid dfbdda5060 Fix MySQL build with CMake 2.8.8.
Fixes Homebrew/homebrew#11754.
Fixes Homebrew/homebrew#11762.
2012-04-20 18:47:01 +10:00
Charlie Sharpsteen f3d546c6a8 GDAL: Add FreeXL and LibDAP to --complete 2012-04-19 22:48:56 -07:00
Charlie Sharpsteen 869f17db82 Armadillo: Update to 3.0.2 2012-04-19 22:36:27 -07:00
Adam Vandenberg 16abc347cc Remove redundant :using specs 2012-04-19 21:06:00 -07:00
Bernhard Miklautz 015c866376 freerdp: fix building with clang
Closes Homebrew/homebrew#11385
Closes Homebrew/homebrew#11462

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-19 21:04:29 -07:00
Charlie Sharpsteen 444a2f7eef LibDAP: Use explicit path to system curl
Without this we get some really nasty arch flags in `dap-config` on Leopard and
Snow Leopard due to a fallback to buggy `libcurl.pc` files shipped with the
system.
2012-04-19 19:23:08 -07:00
Charlie Sharpsteen 762a255063 LibDAP: Update to 3.11.2 2012-04-19 17:00:13 -07:00
Charlie Sharpsteen a74eb9e8c5 PostGIS: Simplify installation and add man pages
Instead of manually listing and installing every component in PostGIS, the
whole mess is now installed to a staging directory and copied to the prefix
using globbing operations.

Man pages are now installed as well.
2012-04-19 15:33:06 -07:00
nibbles 2bits bbf2496210 opencolorio 1.0.7
Upgrade ocio to version 1.0.7.

Closes Homebrew/homebrew#11752.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-19 16:50:59 -05:00
Jocelyn Mallon 2629243ff0 pngcrush 1.7.27
Sstarting with v1.7.26, pngcrush uses zlib 1.2.6, and per project
changelog, requires -DZ_SOLO CFLAG to workaround compiler bugs:
http://pmt.sourceforge.net/pngcrush/changelog.html

Closes Homebrew/homebrew#11748.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-19 16:31:56 -05:00
Rich Healey 0521fe253b chicken: workaround for compilation with Clang/LLVM
Building with DEBUGBUILD is sufficient; be verbose about this so the
user is aware and has the chance to abort and possibly build with GCC if
it is available.

Closes Homebrew/homebrew#11696.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-19 16:22:34 -05:00
taiansu cb21c09c07 v8: fix checksum
Closes Homebrew/homebrew#11757.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-19 16:10:59 -05:00
Shawn Jonnet 2a3a5ae472 redis 2.4.11
Closes Homebrew/homebrew#11758.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-19 16:09:37 -05:00
Charlie Sharpsteen 8ce6a9ae7e GDAL: Build and install man pages 2012-04-19 13:49:00 -07:00
Mike McQuaid bb27ec11a2 CMake 2.8.8.
Fixes Homebrew/homebrew#11745.
2012-04-19 16:00:17 +10:00
Matt Robenolt 913f85fbd6 Swaks 20120320
Closes Homebrew/homebrew#11497.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18 21:29:59 -07:00
Kyle Kauffman dcf5e67d4d mathgl 1.11.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18 21:02:47 -07:00
Adam Vandenberg c3d383e059 smpeg: use make install 2012-04-18 20:40:13 -07:00
Adam Vandenberg 89e76365da v8 3.9.24 2012-04-18 19:52:39 -07:00
Adam Vandenberg 040c6128c6 dotwrp: use a stable 1.0 and add head 2012-04-18 19:41:14 -07:00
Adam Vandenberg 75dceb540f e2fsprogs: also install libs 2012-04-18 19:26:08 -07:00
Will Ross 27b587ee8b e2fsprogs: fix compilation under Lion w/ clang
Fix derived from Macports issue 91359:
https://trac.macports.org/changeset/91359

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18 19:03:26 -07:00
Adam Vandenberg ec07bdcf8c ruby: add gdbm dependency 2012-04-18 19:02:24 -07:00
Shawn Jonnet 821bb7701a Node devel 0.7.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18 18:58:20 -07:00
Anthony Ramine 89d7f46ba0 rebar: install bash completion
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18 18:57:30 -07:00
Charlie Sharpsteen 4b2159f126 OpenSSL: Clean up indentation 2012-04-18 10:00:17 -07:00
Dave Cottlehuber e4edbc1a7b OpenSSL: enable 64-bit support
Build 64-bit by default where appropriate.

Closes Homebrew/homebrew#11701.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-18 09:44:35 -07:00
Will Ross b22ae71d92 e2fsprogs 1.42.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18 07:31:45 -07:00
Will Ross 7bac41ffbb e2fsprogs: add HEAD
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18 07:31:14 -07:00
Thomas William 0afba0d053 Sofia-SIP 1.12.11
Sofia-SIP is an open-source SIP User-Agent library, compliant with the
IETF RFC3261 specification

Closes Homebrew/homebrew#11664.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18 07:27:33 -07:00
Leonhardt Wille 0495a89e37 sispmctl v3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18 07:15:02 -07:00
Mark A. Matienzo e14c46a6ad ghc: readd explicit version numbers
Fixes Homebrew/homebrew#11719.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18 07:06:02 -07:00
David M. Lee 7185818e71 selenium-server-standalone 2.21.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-18 07:04:41 -07:00