MMX was too specific while SSE included AVX family. VFP became default
due to -mfloat-abi=hard. NEON can be toggled via CPUTYPE. Instead use
one option to disable all assembly which is enough for debugging.
HandBrake 1.3.3 has been released. This patch updates multimedia/handbrake port.
Here is list of changes from 1.3.2.
1. update to ffmpeg 4.2.3 in contrib files
2. code style fix of MASTER_SITES
3. update version.txt from upstream's source tarball.
4. mediainfo filename change
5. add powerpc to architectures list.
Submitted by: naito.yuichiro_gmail.com (maintainer)
Differential Revision: https://reviews.freebsd.org/D25292
GCC is still used on stable/11 and stable/12. It needs sys/types.h in lzh.h, because some types are not recognized.
Force newer compiler due to:
pfilesel.c:3312: error: #pragma GCC diagnostic not allowed inside functions
Because of libstdc++ ABI changes due to forcing new compiler, audio/libadplug and devel/libbinio in order for audio/ocp to build.
PR: 247377
Approved by: ehaupt (maintainer)
Security
Fixed: Potential exploit in the OCB2 encryption (#4227)
ICE
Fixed: Added missing UserKDFIterations field to UserInfo => Prevents getRegistration() from failing with enumerator out of range error (#3835)
GRPC
Fixed: Segmentation fault during murmur shutdown (#3938)
Client
Fixed: Crash when using multiple monitors (#3756)
FIxed: Don’t send empty message from clipboard via shortcut, if clipboard is empty (#3864)
Fixed: Talking indicator being able to freeze to indicate talking when self-muted (#4006)
Fixed: High CPU usage for update-check if update server not available (#4019)
Fixed: DBus getCurrentUrl returning empty string when not in root-channel (#4029)
Fixed: Small parts of whispering leaking out to normal talk (#4051)
Fixed: Last audio frame of normal talking sent to last whisper target instead when using VoiceActivation (#4050)
Fixed: LAN-icon not found in ConnectDialog (#4058)
Improved: Set maximal vertical size for User Volume Adjustment dialog (#3801)
Improved: Don’t send empty data to PulseAudio (#3316)
Improved: Use the SRV resolved port for UDP connections (#3820)
Improved: Manual Plugin UI (#3919)
Improved: Don’t start Jack server by default (#3990)
Improved: Overlay doesn’t hook into all other processes by default (#4041)
Improved: Wait longer before disconnecting from a server due to unanswered Ping-messages (#4123)
PR: 247379
MFH: 2020Q2
Silq is a high-level programming language for quantum computing with a
strong static type system.
The compiler is accompanied by a large collection of example files, some of
them implementing solutions to Microsoft's Q# Summer 2018 and Winter 2019
coding contest on Codeforces.
The port version is based on the date of the latest commit to the project
repository, aince there have been no regular releases, yet. (Only one tag
has been created to mark the state presented on a conference.)
Approved by: antoine (mentor)
systems. It is necessary but insufficient, but at least it allows
us to get further.
Now it fails on powerpc64-12 the same way it does on powerpc64-13:
callback.c: error: initializer element is not a compile-time constant
Approved by: portmgr (tier-2 blanket)
If devel/dconf or devel/gconf2 are installed then nothing changes.
If neither are installed then settings are now stored in
~/.config/glib-2.0/settings/keyfile.
PR: 247039
Obtained from: upstream