available, but they do not configure (this might be a red herring,
pending further investigation):
...
checking for blkid_probe_get_topology... no
FATAL ERROR: could not find a valid BLKID header.
Install the Block device ID development package.
- Because DISTNAME is sane now, setting of EXTRACT_SUFX and WRKSRC are
no longer needed and were dropped
- DESTDIR is now respected by `install-sh' script, which allows to drop
patching of individual makefiles and `include/buildmacros' file
- All programs are installed under ${LOCALBASE}/sbin now
- This version requires a number of patches to build on FreeBSD, most
importantly:
* Use getmntinfo() and extattr_set_fd() APIs instead of Linuxish
getmntent() and fsetxattr()
* Rename LIST_HEAD -> XFS_LIST_HEAD macro to avoid clash with our
own one provided by queue(3)
* Disable missing mremap(2) system call support in `io/mmap.c'
* Replace `dirent->d_off' with more portable call to telldir()
* Add missing `#include <inttypes.h>' in several files, etc.
TIMESTAMP (xfsprogs-3.2.4.tar.gz) = 1438219249
2017-04-30 devel/ccons: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fortune: Unfetchable for more than six months (google code has gone away)
2017-05-05 benchmarks/gobench: Builds each time it runs
2017-04-30 sysutils/grok: Unfetchable for more than six months (google code has gone away)
python.
Features:
* Easy command creation. Each command is just a function.
* Automatic option parsing
* Automatic help text (--help)
* Log handling (with -v, --verbose and -q, --quiet handling)
* Testing scripts in dry-mode.
* Easy execution of other shell scripts.
* Convenient working with files and directories.
WWW: https://pypi.python.org/pypi/scriptine
PR: 208066
Submitted by: dbaio@bsd.com.br
Vchanger is a disk-based virtual autochanger that may be used with the Bacula
Open Source network backup system to emulate a magazine-based tape autoloader
PR: 219046
Reported by: ml@netfence.it
Reviewed by: mat (mentor) mmokhi
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D10598
### Breaking changes
- `docker-compose up` now resets a service's scaling to its default value.
You can use the newly introduced `--scale` option to specify a custom
scale value
### New features
#### Compose file version 2.2
- Introduced version 2.2 of the `docker-compose.yml` specification. This
version requires to be used with Docker Engine 1.13.0 or above
- Added support for `init` in service definitions.
- Added support for `scale` in service definitions. The configuration's value
can be overridden using the `--scale` flag in `docker-compose up`.
Please note that the `scale` command is disabled for this file format
#### Compose file version 2.x
- Added support for `options` in the `ipam` section of network definitions