| Age | Commit message (Collapse) | Author |
|
libvirtd would fail to successfully run on Mac OS X. With these two
upstream changes that is resolved. It can be tested by running 'virsh
version'.
Closes #23141.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #22966.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Allow `build.with?` and similar methods to be used during the test
phase. The BuildOptions (`build`) are initialized with the
`Tab.used_options` unless explicitly overwritten on the command line.
So basically `build.with?` works in `def install` and in `test do` as
one would naively expect. (For the test, gramatically it should be
`built.with?` but who cares)
If a formula was installed `--with-python`, now the tests are also
run `--with-python`. This enables us to use the `python do ... end` in
a meaningful manner.
Using `python do ... end` blocks for the tests, because the bot.brew.sh has
system python per default and we need to set the PYTHONPATH for the test.
Potentially to different values for Python 2.x and 3.x.
|
|
|
|
Closes #22262.
Closes #22269.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #21536.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #20950.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
With the new python dependency support in Homebrew, libvirt can now
build Python bindings.
Closes #20311.
Signed-off-by: Samuel John <github@SamuelJohn.de>
|
|
Closes #20220.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #19958.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #19579.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #18875.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #18255.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #17739.
|
|
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>
|
|
Closes #16620.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #16093.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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.
|
|
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.
|
|
Closes #15847.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
For new upstream release.
Closes #15378.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15075.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
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>
|
|
|
|
Closes #14595.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #14517.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #13155.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #11413.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
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>
|
|
Closes #7755.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
- 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>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Also includes upstream patch from 0.9.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
* Works with YAJL 2.x now.
* OpenVZ support is now Linux-only, so has been disabled.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Now explicitly lists compilation options in use, and also now depends
upon YAJL 1.0.11.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Updated for new upstream libvirt 0.8.8 release.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|