openal-soft has stopped linking on 12-STABLE with ld.bfd. As a
workaround use ld.gold for now until we can discover why that happens
all of a sudden.
PR: 235603
Reported by: Robert Cina <transitive@gmail.com>
We missed 3.0.1, so the two changelogs are:
https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-301-january-15-2019https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-302-january-29-2019
I don't know enough about the application's internals to summarize them
here; mostly looks like "lots of bugfixes, please upgrade."
In the port itself:
- dropped option OCR, it's always disabled in source anyway.
- wrestled with option WEBENGINE. It needs to be defined, so that
the correct CMake flag is switched OFF automatically. But it should
not be visible or selectable except on architectures where it makes
sense. OPTIONS_DEFINE_amd64 would add it where needed, but then it's
not defined for architectures where it needs to be off. OPTIONS_EXCLUDE
requires me to list all the architectures it's *not* supported on,
which seems like a bit much. Therefore, leaving the option available,
but off, as a booby-trap for people trying non-default options and
wanting WebEngine on (e.g.) PPC.
PR: 235544
Reported by: chitty_cloud@me.com
- Using mate 1.8.1 installed from packages.
Unable to set the volume straight from the slider of the Mixer Applet,
until I right click the icon, go to preferences, and select PCM as the
track to control. If I restart the mate_mixer_applet
(either via kill or regular shutdown) the setting goes back to Volume.
- After the port patch the instelled libmatemixer backend works fine.
- see also:
https://forums.freebsd.org/threads/fixing-default-audio-device-in-mate.58957/
PR: 202578
Submitted by: Attila <agm2port@gmail.com>
Reported by: Abilio Marques <abiliojr@gmail.com>
Reviewed by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Details:
- Introduce default OPTION PLAYLISTS
- New option PLAYLISTS depends on expat, which is in the default
package pulled in as a dependency via ffmpeg anyway
PR: 235520
Submitted by: freebsd@mosedal.net
MFH: 2019Q1
* Removed workaround for a fixed bug in previous 11.x release
* Reworked rc script to be more standardized
The rc script now has 3 possible entries that can be changed,
teamspeak_pidfile, teamspeak_db_dir and teamspeak_log_dir.
This will provide a more customizable experience when using
teamspeak.
Changes: https://forum.teamspeak.com/threads/138675-Release-TeamSpeak-3-Server-3-6-1
PR: 235082
* Bump the LLVM revision used for GNUstep to 7, the minimum to support
the new ABI.
* GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
doesn't seem able to link Objective-C things).
* Turn off some annoying debug logs in GNUstep back, which generate
several messages per second when you move the mouse. These should
never have been enabled in a release build anyway.
* Downgrade Cenon to 4.0.2. This was the last version to actually work
with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
can't parse).
* Update gorm to git head. The current release doesn't work with the
new Objective-C ABI, but -head has the patches to fix it.
* Update PikoPixel and add it to the gnustep-app meta-package.
* Update the three core GNUstep packages to the latest release.
* Update gnumail and pantomime to the latest release and fix a linking
error with the new ABI.
* Update GNUstep FTP to the latest version.
Reviewed by: bapt (previous version)