Commit Graph

10251 Commits (f544de87bba2bcc74d90ad03d91daaca353b0377)

Author SHA1 Message Date
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