as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash. Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.
Remove the weak wrappers (make them Linux specific). This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.
[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
- Added support for quartertones, octotones, hexatones and so on.
- Added support for bass offset effect.
- Added support for circle of fifths.
- Improved support for printing.
Approved by: jbeich (ports)
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
- Fixed support for more than 12 jump labels
- Fixed output MIDI channel when using the piano tab
- MIDIPP can now be build against Qt4 or QT5 (default).
Submitted by: maintainer
* Fixed send song events button
* Improved lyrics parsing
* Added new sheet tab feature
* Fixed saving of song events setting
* Update play tab GUI a bit
Submitted by: maintainer
- Improved detection of chords when transposing a song.
- Shrunk GUI a bit.
- Added button to select first picture in show mode.
Submitted by: maintainer (via IRC)
- Added support for setting key-mode when loading songs.
- Added support for song background selection changes.
- Reworked show mode configuration.
Submitted by: maintainer via IRC
- Added support for RePlay tab.
- Added support for Metronome.
- Fixed bug parsing all uppercased lyrics
- Added detection of label marks in lyrics
- Reworked show tab and its animations
Submitted by: maintainer
Reworked Chord Selector into new tab widget
Moved all icons to tabbar
Fixed some CoreMIDI dynamic attach/detach bugs
Allow tabbar to be placed on top or bottom
Use QSplitter() for right and left widget.
Submitted by: maintainer
- Fixed loading and saving MIDI beat and song events
- Fixed double click delay on play button
- Fixed double click function in editor views
- Implemented PianoTab for playing via the GUI
- Minor GUI rework
Submitted by: maintainer
- Added experimental support for guitar synths, like Roland GR 55
- Added support for separate base and treble channels in chord mode
- Some minor GUI rework
Submitted by: maintainer (via email)
Update LICENSE
Changes for v1.2.4:
- New MIDI shortcuts TAB
- Fixes for building using Qt v.5.x.
- Passthrough of more MIDI control events
- New Edit/Insert chord icon
- Some minor GUI changes
- The configuration is now fully automatic.
No more need to "apply" the configuration.
Changes for v1.2.5:
- Reworked BPM generator
- Fixed a deadlock situation
Submitted by: maintainer (via e-mail)
- Multiple GUI related fixes
- Added support for sending and muting non-channel MIDI events
- Added support for sending custom MIDI events
- Removed superfluous MIDI channel reset events from the beginning of the
initial MIDI recording.
- Added support for sending MIDI beat and song events
- Fixed international language support when importing Lyrics
Submitted by: maintainer via e-mail
Improved undo/redo support.
New editing tools.
New show mode, which allows showing of lyrics in a different window or
monitor while playing.
Submitted by: maintainer (via irc)
Added several new features:
- Support for transposing all chords in a song
- Support for editing chords
- Many more chord variants have been added
- Improved support for importing Lyrics
- Support for exporting back to Lyrics
- Removed not so useful echo tab
- Improved help tab
- Minor updates to GUI
- Added display of more error messages
- Removed redundant spaces in PDF printouts
- Compile fixes for Linux
Submitted by: maintainer