2014-05-21 14:19:12 by Greg Troxel | Files touched by this commit (1) |
Log message:
Convert qemu-0 and qemu options to an optional group.
No functional change intended; this merely uses
PKG_OPTIONS_OPTIONAL_GROUPS to choose qemu-0 vs qemu.
(Pointed out by wiz@.)
|
2014-05-20 20:06:07 by Greg Troxel | Files touched by this commit (2) |
Log message:
Add options for qemu and xen, and disable all by default.
Before, anita depended on qemu0 or qemu. Now, it has options for
qemu-0, qemu (currently 2) and xen (currently 4.1). By default, all
are off because all of them are quite large and they need only be
present at run time.
Discussed with gson@, who did not object.
|
2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553) |
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
|
2014-02-19 11:23:33 by Andreas Gustafsson | Files touched by this commit (2) |
Log message:
Update misc/py-anita to 1.32. Changes from 1.31:
Fix installation of source and debug sets, which had been broken since
the label displayed by sysinst was changed from "Source sets" to
"Source and debug sets".
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2014-01-16 14:48:26 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix DEPENDS pattern.
|
2014-01-15 20:28:11 by Martin Husemann | Files touched by this commit (1) |
Log message:
Ooops, copy & pasto: remove bogus lua dependency
|
2014-01-15 20:05:34 by Martin Husemann | Files touched by this commit (2) |
Log message:
Make the dependency on qemu or qemu-0 selectable via an option (defaulting
to qemu-0)
|
2013-10-03 21:22:57 by Andreas Gustafsson | Files touched by this commit (2) |
Log message:
Update misc/py-anita to 1.31. Changes from 1.30:
Fix a failure to consume a shell prompt which would cause it to remain
buffered and later be mistaken for one that had not yet issued. For
added protection, add a unique serial number to each prompt.
Omit drive index from qemu command line for backwards compatibility
with scripts written for anita 1.29 or older.
Fix X11 set names.
|
2013-06-17 22:13:37 by Greg Troxel | Files touched by this commit (1) |
Log message:
Add a note about qemu version, pointing to the man page.
This is a comment-only change.
|