Commit graph

69 commits

Author SHA1 Message Date
Hans Petter Selasky
e0ebf7b759 audio/musescore: Add missing patch.
Fixes 60fe38c099 .

Approved by: pi (implicit)
2022-01-29 23:18:48 +01:00
Hans Petter Selasky
60fe38c099 audio/musescore: Enable support for ALSA MIDI under FreeBSD.
Discussed with:	adridg (maintainer)
Approved by: pi (implicit)
2022-01-29 18:56:52 +01:00
Rene Ladan
48d98ef918 cleanup: remove transitive py27 deprecation (www/qt5-webengine) 2022-01-23 21:56:25 +01:00
Alexey Dokuchaev
8c5d3929dd Cleanup: for ports under a* categories, drop redundant GH_{ACCOUNT,PROJECT}. 2021-08-27 09:33:27 +00:00
Yuri Victorovich
5708ae4005 audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.

PR:		251125
Submitted by:	Florian Walpen <dev@submerge.ch> (original version)
2021-08-02 09:03:15 -07:00
Loïc Bartoletti
be86c4fe23 misc/qtchooser: remove
QtChooser allows you to select your version of Qt among those installed.
However, this tool is no longer supported upstream and will not be
available for Qt6.
By default, our Qt installations are done in
${LOCALBASE}/lib/qt${QT_VERSION} as recommended.

We have added symbolic linking for the main binaries to
${LOCALBASE}/bin with the suffix -qt5.
2021-07-04 18:55:16 +02:00
Dmitry Marakasov
5823922c58 Remove useless Created by: headers mentioning me 2021-04-08 02:19:01 +03:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Rene Ladan
b217c7fc9c Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.

Submitted by:	rene
Reviewed by:	portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D28665
2021-03-24 13:34:35 +00:00
Adriaan de Groot
8b2197a90a Update audio/musescore to latest upstream release
Musescore helps you create beautiful sheet music.

Release notes are at
	https://musescore.org/en/3.6.1
	https://musescore.org/en/node/316462

It's some crash fixes. FreeBSD ports skipped 3.6.0, which had lots more
changes and new sound fonts.

The port Makefile changes more than usual, because I took out
some REINPLACE_CMD and made regular patches from them. Also
MuseScore's CMake code is really weird, so it needs extra
patching to find libogg and such.
2021-02-08 00:01:17 +00:00
Adriaan de Groot
1e1984c9b5 Add USES=localbase to audio/musescore
It is possible to set port OPTIONS so that nothing "else" picks up
LOCALBASE, and Musescore itself just links to -lvorbis without
doing any CMake footwork for it, so we need to add it explicitly.

PR:		251589
Reported by:	greg@unrelenting.technology
2021-01-06 09:48:12 +00:00
Piotr Kubaj
9b92d719f3 audio/musescore: fix build on GCC architectures
FreeBSD is not Linux. For some reason this builds with Clang but not GCC.

MFH:		2020Q4 (fix build blanket)
2020-10-28 12:03:09 +00:00
Thomas Zander
8337fc6d5f Chase libsndfile 1.0.30 update.
Details:
- Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
- Bump PORTREVISION for consumers.
2020-10-01 08:56:20 +00:00
Adriaan de Groot
cbdfbf3cf7 Update audio/musescore to latest upstream release, 3.5
- There's no minor (3.5.0) so fiddle a bit with the PLIST substitution
- Adds dependencies for Qt graphicaleffects
- Since musescore is not Qt 5.15 compatible (the palettes are broken,
  see https://musescore.org/en/node/307238) but usable-ish, I'm still
  committing this since it's no worse than the previous version w/ Qt 5.15,
  and users with an older Qt can build against that.

Upstream release notes:
	https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3x/release-notes-musescore-35x-3

PR:		247466
2020-08-13 19:38:51 +00:00
Tobias C. Berner
43858e9b3c Remove Webengine from default options on ppc64
- This is another followup to r531601, which updated WebEngine,
  but does not yet support ppc64.

Submitted by:	pkubaj
2020-04-13 20:22:55 +00:00
Adriaan de Groot
51a8281463 audio/musescore prep-work for CMake 3.17
Prepare for building with CMake 3.17, which suffers from Musescore
upcasing the BUILD_TYPE halfway through. Bug report to CMake is
	https://gitlab.kitware.com/cmake/cmake/-/issues/20539
(but I think it's a Musescore problem).

No PORTREVISION bump because nothing changes in current builds,
and this affects only builds that happen after CMake 3.17 comes out.
(and even then the package remains the same)
2020-04-04 17:14:12 +00:00
Adriaan de Groot
11d59383eb audio/musescore Update to latest upstream release, 3.4.2
Release notes at:
	https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3x/release-notes-musescore-34x-4

Important fixes:
 - accessibility
 - the letter L was unavailable

Reported by:	portscout
2020-02-08 14:48:56 +00:00
Adriaan de Groot
6d84c55b5f Update audio/musescore to latest upstream release, 3.4.1
3.4 was a features release, followed quick by a bugfix 3.4.1:
	https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3x/release-notes-musescore-34x-2
	https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3x/release-notes-musescore-34x-3

The patches change more than usual, since the bizzarre copy-webengine
CMake code moved to another directory.

Reported by:	portscout
2020-01-28 10:50:13 +00:00
Adriaan de Groot
e7a236b0a8 Update audio/musescore to latest upstream release, 3.3.4
Release notes:
	https://musescore.org/en/3.3.3
	https://musescore.org/en/3.3.4

Mostly palette and note input workflow fixes, as well as bugfixes.
2019-12-06 00:19:30 +00:00
Adriaan de Groot
f1da786437 Enable WEBENGINE in audio/musescore on ppc64 in FreeBSD 13.0
Following the options pattern from pkubaj@, there's an upcoming
ABI change which will allow musescore to build. See r519036.
2019-12-05 11:54:00 +00:00
Adriaan de Groot
844fc954fa Update audio/musescore to latest upostream release, 3.3.2
Release notes:
	https://musescore.org/en/3.3.2
	https://musescore.org/en/3.3
2019-11-19 10:30:26 +00:00
Mathieu Arnold
16ae14e3a6 Use USE_GITHUB properly.
Pointy hat:	adridg arved
2019-08-19 12:17:49 +00:00
Adriaan de Groot
25a23f5d9a Update audio/musescore to the latest version
- The sources have moved to GitHub, and are no longer hosted by OSUOSL
 - Missed a bunch of releases, see
	https://github.com/musescore/MuseScore/releases
   for all the missed release notes.

PR:		238803
Reported by:	chitty_cloud@me.com
2019-07-30 20:36:35 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
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
2019-07-26 20:46:53 +00:00
Adriaan de Groot
8420ea7b48 audio/musescore try to get portscout to report new versions
- MASTER_SITES here contains only the one release, so try to
   tell portscout to look above it (and hope it understands subdirs).
 - While here, pet portlint.
2019-04-12 14:45:39 +00:00
Adriaan de Groot
8d31c48e79 Update audio/musescore to latest 3.0.5
The interesting improvements are in 3.0.3, UI and playback improvements:
	https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3/release-notes-musescore-303
Then 3.0.4 is some regression fixes, and 3.0.5 has plugin improvements:
	https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3x/release-notes-musescore-305

PR:		237198
Reported by:	chitty_cloud@me.com
2019-04-11 21:39:46 +00:00
Adriaan de Groot
1128c26456 Update audio/musescore to 3.0.2 (latest release).
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-2019
	https://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
2019-02-11 11:23:46 +00:00
Tijl Coosemans
1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
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)
2019-01-16 11:13:44 +00:00
Adriaan de Groot
260f2f443e Fix the audio/musescore update.
- add missing patch file
 - change WebEngine to an option, unbreak (hopefully the code is ok)
   on aarch64 and ppc64

Should have mentioned that the release notes for 3.0.0 are at
	https://musescore.org/en/handbook/developers-handbook/release-notes/release-notes-musescore-3
But that, plus the versions 2.2, 2.2.1, 2.3, 2.3.1 and 2.3.2 that
were skipped in ports are too many to summarize here.

PR:		234801
2019-01-10 21:04:10 +00:00
Adriaan de Groot
e61398a09f Update audio/musescore to 3.0.0, the latest release
This skips over 18 months of musescore development to get to
what's new. This version uses WebEngine, although I don't know
what it uses it for; a PORTREVISION should be able to clear that
up and make it available for aarch64 and ppc64.

All the local patches have been dropped, except for some extra
CMake-futzing in order to get it to build with ninja and not
duplicate whole chunks of WebEngine.

PR:		234801
Reported by:	kunda
2019-01-10 20:30:47 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Tobias C. Berner
ea792330aa Update Qt5 to 5.12.0
http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/

- This breaks support for libressl again. Patches are welcome.

PR:		233705
Exp-run by:	antoine
2018-12-16 14:49:16 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Tobias C. Berner
89d1bb9ab0 Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
  porting simpler; the set of ports using either mostly coincided.

Exp-run by:	antoine
PR:		223687
PR:		232751
2018-11-04 19:00:53 +00:00
Tobias C. Berner
c320946782 audio/musescore: fix build with Qt 5.11
PR:		230884
Obtained from:	upstream
2018-09-02 09:03:18 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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
2018-06-28 17:39:53 +00:00
Adriaan de Groot
5172f7daeb Take maintainership of unowned ports audio/{rosegarden,musescore}.
Both are Qt5 applications related to sheet music.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14206
2018-02-05 20:11:24 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Dmitry Marakasov
21daf61475 - Update to 2.1
- Move BROKEN_aarch64 according to portlint suggestion
- Add missing LIB_DEPENDS
- Add missing USE_QT5
- Add missing INSTALLS_ICONS=yes
- Switch to using system freefont
- Add the OCR port option to reflect the cmake option
- Remove redundant patches from files/, moved one to post-patch

PR:		221873
Submitted by:	yuri@rawbw.com
2017-08-31 12:05:39 +00:00
Tobias C. Berner
7fd3c03e44 Prepare the removal of x11-toolkits/qt5-declarative
devel/qt5-declarative has not been released since Qt 5.5.1, and it
starts to lead to runtime conflicts with qt5-quick if installed.

* No port is actually still using it (there are ports that had it as a
  dependency, but do not really require it -- bump these, and remove it).
* Remove it from the Qt 5 metaport.

Reported by:	Armin Pirkovitsch
Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10673
2017-05-15 15:52:22 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Mark Linimon
d864fd0302 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-14 05:03:05 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Adam Weinberger
a53681542b Convert a couple ports that use both _CMAKE_ON and _CMAKE_OFF to _CMAKE_BOOL.
Use options helpers all the way in math/carve, because I couldn't help myself.
2016-06-30 20:02:43 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
John Marino
959ed4569d audio/musescore: Upgrade version 1.3 => 2.0.2
PR:		199214
Submitted by:	ports fury
2015-10-10 05:44:35 +00:00
Dmitry Marakasov
8e57df7a40 - Add LICENSE_FILE
- Add USES=desktop-file-utils as suggested by stage-qa
2015-06-10 17:34:51 +00:00
Baptiste Daroussin
3fef6c52f0 Update portaudio to v19/Remove portaudio2 [1]
Chase portaudio change
Add patches from debian for games/cultivation
Add patches from upsteam for audio/rezound
Mark py-fastaudio as broken

Approved by:	maintainer
2015-05-30 20:39:12 +00:00
Dmitry Marakasov
ec79aa9005 - Switch to linguisttools_build 2015-02-27 16:26:44 +00:00