Commit graph

10236 commits

Author SHA1 Message Date
Charlie Sharpsteen
63fa2bebd6 GDAL: Temporarily disable Poppler
GDAL can't compile against Poppler 0.20.0 so it is explicitly disabled for the
time being in order to prevent compilation errors. This commit can be reverted
once a fix goes in upstream.
2012-05-23 17:33:48 -07:00
Charlie Sharpsteen
1cd5d9cc27 ncview: Patch rpath settings out of configure
The configure script tries to be clever with figuring out rpath flags for the
compilers. It fails epically.

Also, use `ENV.x11` which removes the need for a couple of configure arguments
and allows libpng to be found.
2012-05-23 17:24:12 -07:00
Charlie Sharpsteen
a89b269fe1 NetCDF: Update to 4.2
Starting with the 4.2 release, NetCDF has a new distribution model where the
core C library and command line utilities are shipped as one package and the
C++ and Fortran libraries are shipped as seperate packages.

For now, we're handling this by including the C++ and Fortran libraries as
sub-brews so there is no need for a bunch of `netcdf-cxx` and `netcdf-fortran`
packages. The C++ library is also built by default to mirror the behavior of
the pre-4.2 formula.

These changes preserve the status quo as much as possible.
2012-05-23 17:24:12 -07:00
Charlie Sharpsteen
fba494f5b0 pdf2svg: Depend on a Requirement for Poppler-Glib
Instead of doing `pkg-config` checks, now use a Requirement that references the
installation Tab for Poppler.
2012-05-23 14:31:51 -07:00
Charlie Sharpsteen
a684297f71 DiffPDF: Update to 2.0.0
Also, use a Requirement that references the Poppler Tab to figure out if Qt
support is present.
2012-05-23 14:31:51 -07:00
Charlie Sharpsteen
3e7b28c2dd Poppler: Update to 0.20.0 2012-05-23 14:31:51 -07:00
Jack Nagel
1e41dc7a5b wdiff 1.1.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-23 16:14:20 -05:00
Jack Nagel
f14cc4e999 parallel 20120522
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-23 16:14:20 -05:00
Charlie Sharpsteen
be7b4d8920 HDF5: Update to 1.8.9
Also clean up arguments and options.
2012-05-23 13:28:12 -07:00
Jack Nagel
e340d9bc41 gpg-agent: set default pinentry program
Fixes Homebrew/homebrew#12382.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-23 15:21:40 -05:00
Charlie Sharpsteen
1f23177b5e GDAL: Update to 1.9.1
The new release contains pre-built man pages.
2012-05-23 12:12:33 -07:00
Charlie Sharpsteen
0367637618 Armadillo: Update to 3.2.0 2012-05-23 12:03:21 -07:00
Charlie Sharpsteen
690c96306c libgit2: Update to 0.17 2012-05-23 11:17:22 -07:00
Frank Celler
c2ff61a4b3 avocadodb: renamed to arangodb upstream
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-23 06:50:30 -07:00
samueljohn
8a433e8aeb python: caveats tell the correct Framework links
The old ~/Frameworks is and never was a standard.
It should be under Library.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-23 06:44:09 -07:00
Christopher Kolstad
db8440c75c Solr 3.6.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-23 06:42:27 -07:00
Jack Nagel
c7630f5ff4 Use new std_cmake_args method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-22 22:22:00 -05:00
Adam Vandenberg
38e7f41536 go-app-engine 1.6.6 2012-05-22 19:58:37 -07:00
Adam Vandenberg
855830fa02 appengine-java-sdk 1.6.6 2012-05-22 19:57:22 -07:00
Adam Vandenberg
a6e18fe9c5 Google App Engine 1.6.6 2012-05-22 19:55:29 -07:00
Mike McQuaid
c80ee57399 Qt 4.8.2. 2012-05-22 15:01:49 +01:00
Nick Tzaperas
5cfd4a65fe iozone 3.408
Closes Homebrew/homebrew#10585.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-21 20:55:37 -07:00
Attila Györffy
fadd2315c6 rbenv: update caveats to only load if present
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-21 20:40:17 -07:00
Martin Czygan
5f6180a0df elasticsearch 0.19.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-21 20:23:20 -07:00
Adam Vandenberg
9dbb3a9206 distribute 0.6.27
subformula of Python, Python 3, PyPy
2012-05-21 20:19:21 -07:00
Jack Nagel
e930d63b49 rabbitmq: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-21 20:43:11 -05:00
Adrian Petrescu
8598c84f0e nmap 6.0
Closes Homebrew/homebrew#12367.

[jn: force use of included libpcre and liblua]

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-21 20:37:32 -05:00
Misty De Meo
f037bc9446 devil: fails with clang
Fixes Homebrew/homebrew#12353.
2012-05-21 18:12:43 -05:00
Misty De Meo
ad134cc2cc devil: add ENV.x11 to find libpng
Fixes Homebrew/homebrew#11656.
2012-05-21 18:12:42 -05:00
Jack Nagel
66e197990d giflib: note that 4.2.0 breaks things
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-21 16:47:57 -05:00
Jack Nagel
2145ddd29b swftools: depend on giflib instead of ungif
ungif is now a duplicate of giflib, and is thus a candidate for removal.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-21 16:23:08 -05:00
Jack Nagel
a09bc6226f Revert "giflib 4.2.0"
This reverts commit bad8e1f17ade0d2679de996090e53945fb1c3023.

Due to API changes, 4.2.0 breaks a bunch of stuff; stick with 4.1.6 for
the time being.
2012-05-21 16:18:43 -05:00
Mark Shropshire
6b5697f667 drush 5.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-21 06:48:29 -07:00
Michael Weibel
1c0ebbf00d ejabberd 2.1.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-21 06:47:55 -07:00
Andrey Deryabin
eb248ce704 jenkins 1.464
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-20 22:10:00 -07:00
Michael S. Fischer
17f8458ef5 ffmpeg: add libvo-aacenc support
This patch compiles ffmpeg against libvo-aacenc (if installed) to
provide AAC encoding support - preferred by the maintainers over
libfaac.

Closes Homebrew/homebrew#12231.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-20 16:19:00 -05:00
Michael S. Fischer
d8eed4793e New formula: libvo-aacenc
Library containing VisualOn implementation of Advanced Audio Coding
(AAC) encoder.  May be used by ffmpeg, among other tools, to provide
AAC encoding capability.

Closes Homebrew/homebrew#12231.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-20 16:18:59 -05:00
Jack Nagel
f01b9156e3 libvpx: restore platform detection
Configure is still misdetecting 32-bit 10.6 as 64-bit.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-20 16:18:59 -05:00
include
ae76e2da54 nagios 3.4.1
Closes Homebrew/homebrew#12311.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-20 15:57:51 -05:00
Simon
0d0c361004 nzbget 0.8.0
- Mark as fails_with :clang due to libpar2 dependency.

Closes Homebrew/homebrew#12319.

[jn: add cause to fails_with block]

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-20 15:52:44 -05:00
Jack Nagel
79c146e3b4 libmagic 5.11
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-20 15:29:04 -05:00
Alexander Surma
afbe744334 libewf 20120504
Closes Homebrew/homebrew#12336.

[jn: remove libtoolize cruft]

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-20 15:28:45 -05:00
Nick Stenning
90907433a6 mu: make emacs support optional
Closes Homebrew/homebrew#12306.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-20 00:18:30 -05:00
Peter C Miller
373c3f6432 perforce 2012.1.459601
There are now separate 32 and 64 bit versions.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-19 21:39:57 -07:00
Thomas Johansson
2ba67c50b4 Go App Engine SDK 1.6.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-19 21:38:41 -07:00
Matt Davis
4ef209796f Google App Engine 1.6.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-19 21:38:08 -07:00
nibbles 2bits
3e3e9b8488 gwyddion 2.28
Upgrade gwyddion to version 2.28.
Remove the unrecognized `--disable-debug`.
Add `--with-html-dir=#{doc}` to get the docs in the right place.
Add the xz build time dep to handle the tarball.
Tested on Lion with clang and llvm from XCode-4.3.2.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-19 21:37:31 -07:00
nibbles 2bits
5c25c4dce5 libssh2 1.4.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-19 21:37:05 -07:00
Jack Nagel
0b8a0772b4 giflib 4.2.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-19 15:00:24 -05:00
nibbles 2bits
70a081452f gcal 3.6.2
Update gcal to version 3.6.2
Add the `xz` dep to decrease the download size and mirror load.
Add `--disable-dependency-tracking` because it's an option now.
Tested on Lion with clang and llvm-gcc from XCode-4.3.2.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-19 10:29:37 -07:00
Timothée Peignier
c0e1e4b01a jython --devel 2.7a1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-19 10:25:54 -07:00
Adam Vandenberg
39e9570e00 Hadoop 1.0.3 2012-05-19 10:23:24 -07:00
Jack Nagel
6ded14eefc byobu 5.18
- add dep on coreutils to get GNU readlink
 - simplify caveats

Closes Homebrew/homebrew#11160.
Closes Homebrew/homebrew#12006.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-18 23:27:57 -05:00
Jack Nagel
164b904fc6 libelf: use separate make and make install steps
Closes Homebrew/homebrew#11943.
c.f. Homebrew/homebrew#11982.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-18 23:16:22 -05:00
nibbles 2bits
1f17654151 weechat: switch from cmake to configure
* Switch to using `configure`
* Remove `head` because it requires gtk.
* Add a build time dep on gettext, otherwise link errors.
* Add `--disable-perl` to stop segfault on program exit.
* Add `--disable-aspell` which is still being reviewed.
* Add `--disable-static` to stop building duplicate plugins.
* Add `--disable-python` unless Python is a framework.
* Note that the one `inreplace` is fixed in HEAD.
* Delete the plugin symlinks to stop runtime warnings.

Weechat-0.3.7 can be built using cmake or configure, but their
cmake build scripts are prone to errors when building the ruby
bindings.  By switching to `configure` the formula is greatly
simplified, and all the plugins it creates get neatly installed
into lib+'weechat/plugins' automatically.

Weechat `head` builds require `gtk` even if the `gtk` gui is
not enabled, which it isn't because it's b0rked.  So remove head.

Weechat comes with an internal gettext and libintl that cause
errors when linking.  So add a dep on Homebrew's gettext.

As reported by another user and confirmed through gdb, the perl
plugin causes a segfault on exit.  So disable building that.

Aspell is still under construction in Homebrew, and weechat will
compile that plug by default.  So disable aspell for now.

Disable the static plugins and delete the plugin symlinks.  That
leaves only one `.so` for each plugin and stops a dozen warnings
when running weechat about _can't load duplicate plugins._

Disable building the Python plugin unless Python is a framework
because it will build but fail to load the plugin with an error
that it can't dlopen a module expected in flat namespace.

Even if we add a dep on Homebrew/dupes/ncurses to get the wide
variety of it, that formula doesn't actually create `-lnursesw`.
So that is not added, because it can't be found.

The gtk interface to weechat is not added as a user option because
it runs but doesn't make a useable gui.  It's blank & unresponsive.

Weechat compiles, runs, and connects to freenode without error
using clang and llvm on Lion, tested against system Ruby, system
Python, and Homebrew Python frameworks.

Fixes Homebrew/homebrew#11289.
Fixes Homebrew/homebrew#11835.
Fixes Homebrew/homebrew#12066.
Closes Homebrew/homebrew#12193.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-18 23:07:24 -05:00
Fredrik Forsmo
0323307ed1 libssh2 1.4.1
Closes Homebrew/homebrew#12316.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-18 22:15:50 -05:00
nibbles 2bits
7d0c7402f0 libvpx 1.1.0
Upgrade libvpx to version 1.1.0.
Remove the patches and inreplace.  Both are fixed in this version.
It correctly checks before trying to add `-isysroot`, and it uses
the correct target for your OS.

Closes Homebrew/homebrew#12307.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-18 21:54:15 -05:00
Jack Nagel
030f42729b gobject-introspection 1.32.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-17 21:49:21 -05:00
Jack Nagel
a2ab065728 glib 2.32.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-17 21:49:01 -05:00
Jack Nagel
6c336b6783 intltool 0.50.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-17 21:36:43 -05:00
Jack Nagel
d5e577e400 ode: use stable tarball and adjust HEAD build
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-17 19:45:38 -05:00
Jack Nagel
a6cf79fc58 midgard2: remove stale comment
The deps are needed to build HEAD.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-17 19:45:07 -05:00
Jack Nagel
7a9021267c bdw-gc 7.2
- remove upstreamed patches

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-17 19:17:04 -05:00
Jack Nagel
ef3604ec1c liboping 1.6.2
- remove upstreamed patches

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-17 18:53:39 -05:00
Jack Nagel
1e140c6014 mp3splt 2.4.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-17 18:48:26 -05:00
Jack Nagel
cb3f97d9a6 libmp3splt 0.7.2
- Remove upstreamed patch
 - Add dep on libtool for 10.5/10.6

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-17 18:44:30 -05:00
Jack Nagel
a7c6015811 pdf2json: use the right compiler
Fixes Homebrew/homebrew#12294.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-17 15:17:42 -05:00
Petr Hosek
6b4ffc536c Dart build 7696
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-17 06:30:23 -07:00
Mike McQuaid
90ff253787 QEMU depends on glib and fails with Clang. 2012-05-17 11:35:24 +01:00
Arun Bhalla
9811dd618f atlassian-plugin-sdk 3.10.3
Closes Homebrew/homebrew#12288.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-16 19:59:23 -07:00
fhesse
48897fc67d open-scene-graph: displayBitsPerPixel patch for Lion
Closes Homebrew/homebrew#11788.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-16 20:42:44 -05:00
Jack Nagel
fd58bd13e6 pygtk: add PYTHONPATH caveats
Closes Homebrew/homebrew#10905.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-16 19:56:16 -05:00
James Turner
a454b8ac9e mg: install tutorial
Closes Homebrew/homebrew#12285.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-16 19:15:46 -05:00
nibbles 2bits
0a025fb2cc libdnet: fix deps conditional
Libdnet uses `autoreconf` and has deps on automake and libtool
when using XCode-4.3 or greater; however, the previous commit I
authored has the wrong conditional where it also checks if the
formula is building HEAD.  That's not right.  There is no HEAD,
and `autoreconf` is used for stable.

* Remove `if ARGV.build_head?`

This was tested on Lion by removing automake, autoconf, and libtool
then using `brew install libdnet` which now builds all the deps.
It was also tested on SL using the system autotools without any
ENV vars set, such as LIBTOOLIZE.  Tested with XCode-4.3.2, 4.0.2.

Fixes Homebrew/homebrew#12280.
Closes Homebrew/homebrew#12286.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-16 19:14:36 -05:00
linuxgeek247
d78bec1fb8 snort 2.9.2.3
Closes Homebrew/homebrew#12279.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-16 19:12:53 -05:00
Jack Nagel
2ea1b4bf98 coreutils 8.17
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-16 19:10:14 -05:00
Nick Silkey
91d2e695d9 cfengine 3.3.2
Closes Homebrew/homebrew#12278.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-16 19:03:30 -05:00
James Aitken
ae6e9294e9 Nginx --devel 1.3.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-16 07:05:19 -07:00
Gergo Erdosi
628f81c5e0 Percona Server 5.5.23-25.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-16 07:04:32 -07:00
Mike Steder
0b0b17666c MPICH2 1.4.1p1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-16 07:02:20 -07:00
Adam Vandenberg
d299c10589 Ruby: remove very old compatibility check 2012-05-15 22:11:13 -07:00
Michael S. Klishin
80ba047e25 ElasticSearch: set -Xss in launch plist
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15 22:05:42 -07:00
Gergo Erdosi
cc9639123b Percona Server 5.5.22-25.2
Closes Homebrew/homebrew#12177.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15 22:04:27 -07:00
Steven Luu
b120b9b678 akka 2.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15 21:28:09 -07:00
David Albert
600c39df32 Force ldid formula to use curl instead of svn
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15 21:15:05 -07:00
Adam Vandenberg
401d2a34a5 htop: disable optimization with clang to prevent segfault when resizing 2012-05-15 21:11:39 -07:00
Alexis Hildebrandt
c67f50ca89 loudmouth: fix compile error with glib 2.32.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15 21:05:08 -07:00
Gavin M. Roy
187262bbef RabbitMQ 2.8.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-15 20:35:56 -07:00
Kashif Rasul
fe349bf66d pgbouncer 1.5.1
If asciidoc is present, the HTML docs are built, which also requires
xmlto.

Closes Homebrew/homebrew#12242.

jn:
 - it wasn't immediately clear to me how to just disable building the
   HTML docs, so I left the deps in
 - mark asciidoc and xmlto as build-time deps and set XML_CATALOG_FILES
 - remove unused configure switch
 - use builtin ln_s instead of shelling out

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 18:10:23 -05:00
Jack Nagel
5c0ccfbd9f minc: fix typo
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 17:33:58 -05:00
Jack Nagel
00fa41e7da exim: fix indentation
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 17:13:49 -05:00
Jack Nagel
8f10c988ff pdflib-lite: define caveats outside def install
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 17:13:24 -05:00
Jack Nagel
63cde03be4 Fix more quoting issues
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 17:08:57 -05:00
Jack Nagel
52270920c6 Add more autoconf deps where appropriate
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 16:38:16 -05:00
Jack Nagel
06a6af7e50 Break long lines
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 16:15:46 -05:00
linuxgeek247
5f6b847171 snort 2.9.2.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:21:23 -05:00
linuxgeek247
13a81dc71b daq 0.6.2
Closes Homebrew/homebrew#12252.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:19:48 -05:00
Shawn Jonnet
590186bfb8 Node 0.6.18
Closes Homebrew/homebrew#12260.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:15:30 -05:00
nibbles 2bits
46665f84f7 rasqal 0.9.29
Upgrade raptor to version 0.9.29 and adjust the location of the
html docs from gtk-doc to the usual location in share.  For this
app, the standard helper path `doc` results in `doc/rasqal/rasqal`.
So `share/doc` is used to eliminate the duplicate `rasqal` path.

Note: The homepage for rasqal mentions an upcoming API change:
'RDQL support will be removed in the next release (0.9.30)'

Closes Homebrew/homebrew#12259.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:15:06 -05:00
nibbles 2bits
702df368ac libmikmod 3.2.0b4
Upgrade libmikmod to 3.2.0b4 and remove the 4 inreplaces that were
merged upstream for us.  This builds well using both compilers
from XCode-4.3.2.

Closes Homebrew/homebrew#12258.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:14:14 -05:00
nibbles 2bits
43e04451f0 mpg123 1.14.2
Upgrade mpg123 to version 1.14.2.  This is a bugfix release that
fixes wav output to stdout.

Closes Homebrew/homebrew#12257.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:13:25 -05:00
Keisuke Kawahara
9847cf7975 kyoto-tycoon 0.9.55
Closes Homebrew/homebrew#12255.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:12:03 -05:00
Jack Nagel
5bd598db36 Use ENV shortcut methods where applicable
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:12 -05:00
Jack Nagel
7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Jack Nagel
ef67de0b6c sqlite 3.7.12
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 13:27:22 -05:00
Jack Nagel
902751dfd2 ddd: style nits
- various style cleanups
 - remove unnecessary linking code

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 23:38:42 -05:00
Jack Nagel
ce86f5e6b8 libimobiledevice: remove unused configure switch
Configure no longer recognizes '--without-swig', and the bindings aren't
included in the tarball.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 22:58:30 -05:00
Jack Nagel
554132557c libimobiledevice: depend on automake on Xcode 4.3+
Buildling HEAD invokes aclocal and automake; the automake dep will pull
in autoconf, so just replace it.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 22:57:36 -05:00
Jack Nagel
a9f1d022ed ruby: autoconf dep for HEAD on Xcode 4.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 22:42:27 -05:00
nibbles 2bits
2d5ba6304f xapian 1.2.10 and fix ruby+php bindings
* Upgrade xapian to version 1.2.10
* Fix php bindings - args concat issue
* Fix ruby bindings - attempts to install to /Library/Ruby
* Add ruby caveat
* Remove `--disable-debug` from the subformula.  It's unrecognized.

Fix the php bindings by adjusting the `args <<` statement so that
the array is created with correctly separated strings.  Otherwise
there is a configure error brewing the subformula.

Fix the ruby bindings from installing into /Library by setting
two environment variables which `configure` queries so that they
now install to `lib+'ruby/site_ruby'`.  The only other formula
that uses a similar Ruby directory is `subversion`, and it installs
to `lib+'ruby/1.8'` when built against the system Ruby.  So these
two formulas don't clash, and both compile without error.

Tested on Lion with llvm-gcc and clang from XCode-4.3.2, all opts.

Closes Homebrew/homebrew#12165.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 22:16:12 -05:00
Jack Nagel
3002da46d5 cfengine: fix compilation with (older?) clang
This patch comes directly from upstream, so presumably it will be
obsoleted by the next release.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 22:06:58 -05:00
Laurent Raufaste
b31d163a3b cfengine: depends on pcre
Closes Homebrew/homebrew#12192.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 22:05:14 -05:00
shazron
1da4d94fcc ios-sim: update checksum
1.4 was retagged.

Closes Homebrew/homebrew#12249.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 21:37:34 -05:00
shazron
46e48774e1 ios-sim 1.4
Xcode 4.3 support. Repo maintenance transferred to PhoneGap org from
Fingertips org.

Closes Homebrew/homebrew#12246.

[jn: modernize quoting in install method]

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 17:54:38 -05:00
Jack Nagel
786e7a643f fastri: style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 17:48:01 -05:00
David Gageot
d0f824ebab sonar 3.0.1
Closes Homebrew/homebrew#12239.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 17:10:43 -05:00
Ian Van Ness
2a26e76e27 gearman 0.33
Closes Homebrew/homebrew#12245.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 17:07:18 -05:00
Alessandro Brandimarti
8711f2f2a0 jsvc 1.0.10
Closes Homebrew/homebrew#12237.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 17:04:38 -05:00
Jack Nagel
d3a79331ce stunnel 4.53
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14 14:46:45 -05:00
Birger J. Nordølum
2ebafda198 Wine --devel 1.5.4
The patch is still retained as the changes are not applied upstream yet.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-14 07:07:42 -07:00
Kazunori Jo (itochan)
65f7530ac0 lame 3.99.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-14 07:06:12 -07:00
richo
bc93ec4581 liblqr: add head location
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-14 07:05:14 -07:00
Justin Clift
52ab994e8d libvirt 0.9.11.3 + 0.9.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-14 07:04:05 -07:00
Charlie Sharpsteen
860c1f5db6 Octave: Adjust BLAS linker flags
The `mkoctfile` tool, used to compile Octave packages, does not understand
`-framework <foo>`. Therefore, `-Wl,-framework -Wl,<foo>` must be used.

Fixes Homebrew/homebrew#12229.
2012-05-13 20:45:58 -07:00
nibbles 2bits
b58a6d8df8 avidemux: fix failing inreplace
The two inreplaces that add an RPATH to the x264 and xvid dylibs
are not meant to run unless the Qt gui is built.  The conditional
that stops them from running was not coded correctly.  This commit
changes the conditional to only run the inreplaces if Qt4 is
installed using `linked_keg.exist?`.

Fixes an issue reported in Homebrew/homebrew#12051

Closes Homebrew/homebrew#12213.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-13 13:37:06 -05:00
nibbles 2bits
c3c0a58db1 mathomatic 15.8.4
* Upgrade mathomatic to version 15.8.4
* Switch from `make install` to `make m4install`
* Add a `make` in the primes subdirectory

By switching to `make m4install` we get everything in the previous
formula plus the m4 macros "which allow easy entry of math
functions like sqrt(x) and sin(x) as macros."

By adding `make` in the primes subdirectory we get the Mathomatic
prime number tools, `matho-primes`.

Changelog is here: http://www.mathomatic.org/NEWS

Mathomatic runs, and testing it by doing simple math is successful
when it's built with clang or llvm from XCode-4.3.2 on Lion.

Closes Homebrew/homebrew#12219.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-13 13:34:57 -05:00
nibbles 2bits
a4f8ae5f88 gauche 0.9.3.2
Upgrade gauche to version 0.9.3.2 and remove the unrecognized
`--disable-debug` flag.  Gauche will build against gdbm-1.10
if it is installed, usually as a dep of Python, but it's optional.
Gauche builds just fine without it.

Closes Homebrew/homebrew#12218.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-13 13:31:38 -05:00
nibbles 2bits
74f0fb8f49 appswitch 1.1.1
Upgrade appswitch to version 1.1.1 which has changes for Lion.
This software has only one 22k source file, but it now needs a
full XCode and xcodebuild to compile it.  Luckily the developer
includes a precompiled binary in the source tarball.  So this
commit just installs that, allowing CLT only users to run it.

Fixes Homebrew/homebrew#12198.
Closes Homebrew/homebrew#12212.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-13 13:30:22 -05:00
nibbles 2bits
70c7a58c1f log4cxx: fix compile error with clang using autogen.sh
log4cxx building universal fails to link because the software uses
old libtool scripts that craft one compile command missing both
of the arch flags.

* Add conditional deps on automake & libtool
* Add a system call to `autogen.sh` to update the scripts
* Note in comments the upstream bug report.
* Tested on Lion 10.7.4 with clang and llvm.

Fixes Homebrew/homebrew#12127.
Closes Homebrew/homebrew#12211.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-13 13:27:06 -05:00
nibbles 2bits
ef5439b0a6 mu 0.9.8.4, adjust head, fix for xapian + emacs
* Upgrade mu to 0.9.8.4
* Use the new head url at GitHub
* Add conditional deps on automake+libtool for autoreconf
* Add `autoreconf -ivf` for building head
* Add a Requirement for emacs >= version 23
* Patch configure error when using Xapian-1.2.10

The mu developers moved their repo from Gitorious to GitHub.

The previous version of mu compiled without problems using the
Lion system `emacs`.  This version uses a command that is not
available in the system emacs-22.1.1, and the compile will fail
using clang or llvm with many errors like this:

    In toplevel form:
    mu4e-actions.el:30:1:Error: Unknown keyword :safe

So this commit adds a Requirement for emacs >= version 23.

For building head add conditional deps on automake and libtool.
Also add the `autoreconf -ivf` system command for head.

Stable fails to configure against xapian-1.2.10 because it only
tests for version 1.2.[0-9].  Patch configure to support the
latest xapian.  Add comments referring to the upstream bug report,
patch, and removal version.  The issue has been fixed in HEAD.

Tested against the new xapian-1.2.10 on Lion 10.7.4 using clang
and llvm from XCode-4.3.2, both stable and HEAD.

Closes Homebrew/homebrew#12167.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-12 23:10:23 -05:00
Bruno Santos
15903a010a libQGLViewer 2.3.16
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-12 09:59:25 -07:00
richo
817072f418 vimpc: move head repo
My github username has changed

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-12 09:49:28 -07:00
Can Berk Güder
ef0da9ea2c unrar 4.2.1
Closes Homebrew/homebrew#12209.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-12 09:42:42 -07:00
Jack Nagel
ff0be8ec72 git 1.7.10.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-11 21:06:56 -05:00
Jack Nagel
32388f536b md5sha1sum: modernize style
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-11 21:06:51 -05:00
Adam Vandenberg
1e962fc704 drizzle 7.1.33 2012-05-11 06:58:06 -07:00
nibbles 2bits
9e9f7109eb gtkwave 3.3.36
Upgrage gtkwave to version 3.3.36 and remove the `--mandir` flag
because it uses the right directory now.  It apparently cannot
build its tcl support against the Lion tcl-8.5.  But if the user
has a newer tcl installed it could; therefore, the tcl code is
not explicitly disabled in this commit, even though it gives a
warning that it won't work:

    checking for Tcl_CreateInterp in -ltcl8.5... no
    configure: WARNING:
    Tcl support not enabled.

There are no self tests, but the `gtkwave` binary runs and brings
up its gui when compiled with clang and llvm from XCode-4.3.2.

Closes Homebrew/homebrew#12175.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:51:33 -05:00
Jack Nagel
2b95b8170d fsh: formula cleanup
- Use inreplace instead of find/sed
 - Specify infodir
 - Various style nits

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:38:53 -05:00
Lance Parsons
8c1fc0288b VCFtools 0.1.9
Closes Homebrew/homebrew#12191.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:25:12 -05:00
Birger J. Nordølum
8244f3d295 OpenSSL 1.0.1c
Removed patch as it's fixed upstream.

Closes Homebrew/homebrew#12195.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:14:32 -05:00
Thomas Jachmann
f7cc2a327e tig 1.0
Closes Homebrew/homebrew#12196.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:10:20 -05:00
Felix Bünemann
bc16a8f41d convmv 1.15
Closes Homebrew/homebrew#12187.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:08:42 -05:00
Yuval Adam
7736504fe2 jetty 8.1.3
Fixes Homebrew/homebrew#12183.
Closes Homebrew/homebrew#12185.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:06:44 -05:00
Frizlab
dfafb40120 gegl: Add intltool dependency
Closes Homebrew/homebrew#12063.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-10 11:57:00 -07:00
Adam Vandenberg
2ab4fa3fae Remove redundant :using => :svn 2012-05-10 07:10:12 -07:00
Mark Janssen
a9f8cd5779 Mercurial 2.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-10 06:51:32 -07:00
nibbles 2bits
1dcb4cddd2 libdnet: fix for autoreconf error on Lion
Libdnet is used by snort, but the manual autoreconf statements
cause a build error on Lion.  This is likely due to some subtle
changes in autoconf-2.69.

* Remove manual autotools statements.
* Set `ACLOCAL` to include the `config` directory.
* Use `autoreconf -ivf` the way the `autoconf` docs recommend.
* Remove the unrecognized `--disable-debug` flag.

This compiles with or without the `--with-python` flag, and it
functions well in `snort` using all five compilers from XCode
4.3.2 and 4.0.2 on Lion and Snow Leopard.  It's interesting to
see software from 2007 build the python bindings and install
them into the HB site-packages correctly.

Fixes Homebrew/homebrew#12174

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-10 06:42:52 -07:00
Tyler Brock
a35cc2f234 MongoDB 2.0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-10 06:38:02 -07:00
nibbles 2bits
56ee61eace simh 3.9-0, add fails_with, adjust inreplace
Upgrade simh to version 3.9-0.
Add fails_with :clang.
Adjust inreplace because of a modified makefile.

Simh will be moving its development to GitHub after 3.9-0.
The new webiste is noted in the comments.  Over there you can
see from the commits that they are supporting Clang.  At
this time, though, the whole makefile is very closely tied to
gcc or llvm-gcc because it queries the `--help` to determine
which flags to add to the compile commands.  To respect that,
and to avoid the dozen warnings from clang at every step,
a fails_with :clang is added along with a note to remove it at
the next revision.  The two `inreplace` commands need to be
modified because the makefile changed a lot.  This compiles on
Lion with XCode-4.3.2.

Closes Homebrew/homebrew#12121.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:48:54 -05:00
shaharz
004a766e67 tbb 4.0u4
Closes Homebrew/homebrew#12132.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:46:04 -05:00
rhysd
ec52bf0828 gflags 2.0
Closes Homebrew/homebrew#12138.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:22:37 -05:00
nibbles 2bits
4fb26ad875 mpg123 1.14.1
* Upgrade mpg123 to 1.14.0.
* Remove skip clean. Use --with-module-suffix=.so instead.
* Remove --with-audio list. It builds coreaudio, openal, dummy.
* Remove LDFLAGS inreplace that added read-only-relocs,suppress.

Mpg123 builds output modules using the .so suffix by default.
So let it load them with that name. Tested by playing mp3s.
Also let it build the modules it wants to build. Someone
may desire that functionality. The read-only-relocs inreplace
was removed because that is not valid on x86_64. It generates
warnings.  @mxcl asked in a comment why it was there.
It may be needed for 32bit SL or Leopard.  There was nothing
in the history or past issues that explained adding that.
The `--with-cpu` flags are still needed.
This compiles on Lion with clang and llvm from XCode-4.3.2.

Closes Homebrew/homebrew#12149.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:17:42 -05:00
nibbles 2bits
48885b7229 movgrab 1.1.10
Upgrade movgrab to version 1.1.10.  Adjust the patch line number
which was off by a bit.  Adjust the comments and commands to fall
within the 80 character margins.  Add info about the upstream bug
report status.

Closes Homebrew/homebrew#12152.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:14:39 -05:00
nibbles 2bits
fe7d90467c newlisp 10.4.3
Upgrade newlisp to version 10.4.3.  Rapid bugfix release.
It passes its `def test` compiled with clang or llvm on Lion.

Closes Homebrew/homebrew#12150.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:12:20 -05:00
nibbles 2bits
e62f0fc2fa glib 2.32.2
Upgrade glib to version 2.32.2.  Note in comments bugreport status.
Remove `fails_with :clang` because it works with mc.

There were just a few bugfixes in the changelog for 2.32.2
including one to the gdatetime tests, which get further before
they fail.  Tested glib by building pango and running its def test
and by running mc for a while.

[jn: use localstatedir]

Closes Homebrew/homebrew#12116.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 22:08:46 -05:00
Eli Bishop
5e2e3efbf4 atlassian-plugin-sdk 3.10.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-08 17:09:02 -07:00
Misty De Meo
d2476d5286 p7zip: respect compiler choice 2012-05-08 11:14:46 -05:00
Juan C. Müller
9aa691fe56 pianobar 2012.05.06
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-08 06:59:48 -07:00
Harrison Reiser
8a22cc8a14 wdfs needs glib
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-08 06:58:00 -07:00
Mislav Marohnić
504e60d2cd hub 1.10
Bugfixes & now with `hub merge` command!

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-08 06:51:36 -07:00
Jack Nagel
e8f2174d76 Move openttd to Homebrew-games
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:29:00 -05:00
Jack Nagel
b908c0d024 postgis: use buildpath instead of Dir.getwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:12 -05:00
Jack Nagel
50cb7df7d5 spidermonkey: use buildpath instead of Pathname.pwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:12 -05:00
Jack Nagel
def7301eaa libraw: use buildpath instead of Pathname.getwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:12 -05:00
Jack Nagel
4fc9fb0a59 go: use prefix instead of Pathname.pwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:12 -05:00
Jack Nagel
22477b72d9 symphony: use buildpath instead of Pathname.pwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:12 -05:00
Jack Nagel
d7b49fc9fa proj: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:12 -05:00
Jack Nagel
f5ae862025 proj: use buildpath instead of Pathname.pwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:11 -05:00
Jack Nagel
e77bacb581 otx: use buildpath instead of Pathname.pwd
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:11 -05:00
Jack Nagel
eb2cf03da0 rubinius: use ENV.remove_cc_etc
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:11 -05:00
Jack Nagel
1d74b0acf5 sqlite 3.7.11
- use buildpath instead of Pathname.pwd
 - put conditional inside of caveats

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:11 -05:00
Jack Nagel
f17a2ca3e8 sphinx: style nits
- use buildpath instead of Pathname.pwd
 - remove unrecognized '--disable-debug'

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:11 -05:00
Jack Nagel
7d5bf07be5 vcodex: use heredoc in caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:10 -05:00
Jack Nagel
1f4975ae17 vmalloc: use heredoc in caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 01:15:10 -05:00
Jack Nagel
f16f9b9f40 gnupg: clarify IDEA cipher caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08 00:09:03 -05:00
Jack Nagel
82e7569a9b libraw: use shorthand for NoUnzipCurlDownloadStrategy
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 23:52:38 -05:00
Jack Nagel
89e87be8a3 libraw: use a subformula to download test file
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 23:48:12 -05:00
Jack Nagel
145e0c6476 psftools: use a subformula to download test file
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 23:48:04 -05:00
Jack Nagel
34fca4e1ab mpfr: always run make check
Correctness is pretty important here, and it doesn't take too long.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 22:21:00 -05:00
Jack Nagel
de0359f3fc libmpc: always run make check
Correctness is pretty important here, and it doesn't take too long.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 22:20:48 -05:00
Jack Nagel
0beffcafac gmp 5.0.5
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 21:23:51 -05:00
Jack Nagel
e433ffcf53 pgpool-ii: use a Requirement for Postgres
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 21:05:55 -05:00
Jack Nagel
89af76d0d9 Convert some /usr/bin/which calls to use the 'which' method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07 21:05:55 -05:00
Charlie Sharpsteen
4643b74f8b spatialite-tools: Fix comments
A comment accidentally got separated from the code it was explaining.
2012-05-07 13:57:06 -07:00
Charlie Sharpsteen
6b99f79833 GDAL: Add Armadillo option 2012-05-07 13:32:01 -07:00
Charlie Sharpsteen
6e28a6d578 GDAL: Use Homebrew SQLite
Required by SpatiaLite, so ensure GDAL links against the Homebrew version.
2012-05-07 12:02:17 -07:00
Charlie Sharpsteen
4150c79730 librasterlite: Use Homebrew SQLite
SpatiaLite requires Homebrew's version of SQLite so make sure that is the
version RasterLite links against.
2012-05-07 12:01:36 -07:00
Charlie Sharpsteen
fbb210bbb9 Spatialite-tools: Update to 3.1.0a 2012-05-07 11:39:24 -07:00
Charlie Sharpsteen
b32a978f0e New Formula: ReadOSM
ReadOSM is a small library for reading Open Street Map data dumps. This library
is a new pre-requisite of the Spatialite Tools.
2012-05-07 11:37:42 -07:00
Charlie Sharpsteen
5972893fdb libspatialite: Use non-amalgamated version
The amalgamated version of SpatiaLite, which includes its own copy of SQLite,
is depreciated and will be discontinued in the near future:

  https://groups.google.com/d/msg/spatialite-users/ZQcEx30p1W8/mi5Gvzlht7wJ
2012-05-07 11:37:36 -07:00
Charlie Sharpsteen
dd24779ac9 SQLite: Always enable R-Tree index
This allows the SQLite formula to support the SpatiaLite formula. RTree is
also enabled by default in the SQLite build that ships with Lion.
2012-05-07 10:49:11 -07:00
Charlie Sharpsteen
4fd75d8871 SQLite: Always enable dynamic extensions
This is the configure default, but may as well make it explicit. Without this
functionality any library which builds on top of SQLite, such as SpatiaLite,
won't work.
2012-05-07 09:51:29 -07:00
Misty De Meo
1a8376f279 exiftool 8.91 2012-05-07 09:52:45 -05:00
nibbles 2bits
d5e1187d2a armadillo 3.0.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:39:32 -07:00
nibbles 2bits
ad7c1005c4 ffmpeg 0.10.3
Upgrade ffmpeg to version 0.10.3 which includes many security
fixes and bugfixes.  The changelog can be seen in their git repo
under the 0.10.3 tag, tree view, raw link to Changelog.

This still fails with llvm on Lion with undefined symbols.  Using
clang all the the tools and ffplay compile and display an mkv
with sound using sdl.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:37:59 -07:00
nibbles 2bits
a9a2d47fc5 ghostscript fix compile error with libtiff-4.0.1
The gs formula stopped working after libtiff was upgraded to 4.0.1.
It gives an error `no rule to make target obj/libtiff_.dev`.
Add the `--with-system-libtiff` flag so it compiles against 4.0.1.
Remove the `--disable-debug` flag, which is not a valid option.

Add deps on little-cms2 and jbig2dec and
Add `lcms2` and `jbig2dec` to the `renames` variable so that gs
will properly link against those two libraries that many people
already have installed who deal with images frequently.  Without
those additions on systems with `lcms2` and `jbig2dec` installed,
`configure` will find them but not link correctly against them.

`autogen.sh` automatically calls configure and warns the user
that it is running configure with no args, explaining how to put
the args after `autogen.sh` if args are desired.  Do that for
head builds. It is proper and saves configure from being run twice
when brewing head.

Fixes Homebrew/homebrew#12098

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:37:30 -07:00
nibbles 2bits
ffc7ea8763 kyoto-cabinet 1.2.75
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:36:37 -07:00
nibbles 2bits
a75e351d7b cfengine 3.3.1
Upgrade cfengine to version 3.3.1.  Tested on Lion with XCode-4.3.2
using clang and llvm-gcc, where it passes its def test.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:36:07 -07:00
Ivan Porto Carrero
cbc6f6c6ad sbt 0.11.3
Closes Homebrew/homebrew#12117.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:35:20 -07:00
Adam Vandenberg
0c2341120d Erlang: enable dtrace 2012-05-07 06:33:23 -07:00
nibbles 2bits
46bba3b743 dos2unix 6.0
Upgrade dos2unix to version 6.0.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-07 06:32:18 -07:00
Mike McQuaid
a4827d3eee Remove imagemagick bottle.
Fixes Homebrew/homebrew#12100.
2012-05-07 20:41:43 +08:00
Jack Nagel
b79f6812aa openimageio: pass name to the subformula constructor
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:40:38 -05:00
Jack Nagel
92f41eacb3 fftw: remove dir file cruft
`info` related files are now handled internally.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:40:04 -05:00
Jack Nagel
e5fd35200f dc3dd: remove charset.alias cruft
Removing this file is now handled internally.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:39:19 -05:00
Tomas Frostensson
db28325cf1 fftw 3.3.2
Closes Homebrew/homebrew#12109.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:26:50 -05:00
Noah Jorgenson
278c4ba21e todo-txt 2.9
Closes Homebrew/homebrew#12097.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 19:23:07 -05:00
Jack Nagel
5d637ed1b3 Move go-gui to Homebrew-games
Closes Homebrew/homebrew#12101.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 16:20:32 -05:00
nibbles 2bits
08008cd99e Imagemagick: patch for xml2-config
Imagemagick-6.7.x uses libxml2, but Apple changed the file
`xml2-config` starting in Mt. Lion, removing the `--prefix` flag.
That breaks Imagemagick, which uses it to find the library.
Because all versions of OSX have libxml2 in the same location,
this commit is safe for all users.

* Patch `configure` to not run `xml2-config --prefix` by placing
the value it returns, `/usr`, into the corresonding variable.

Fixes Homebrew/homebrew#11789.
Closes Homebrew/homebrew#11883.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 15:43:57 -05:00
Robert Lenhardt
0d74be4767 ykpers 1.6.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-06 09:11:44 -07:00
Robert Lenhardt
66205ded7c ykclient 2.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-06 09:11:27 -07:00
Robert Lenhardt
f9fcff976e libyubikey 1.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-06 09:11:10 -07:00
Adam Vandenberg
213187a8a5 cherokee: don't install to /Library 2012-05-06 09:04:52 -07:00
Jack Nagel
8324e1ffd5 nss: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:48 -05:00
Jack Nagel
06ce46546a monit: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:47 -05:00
Jack Nagel
98889db723 psftools: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:47 -05:00
Jack Nagel
2719b461a9 maxima: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:46 -05:00
Jack Nagel
76d8bb3cb7 newick-utils: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:46 -05:00
Jack Nagel
caa5dbe6ad hilite: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:46 -05:00
Jack Nagel
555fa573d2 jp2a: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:45 -05:00
Jack Nagel
ba6cdf3d63 valgrind: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:45 -05:00
Jack Nagel
629108dada python: validate output in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:45 -05:00
Jack Nagel
620ddfd988 gsoap: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:44 -05:00
Jack Nagel
d7ffd6d35a graphviz: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:44 -05:00
Jack Nagel
6ff456cf82 growly: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:44 -05:00
Jack Nagel
78fe4d3b33 gptfdisk: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:44 -05:00
Jack Nagel
56a897a281 dwatch: style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:43 -05:00
Jack Nagel
5c1da0e211 calabash: fix path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:43 -05:00
Jack Nagel
57d0fc259e bindfs: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:43 -05:00
Jack Nagel
c12a67f639 audiofile: remove oh1 output
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:42 -05:00
Jack Nagel
ae8be21375 audiofile: use full paths in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 01:07:42 -05:00
Jack Nagel
c7fc76f23d bbcp: whitespace
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 00:29:23 -05:00
Jack Nagel
ea3af5741d libraw: improve test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-06 00:03:21 -05:00
Jack Nagel
d7934d356f colordiff: cleanup and refresh patch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 22:47:59 -05:00
Birger J. Nordølum
1542c049a0 ATK 2.4.0
Closes Homebrew/homebrew#12087.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:36:48 -05:00
Jack Nagel
2156f75b84 mairix: use HTTPS for GitHub head
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:24:13 -05:00
Jack Nagel
e9c84b8bbf bonnie++: remove pointless test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:23:04 -05:00
Jack Nagel
06a6eba41f pixie: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:21:18 -05:00
Jack Nagel
3efc4e0b3e ispell: remove pointless test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:19:58 -05:00
Jack Nagel
816dbec987 open-cobol: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:17:48 -05:00
Jack Nagel
9dafb6ac2b trafficserver: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:14:57 -05:00
Jack Nagel
2f404c680f libraw: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:14:41 -05:00
Jack Nagel
0079bbcef6 newlisp: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:12:31 -05:00
Jack Nagel
f01bac77cc appledoc: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:10:46 -05:00
Jack Nagel
fa3d2d7bf4 link-grammar: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:02:56 -05:00
Jack Nagel
51d7e56917 justniffer: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:00:33 -05:00
Jack Nagel
3d8c756282 roundup: style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:00:18 -05:00
Jack Nagel
2c9d18901f jbigkit: pass vars directly to make
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:53:52 -05:00
Jack Nagel
93b63e2743 jbigkit: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:53:39 -05:00
Jack Nagel
dd0ed45bc9 jbig2dec: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:50:18 -05:00