to allow only building x86 targets again.
- Add knob to enable the clang workaround, this is a knob to make sure
users read about the disadvantages. (result is slow and less stable)
- No PORTREVISION bump as the default installed bits don't change.
OpenR2 is a library that implements the MFC/R2 signalling over E1 lines using
the Zapata Telephony interface (or DAHDI). The MF R2 tones required for the
signaling are generated by code borrowed from the LGPL library SpanDSP
written by Steve Underwood, the user has the option to provide a MF interface
to use his own MF R2 tone generation and detection so the library will use
them when needed, that's why this library does not depend directly on spandsp,
libteletone or zaptel for tone generation and detection (depends on zaptel
for CAS bits and general media transmission though)
WWW: http://libopenr2.org/
- Build ninja with CXXFLAGS from /etc/make.conf and without '-g'
PR: ports/169465
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by: crees (mentor)
Changes:
- clean up leftover swapfiles after unexpected reboots
- also works if no swap is configured
PR: ports/169467
Submitted by: freebsd@nagilum.org (maintainer)
Approved by: crees (mentor)
Gstreamer to 0.10.36.
Gstreamer-plugins(-base) to 0.10.36.
Gstreamer-plugins-bad to 0.10.23.
Gstreamer-plugins-good to 0.10.31.
Gstreamer-plugins-ugly to 0.10.19.
Add hack to unbreak the flite plugin.
Your application can insert job into DB ,that is managed by Qudo. And
Your application can get & execute job by Qudo worker. Qudo
corresponds to deal with DB as MySQL and SQLite.
If you add Hook Point around job's working method, you can add it
easily and many point of work milestone. Qudo is consided about
adding Hook Point Flexibility.
WWW: http://search.cpan.org/dist/Qudo/
<ChangeLog>
*) Change: the "single" parameter of the "keepalive" directive is now
ignored.
*) Change: SSL compression is now disabled when using all versions of
OpenSSL, including ones prior to 1.0.0.
*) Feature: it is now possible to use the "ip_hash" directive to balance
IPv6 clients.
*) Feature: the $status variable can now be used not only in the
"log_format" directive.
*) Bugfix: a segmentation fault might occur in a worker process on
shutdown if the "resolver" directive was used.
*) Bugfix: a segmentation fault might occur in a worker process if the
ngx_http_mp4_module was used.
*) Bugfix: in the ngx_http_mp4_module.
*) Bugfix: a segmentation fault might occur in a worker process if
conflicting wildcard server names were used.
*) Bugfix: nginx might be terminated abnormally on a SIGBUS signal on
ARM platform.
*) Bugfix: an alert "sendmsg() failed (9: Bad file number)" on HP-UX
while reconfiguration.
</ChangeLog>