In file included from call.cpp:24:
In file included from /usr/local/include/qt4/QtCore/QStringList:1:
In file included from /usr/local/include/qt4/QtCore/qstringlist.h:45:
In file included from /usr/local/include/qt4/QtCore/qalgorithms.h:45:
In file included from /usr/local/include/qt4/QtCore/qglobal.h:68:
In file included from /usr/include/c++/v1/algorithm:640:
In file included from /usr/include/c++/v1/initializer_list:47:
In file included from /usr/include/c++/v1/cstddef:38:
version:1:1: error: expected unqualified-id
0.11
^
PR: 236192
Approved by: portmgr blanket
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>
FAudio is an XAudio reimplementation that focuses solely on developing
fully accurate DirectX Audio runtime libraries for the FNA project,
including XAudio2, X3DAudio, XAPO, and XACT3.
WWW: https://fna-xna.github.io/
Requested by: gerald (for future versions of emulators/wine)
feature options define combo like auto/yes/no in a standand way.
In other words, upstream projects of ports that use _MESON_YES are
supposed to migrate to _MESON_ENABLED.
https://mesonbuild.com/Build-options.html#features
Reviewed by: tobik (implicit)
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D19127
Disable webkit-gtk[23] support if the port/plugin supports it.
Remove options for webkit-gtk[23] using ports or if they don't have a
option, mark them deprecated with the same date as webkit-gtk[23].
Haskell and geany where skipped and will be handled by the maintainers.
It was a missing patch for Makefile, that the port option was relying on.
Also, rename the option SSE->SIMD.
PR: 235987
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
This is a major change for paprefs, which now use GTK 3 and rely on
PulseAudio's gsettings module instead of gconf one. Users may need to adjust
their compilation options for pulseaudio and configuration files when
upgrading.