- Further offload patches by setting some make(1) variables; this also
allows to install binaries and libraries properly stripped (subject
to WITH_DEBUG) and retire this ugly `post-install' target
- Prefer to install shared program rather than statically linked one
Reported by: portscout
TIMESTAMP (rhash-1.3.4-src.tar.gz) = 1478556322
maintained version 0.5.4 (or the already forked 0.6.2).
This version adds support for qt5 (port option, default remains at qt4) and
is claimed to be compatible with ffmpeg-3.x (not verified, yet).
PR: 214193
Reported by: jbeich (ffmpeg-3 exp-run)
including large memory consumption fix (issue was introduced in v2.11.0).
If you use v2.11.0 please upgrade to v2.12.0 at your earliest convenience.
While here, pacify portlint(1).
Reported by: portscout
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1476794305 which corresponds to commit 39d72c4 tagged
as this release.
expanding them to cover newly added files, and augment OPENSSL_NO_SHA0
patch to avoid linking error
- Restore `-flax-vector-conversions' option required on pre-Clang systems
that was erroneously removed in r425958
PR: 214459
Getting the current time sometimes is not very helpful
for testing scenarios.
Instead, if you could obtain a known value during the runtime
of a testcase will make your results predictable.
Why another Date Mocker?
I wanted something simple with a very concise usage pattern
and a mocked date should only exist and stay constant inside a scope.
After leaving the scope the current time should be back.
This lead to this tiny module.
This simple module allows faking a given date and time
for the runtime of a subsequent code block.
By default the on keyword is exported into the namespace
of the test file.
The date to get mocked must be in a format that is recognized
by DateTime::Format::DateParse.
WWW: http://search.cpan.org/dist/Test-MockDateTime/
PR: 214397
Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
- Rename PF_ENABLE_FILTER_RULES -> PF_FILTER_RULES
- Reword UPNP_STRICT_DESC text to make it shorter and clearer
- Drop IPV6_DESC which is already in standard descriptions pool
motherboard, and more on one's system, similar to CPU-Z for Windows.
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1477420923 which corresponds to commit f10b0d4 tagged
as this release.
__cxa_thread_atexit which is needed when building c++11 program using
thread_locale is only defined on FreeBSD 11-STABLE and 12-CURRENT
Backout the change in libreoffice which happened during the 5.2 dev phase adding
thread_locale
PR: 214473
Reported by: Dušan Vejnovič <freebsd@dussan.org>
Tested by: Dušan Vejnovič <freebsd@dussan.org>
Update PyQt from 5.5.1 to 5.6.2 to match the Qt updates that have
already landed in the ports tree.
PR: 214355
Submitted by: Adriaan de Groot <groot@kde.org>
Reviewed by: rakuco, tcberner
Approved by: rakuco (mentor)
Exp-Run by: antoine
Differential Revision: https://reviews.freebsd.org/D8408
In file included from libaegisub/ass/time.cpp:20:0:
libaegisub/include/libaegisub/format.h: In static member function 'static Out agi::format_detail::runtime_cast_helper<In, Out, <anonymous> >::cast(const In&)':
libaegisub/include/libaegisub/format.h:31:37: error: 'bad_cast' is not a member of 'std'
static Out cast(In const&) { throw std::bad_cast(); }
^
In file included from libaegisub/lua/script_reader.cpp:19:0:
libaegisub/include/libaegisub/file_mapping.h:37:3: error: 'unique_ptr' in namespace 'std' does not name a type
std::unique_ptr<boost::interprocess::mapped_region> region;
^
libaegisub/include/libaegisub/file_mapping.h:54:3: error: 'unique_ptr' in namespace 'std' does not name a type
std::unique_ptr<boost::interprocess::mapped_region> read_region;
^
libaegisub/include/libaegisub/file_mapping.h:56:3: error: 'unique_ptr' in namespace 'std' does not name a type
std::unique_ptr<boost::interprocess::mapped_region> write_region;
^
PR: 199601
- Fix in CegoClient for escape character handling in batch mode
- Fix in CegoClient for dumpfile generation. Default values handling corrected
- Join optimizer fix in CegoSelect, CegoAttrCond and CegoBtreeCursor.
join attributes are checked now in a more sophisticed way, which
leads to improved execution performace for advanced joins
PR: Bjoern Lemke <lemke@lemke-it.com>