|
Number of commits found: 5
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.6.2_3 07 Nov 2025 16:59:30
    |
Alex Kozlov (ak)  |
Remove empty lines at the end of Makefile(s)
Approved by: portmgr blanket |
3.6.2_3 23 Nov 2024 08:31:00
    |
Gleb Popov (arrowd)  |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
3.6.2_2 30 Oct 2024 22:43:18
    |
Adriaan de Groot (adridg)  |
audio/musescore3: fix build on 15-CURRENT
Error message is
===
/wrkdirs/usr/ports/audio/musescore3/work/MuseScore-3.6.2/thirdparty/dtl/dtl/Diff.hpp:166:27:
error: cannot assign to non-static data member within const member function
'enableTrivial'
166 | this->trivial = true;
/wrkdirs/usr/ports/audio/musescore3/work/MuseScore-3.6.2/thirdparty/dtl/dtl/Diff.hpp:165:14:
note: member function 'dtl::Diff::enableTrivial' is declared const here
165 | void enableTrivial () const {
===
While enableTrivial() is never called -- it's a template, and
never instantiated -- clang is now more strict about would-be-ill-formed-
if-instantiated, it seems. |
3.6.2_1 22 Mar 2024 07:29:47
    |
Yasuhiro Kimura (yasu)  |
audio/musescore3: Move man pages to share/man
Approved by: portmgr (blanket) |
3.6.2 27 Feb 2024 18:40:50
    |
Adriaan de Groot (adridg)  |
audio/musescore3: re-introduce version 3
Version 3 of MuseScore was, well, the decently Open-Source version of
MuseScore. It also does engraving somewhat differently from version 4,
and some folks prefer that.
PR: 273965
Provided by: Keith White |
Number of commits found: 5
|