r419598 tried to solve a problem where when hw.snd.default_unit is
set to anything except zero /dev/dsp0 is not available to programs
using portaudio since it assumes that /dev/dsp and /dev/dsp0 are
the same device.
However with that fix, when hw.snd.default_unit=1 and
hw.snd.basename_clone=0, portaudio will hide /dev/dsp1 from the
device list since it will use /dev/dsp for it instead of /dev/dsp1.
However since /dev/dsp is not available, QueryDevice() will fail
and /dev/dsp1 will never be added to the device list.
Instead of looking up hw.snd.default_unit we can solve this by
always trying to add /dev/dsp to the device list first.
PR: 236118
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com>
adding module in /www/nginx-devel/work/nginx-dav-ext-module-3.0.0
+ ngx_http_dav_ext_module was configured
checking for PCRE library ... found
checking for PCRE JIT support ... found
checking for OpenSSL library ... found
checking for zlib library ... found
checking for libxslt ... not found
checking for libxslt in /usr/local/ ... not found
checking for libxslt in /usr/pkg/ ... not found
checking for libxslt in /opt/local/ ... not found
./configure: error: the HTTP XSLT module requires the libxml2/libxslt
libraries. You can either do not enable the module or install the libraries.
foo/lib/pgm-5.2/include does not exist, so applications using strict
compiler flags will fail to build due to this.
Here this breaks devel/xeus build after r491260 [1]:
CMake Error in CMakeLists.txt:
Imported target "cppzmq" includes non-existent path
"/usr/local/lib/pgm-5.2/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
- Bump revisions of all net/openpgm consumers
- Unbreak devel/xeus
[1] http://beefy9.nyi.freebsd.org/data/112amd64-default/491532/logs/errors/xeus-0.18.1.log
PR: 230575
/usr/local/include/gtk-2.0/gdk/gdktypes.h:114:39: error: typedef redefinition with different types ('struct _GdkDrawable' vs 'struct _GdkWindow')
Reported by: pkg-fallout
Fix build of GCC on powerpc64.
While building GCC itself we have to use the built GCC libraries to
configure additional parts of GCC and not the libraires from the host.
Install the built 32-bit libraries. This was not done up to now.
And no longer required GCC 5 to build on powerpc64, making this port a
natural choice of a "base" for newer members of the lang/gcc* family.
PR: 235964, 231804
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
<ChangeLog>
*) Feature: variables support in the "ssl_certificate" and
"ssl_certificate_key" directives.
*) Feature: the "poll" method is now available on Windows when using
Windows Vista or newer.
*) Bugfix: if the "select" method was used on Windows and an error
occurred while establishing a backend connection, nginx waited for
the connection establishment timeout to expire.
*) Bugfix: the "proxy_upload_rate" and "proxy_download_rate" directives
in the stream module worked incorrectly when proxying UDP datagrams.
</ChangeLog>
databases/py-sqlparse01 (0.1.x) is no longer needed since devel/py-twext depends on databases/py-sqlparse020 (0.2.0) now.
PR: 235966
Submitted by: Axel Rau <axel.rau@chaos1.de>