aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libvirt.rb
AgeCommit message (Collapse)Author
2013-06-12libvirt: typo in --without-python optionSamuel John
2013-06-12libvirt: Adding a testSamuel John
2013-06-12libvirt: Add python bindings (:recommended)Doug Goldstein
With the new python dependency support in Homebrew, libvirt can now build Python bindings. Closes #20311. Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-06-03Libvirt 1.0.6Justin Clift
Closes #20220. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-21Libvirt 1.0.5.1Justin Clift
Closes #19958. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-02Libvirt 1.0.5Justin Clift
Closes #19579. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-31Libvirt 1.0.4Justin Clift
Closes #18875. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-06Libvirt 1.0.3Justin Clift
Closes #18255. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-10libvirt uses pkg-configAdam Vandenberg
Closes #17739.
2013-01-30Libvirt 1.0.2Justin Clift
Libvirt 1.0.x series seems pretty stable now, so making it the default instead of a --devel option. Closes #17435. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-17Libvirt 1.0.1 and 0.9.11.8Justin Clift
Closes #16620. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-15Add missing libgcrypt dependencies post-gnutls 3 updateStefan
Closes #16093. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-10Revert "Rename readline to gnu-readline"Jack Nagel
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-10Rename readline to gnu-readlineJack Nagel
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 #15776.
2012-11-04Libvirt 0.9.11.7 and 1.0.0.Justin Clift
Closes #15847. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-09libvirt 0.9.11.6Justin Clift
For new upstream release. Closes #15378. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-24libvirt 0.10.2Justin Clift
Closes #15075. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
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-08-31libvirt: use new dslAdam Vandenberg
2012-08-31libvirt 0.10.1Justin Clift
Closes #14595. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-29libvirt --devel 0.10.0Justin Clift
Closes #14517. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02libvirt 0.9.13Justin Clift
Closes #13155. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-28libvirt 0.9.11.4Justin Clift
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-14libvirt 0.9.11.3 + 0.9.12Justin Clift
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-03libvirt 0.9.11Justin Clift
Closes #11413. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20libvirt 0.9.10Justin Clift
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-01-15libvirt 0.9.9Justin Clift
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-09libvirt 0.9.8Justin Clift
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-08libvirt 0.9.7Justin Clift
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-09-22libvirt 0.9.6Justin Clift
Closes #7755. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-10libvirt: support VirtualBox by defaultgnu-user
- 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-03libvirt 0.9.4Justin Clift
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-05libvirt 0.9.3Justin Clift
Also includes upstream patch from 0.9.4 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-06libvirt 0.9.2Justin Clift
* 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-05-16Revert libvirt due to yajl conflict.Adam Vandenberg
2011-05-16libvirt 0.9.1Adam Vandenberg
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-19Update formula: libvirtJustin Clift
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-17Update formula: libvirtJustin Clift
Updated for new upstream libvirt 0.8.8 release. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-04Updated formula: libvirtJustin Clift
Updated for new 0.8.7 upstream release of libvirt. Closes #3813. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-02Updated formula: libvirtJustin Clift
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-01Updated formula: libvirtJustin Clift
Updated for the new upstream 0.8.6 release of libvirt. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-10-30Updated formula: libvirtJustin Clift
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-28Updated formula: libvirtJustin Clift
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-23Updated formula: libvirtJustin Clift
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-22Updated formula: libvirtJustin Clift
Uses a newer snapshot of libvirt git source, generated by Mitchell Hashimoto. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-06New formula: libvirtJustin Clift
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>