tests and make myself the maintainer to deal with fallout, if any.
Bump PORTREVISION of the two other ports, which depend on x265 by default.
PR: 206864
terminable_thread provides a subclass of threading.Thread, adding
the facility to raise exceptions in the context of the given
thread.
This facility is incorporated in the terminable_thread.Thread
methods raise_exc, which raises an arbitrary exception, and
terminate, which raises SystemExit.
This is not done in an entirely robust manner, and there may be
unreported issues with it.
It uses the unexposed PyThreadState_SetAsyncExc function (via
ctypes) to raise an exception for the given thread.
Sponsored by: Farsight Security, Inc.
- update to 1.2.7: this release adds support for python3 via pyldap.
- add LICENSE_FILE and NO_ARCH
PR: 206605
Approved by: maintainer timeout (16 days)
Torsten has accepted the challenge of whipping portmaster back into
shape. In addition to changing MAINTAINER, he's starting with fixing
both non-default options by providing their necessary RUN_DEPENDS.
PR: 207075
It's been reported that gcc6-aux fails to build when CPUTYPE is set to
haswell and it's not alone. Remove any -march cflags which should
effectively negate the CPUTYPE setting. We can't change CPUTYPE directly
because it is included before the port makefile is.
MongoDB 3.2 doesn't build on FreeBSD 9.x, and its tools fail to build
for a separate reason: TLS 1.1 and 1.2 are not found in the OpenSSL
version that the builder detects.
Fortunately, we don't have to solve that as the primary port does not
support FreeBSD 9 either. Patched to IGNORE on < FreeBSD 10.
PR: 206795, 206796
Submitted by: Brendan Molloy <brendan+freebsd bbqsrc net> (maintainer)
MFH: 2016Q1
- Don't install empty ChangeLog
- No need to store manpage in files/ as patch, convert to plain file
- pkg-message is only meaningful when DOCS are enabled
An EventMachine based library for interacting with the Redis data store
by Salvatore 'antirez' Sanfilippo. Modeled after eventmachine's
implementation of the memcached protocol, and influenced by Ezra Zygmuntowicz's
redis-rb library (distributed as part of Redis).
WWW: https://rubygems.org/gems/em-redis-unified
Submitted by: Bartek Rutkowski <robak@FreeBSD.org>
Due to internal changes (TCP support in resolver) I've just added several hacks for
some third-party module. These changes should be removed once modules will be updated.
<ChangeLog>
*) Feature: TCP support in resolver.
*) Feature: dynamic modules.
*) Bugfix: the $request_length variable did not include size of request
headers when using HTTP/2.
*) Bugfix: in the ngx_http_v2_module.
</ChangeLog>