Changes: http://devel.ringlet.net/textproc/confget/CHANGES
- allow the installation commands to be overridden, e.g. for package builds
which do not require root privileges
- add "-q features" and "-q feature NAME" with only the "BASE" feature defined
so far
- support "--help" and "--version"
version where OSL support is optional (further updates require RTTI
enabled in both LLVM and OSL, and thus currently not possible)
- Allow to build in C++11 mode and backport a patch to fix spinlock
initialization to match the way it is initialized internally by
Boost: copy and assignment operators are deleted, which this logic
was attempting to use (in fact, it's surprising that it was working
before because it was most likely not possible even with C++98,
unless this is a very recent change in Boost) [*]
- While here, adjust OSL_BROKEN message to give the specific reason
PR: 222392 [*]
Submitted by: Roger Leigh
- Create OPTIONS to set possible languages to be used at build time instead of
using LOCALE environment variable [2]
- While here, pet portlint
- Bump PORTREVISION
PR: 219716 [1], 223259 [2]
Submitted by: ed@ [1], Matt <fsbruva@yahoo.com> [2]
Reported by: O. Hartmann <iohartmann@walstatt.org> [1]
Sponsored by: Rubicon Communications, LLC (Netgate)
multiple paths and do things, when any filesystem
changes are detected.
Written for Linux' inotify, it was ported using the
libinotify.
Sponsored by: Virtual Estates, Inc.
lld: accept EINVAL to indicate posix_fallocate is unsupported
As of r325320 posix_fallocate on a ZFS filesystem returns EINVAL to
indicate that the operation is not supported. (I think this is a strange
choice of errno on the part of POSIX.)
PR: 223383, 223440
Reported by: Mark Millard
In CloudABI v0.17, we've removed some more unused bits from the polling
framework. Processes have also gained process IDs in the form of
UUIDv4s, which means they should never recycle and are globally unique.
cloudabi-utils has been patched to catch up with the ABI changes. While
there, some cleanups/bugfixes have been made to the emulator.
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D13052
4.004 Sun Nov 12
* Fix build issues from C++ style comments
* Fixup build_requires
4.003 Sun Nov 12
* Fixup Devel::CheckLib usage
* Do not compress using Snappy if the buffer is larger 2**32
* Build fixes
4.001_001 Mon Feb 6 11:13:40 CEST 2017
* Sereal v4 release with Zstandard compression support
https://github.com/facebook/zstd