Commit graph

40 commits

Author SHA1 Message Date
Justin Clift
c6cda0cfb3 Libvirt 1.0.1 and 0.9.11.8
Closes Homebrew/homebrew#16620.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-12-17 11:48:51 -06:00
Stefan
43ef835840 Add missing libgcrypt dependencies post-gnutls 3 update
Closes Homebrew/homebrew#16093.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-15 13:20:22 -06:00
Jack Nagel
8c29982153 Revert "Rename readline to gnu-readline"
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94.

Turns out one of the "other things" is a dealbreaker.

We only create kegs using a formula's canonical name. However, we do not
check that this is the case when mapping existing kegs back to formula
objects, and thus a keg with a name that happens to be an alias can fool
Homebrew into thinking the canonically-named keg exists.

So anything that enumerates kegs and then tries to do stuff with the
resulting formula objects will just break. This is obviously worse than
the debugger being broken, so reverting this for the time being.
2012-11-10 21:12:26 -06:00
Jack Nagel
e2f9856882 Rename readline to gnu-readline
The Readline class clashes with the Readline module from the Ruby
stdlib. This has mostly worked, but with the recent debugging support's
integration of IRB, it is no longer possible for them to coexist. So we
need to rename it.

The implications of this are:

 - Anything that depends on readline will reinstall it as
   "gnu-readline". Anything already installed will continue to function.

 - "brew upgrade readline" will say "gnu-readline not installed", as
   "readline" is now an alias.

 - Probably other things.

So there are some downsides, but we will just have to deal with them.

Fixes Homebrew/homebrew#15776.
2012-11-10 20:07:32 -06:00
Justin Clift
b9985d5525 Libvirt 0.9.11.7 and 1.0.0.
Closes Homebrew/homebrew#15847.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-04 16:11:48 -08:00
Justin Clift
920dfab66c libvirt 0.9.11.6
For new upstream release.

Closes Homebrew/homebrew#15378.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-09 10:04:31 -07:00
Justin Clift
9242f973c4 libvirt 0.10.2
Closes Homebrew/homebrew#15075.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-24 08:33:58 -07:00
Jack Nagel
53473b6bf5 Clean up MacOS version method usage
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.

"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.

The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-10 16:16:54 -05:00
Adam Vandenberg
9a1a5cc985 libvirt: use new dsl 2012-08-31 14:01:10 -07:00
Justin Clift
e67cc13fde libvirt 0.10.1
Closes Homebrew/homebrew#14595.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-31 08:56:40 -07:00
Justin Clift
ffefe00da6 libvirt --devel 0.10.0
Closes Homebrew/homebrew#14517.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-29 07:04:47 -07:00
Justin Clift
e02caa4b17 libvirt 0.9.13
Closes Homebrew/homebrew#13155.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-02 13:00:56 -05:00
Justin Clift
2479348aec libvirt 0.9.11.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-28 14:46:05 -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
Justin Clift
45487261d9 libvirt 0.9.11
Closes Homebrew/homebrew#11413.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-03 16:41:11 -05:00
Jack Nagel
64afeec6d4 Use new fails_with DSL syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:39:59 -05:00
Justin Clift
a32ef3eeb4 libvirt 0.9.10
Includes a patch by Lincoln Myers <lincoln_myers@yahoo.com>,
fixing a recently introduced compilation bug on OSX.

Patch is already included upstream, and will be in libvirt 0.9.11.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-20 18:09:28 -08:00
Justin Clift
6bb7916da2 libvirt 0.9.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-15 12:25:21 -08:00
Justin Clift
55b5be29f4 libvirt 0.9.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-09 09:35:18 -06:00
Justin Clift
0c0ad72eb7 libvirt 0.9.7
Now supports VirtualBox 4.1.x on OSX, plus many other enhancements:

  http://www.libvirt.org/news.html

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-08 20:20:38 -08:00
Justin Clift
831dff86e1 libvirt 0.9.6
Closes Homebrew/homebrew#7755.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-22 19:19:42 -05:00
gnu-user
4b34614813 libvirt: support VirtualBox by default
- Enabled support for VirtualBox by default - Removed support for qemu,
since there is no OS X support, because according to libvirt
"./configure --help" qemu is installed by default with the argument
"--with-qemu=yes" unless otherwise specified

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-10 10:58:13 -07:00
Justin Clift
af2a223315 libvirt 0.9.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-03 13:59:32 -07:00
Justin Clift
d6667555e2 libvirt 0.9.3
Also includes upstream patch from 0.9.4

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-05 09:43:36 -07:00
Justin Clift
ec739943e8 libvirt 0.9.2
* Works with YAJL 2.x now.
* OpenVZ support is now Linux-only, so has been disabled.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-06 07:20:55 -07:00
Adam Vandenberg
68eafd1e6b Revert libvirt due to yajl conflict. 2011-05-16 07:41:12 -07:00
Adam Vandenberg
1fe26072ee libvirt 0.9.1 2011-05-16 07:33:15 -07:00
Adam Vandenberg
121e4f8614 Normalize use of MACOS_VERSION 2011-04-09 09:36:30 -07:00
Adam Vandenberg
99b61b9a23 Update fails_with_llvm in formulae 2011-03-25 23:31:30 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Justin Clift
7af62b3e40 Update formula: libvirt
Now explicitly lists compilation options in use, and also now depends
upon YAJL 1.0.11.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-19 09:30:59 -08:00
Justin Clift
13ebf885bc Update formula: libvirt
Updated for new upstream libvirt 0.8.8 release.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-17 08:09:33 -08:00
Justin Clift
151d70c435 Updated formula: libvirt
Updated for new 0.8.7 upstream release of libvirt.

Closes Homebrew/homebrew#3813.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-04 17:21:13 +00:00
Justin Clift
2d2d827fe8 Updated formula: libvirt
No longer has a dependency on GNU awk for building.

Thanks to Mike McQuaid for prompting this.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-02 11:18:28 -08:00
Justin Clift
c527c19f08 Updated formula: libvirt
Updated for the new upstream 0.8.6 release of libvirt.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-01 23:41:02 +00:00
Justin Clift
569fac7cbe Updated formula: libvirt
Updated to use the new libvirt 0.8.5 release, which now works on
OSX without any patches.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-30 08:32:52 -07:00
Justin Clift
a3c560ec3e Updated formula: libvirt
Updated to use a more recent libvirt upstream source snapshot,
that includes further fixes for OSX.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-28 08:36:13 -07:00
Justin Clift
5e0b16f8fc Updated formula: libvirt
Added dependencies specific to Leopard (10.5), that may also be
applicable to earlier releases.  Thanks to Ruben Kerkhof for the
initial bug reports, plus assistance in testing and trying things
out.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-23 18:22:58 -07:00
Justin Clift
f9498617c6 Updated formula: libvirt
Uses a newer snapshot of libvirt git source, generated by Mitchell
Hashimoto.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-22 09:39:12 -07:00
Justin Clift
e7486328ee New formula: libvirt
Based upon a development snapshot between the 0.8.4 and 0.8.5 releases,
where libvirt is now known to compile and run on MacOS X.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-06 20:11:12 -07:00