- Remove conditional installation of DOCS files, with staging this
is not needed anymore
- Unmute install commands
PR: 201398 [1]
Submitted by: maintainer [1]
* rename newly introduced SpiceImageCompress enum to SpiceImageCompression
as otherwise it was clashing with the definition used by older spice-server
releases, breaking QEMU build
From Changelog:
Release 1.2.1 (June 06, 2015)
-----------------------------
- Bugfix release
- Fix connecting to older libvirt versions (Michal Kepie'n)
- Fix connecting to VM console with non-IP hostname (Giuseppe Scrivano)
- Fix addhardware/create wizard errors when a nodedev disappears
- Fix adding a second cdrom via customize dialog
Release 1.2.0 (May 04, 2015)
----------------------------
- OVMF/AAVMF Support (Laszlo Ersek, Giuseppe Scrivano, Cole Robinson)
- Improved support for AArch64 qemu/kvm
- virt-install: Support --disk type=network parameters
- virt-install: Make --disk just work
- virt-install: Add --disk sgio= option (Giuseppe Scrivano)
- addhardware: default to an existing bus when adding a new disk
(Giuseppe Scrivano)
- virt-install: Add --input device option
- virt-manager: Unify storagebrowser and storage details functionality
- virt-manager: allow setting a custom connection row name
- virt-install: Support --hostdev scsi passthrough
- virt-install: Fill in a bunch of --graphics spice options
- Disable spice image compression for new local VMs
- virt-manager: big reworking of the migration dialog
This package contains a set of functions for working with Random
Number Generators (RNGs). In particular, it defines a generic S4
framework for getting/setting the current RNG, or RNG data that are
embedded into objects for reproducibility. Notably, convenient
default methods greatly facilitate the way current RNG settings can
be changed.
WWW: https://cran.r-project.org/web/packages/rngtools/
This makes it possible to use Link Time Optimisations in with
-fuse-ld=gold.
Reviewed by: brooks
Approved by: brooks
Differential Revision: https://reviews.freebsd.org/D3335
"7.2.x is a major release, providing native key-value support by means of
dicts, native strings using "hello world" syntax, web-accessible Prolog
engines (Pengines) and a high level SQL library called CQL."
build5 contains a mozjemalloc fix but we're using bundled
jemalloc 3.6.0-204-gb4acf73. So, no PORTREVISION bump
for native version. Language packs only contain changes for
timestamps or slave hostnames aka build noise.
Changes: https://hg.mozilla.org/releases/mozilla-release/rev/9879336c72be
MFH: 2015Q3
X-MFH-With: r393690
- Update to 0.15
- Update RUN_DEPENDS version for click, (and patch setup.py accordingly)
until upstream fixes it. [1].
- Make TEST_DEPENDS *only* include, test dependencies, adding
RUN_DEPENDS instead to the TESTS option conditional.
- Remove non-compulsory & forced tests_requires. Tests work perfectly
fine out of the box with setup:py:
test_suite='gandi.cli.tests',
Changes:
https://github.com/Gandi/gandi.cli/blob/0.15/CHANGES.rst
[1] https://github.com/Gandi/gandi.cli/issues/147
Reported by: antoine, pkg-fallout (in that order)
block earlier, sort USES. This change also switches to USES=metaport for
metaports, like haskell-platform or gtk2hs
PR: 201886
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
Obtained from: FreeBSD Haskell