- Fix the launch script which was badly damaged in r475607
- Untangle the installation routine (pessimized in r388739)
Pointy hat to: joneum
PR: 241950
src/cpp/core/FilePath.cpp:1035:37: error: no member named 'level' in 'boost::filesystem::recursive_directory_iterator'
if (!iterationFunction(itr.level(),
~~~ ^
Suggested by: upstream
* fstrm_capture: Perform output file rotation when a SIGUSR1 signal
is received. This allows fstrm_capture's output file to be rotated
by logrotate or a similar external utility. (Output rotation is
suppressed if fstrm_capture is writing to stdout.)
PR: 241256
Reviewed by: swills (tested build)
Approved by: freebsd@dns.company (maintainer timeout, 4 weeks)
Sponsored by: Farsight Security, Inc.
- Update math/octave-forge-linear-algebra to 2.2.3.
- In math/octave-forge, option linear-algebra defaults to on.
- Bump port revision of math/octave-forge.
<ChangeLog>
*) Feature: basic support for HTTP reverse proxying.
*) Feature: compatibility with Python 3.8.
*) Bugfix: memory leak in Python application processes when the close
handler was used.
*) Bugfix: threads in Python applications might not work correctly.
*) Bugfix: Ruby on Rails applications might not work on Ruby 2.6.
*) Bugfix: backtraces for uncaught exceptions in Python 3 might be
logged with significant delays.
*) Bugfix: explicit setting a namespaces isolation option to false might
have enabled it.
</ChangeLog>
Version 3.0.5 includes multiple bugfixes and such for the backport library
that will aid in writing tests where the environment doesn't contain
`unittest.mock`.
In order to ensure that the code actually works, I needed to run the tests.
This required working around https://github.com/testing-cabal/mock/issues/469
by pulling the sources from the GitHub project that correspond with the
release tag, as the source tarball tagged for the release doesn't contain the
tests (prior to this change it would run 0 tests with `make test`, because
there weren't any).
Remove an unnecessary build dependency while here: pbr is no longer needed to
build the package.
Add py-pytest to TEST_DEPENDS, as running the tests as currently done via
distutils doesn't work due to how the tests are enumerated.
Conversely, remove the devel/py-tox dependency: it was never installed before
due to a typo in the variable name and it adds a lot of unnecessary
dependencies that aren't required when testing the port with `make test`. This
helps keep the footprint down, which helps others upgrade the devel/py-mock
port by itself.
Address portlint issues while here.
The changelog for the project can be found here on [GitHub](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst).
PR: 241780
Approved by: jessekempf@gmail.com (maintainer timeout), woodsdb (ports)
Discussed with: bdrewery, Vladimir.Chukharev@gmail.com
Differential Revision: https://reviews.freebsd.org/D21654
The PostgreSQL Global Development Group has released an update to all
supported versions of our database system, including 12.1, 11.6, 10.11,
9.6.16, 9.5.20, and 9.4.25. This release fixes over 50 bugs reported
over the last three months.
PostgreSQL 9.4 will stop receiving fixes on February 13, 2020, which is
the next planned cumulative update release. We suggest that you make
plans to upgrade to a newer, supported version of PostgreSQL. Please see
our versioning policy for more information:
This update also fixes over 50 bugs that were reported in the last
several months. Some of these issues affect only version 12, but may
also affect all supported versions.
Specific change to the FreeBSD port:
Starting now, the default for TZDATA has changed to using the underlying OS'
time zone database instead of the one built in to PostgreSQL. This change is
made since PostgreSQL will not release a patch in the event where the time zone
database changes, whereas FreeBSD will.
Release notes: https://www.postgresql.org/about/news/1994/
URL: https://www.postgresql.org/support/versioning/