| Age | Commit message (Collapse) | Author |
|
|
|
Closes #38299.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #37325.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
|
|
Closes #36411.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Closes #33922.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Also converted single quote characters to double quote ones
Closes #32837.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #32034.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #31319.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
|
|
Closes #30607.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #29782.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #29006.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #28034.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Closes #27243.
|
|
|
|
Closes #26118.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #25295.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #23955.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
The typedef for xdrproc_t was changed in Mavericks. This change makes it
build again on Mavericks however this change is backwards compatible
with older versions.
Closes #23737.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
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.
|