Commit Graph

60 Commits

Author SHA1 Message Date
Thomas Zander
4c2db26adf audio/fluidsynth: Update to upstream version 2.2.3
MFH:		2021Q4
2021-10-04 06:56:46 +02:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Adriaan de Groot
867a1e71c0 Update audio/qsynth to latest upstream release and adopt it 2021-03-15 19:57:33 +00:00
Tobias Kortkamp
f35841a5de Reset MAINTAINER 2020-09-28 05:05:24 +00:00
Tobias Kortkamp
03ff9b1cae audio/qsynth: Update to 0.6.3
Changes:	https://qsynth.sourceforge.io/qsynth-downloads.html
2020-07-31 17:29:02 +00:00
Tobias Kortkamp
55a8c1af53 audio/qsynth: Update to 0.6.2
Changes:	https://qsynth.sourceforge.io/qsynth-downloads.html
2020-03-26 04:52:30 +00:00
Tobias Kortkamp
ec99c31152 audio/qsynth: Update to 0.6.1
Changes:	https://qsynth.sourceforge.io/qsynth-downloads.html
2019-12-23 06:33:21 +00:00
Tobias Kortkamp
669bb0dd37 audio/qsynth: Update to 0.6.0
Changes:	https://qsynth.sourceforge.io/qsynth-downloads.html
2019-10-17 16:18:34 +00:00
Thomas Zander
5f1b7d2fe3 Chase update to audio/fluidsynth; bump PORTREVISION of dependent ports
PR:		240890
2019-09-29 10:04:31 +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
Tobias Kortkamp
3eca48941d audio/qsynth: Update to 0.5.7
- Pet portclippy while here

Changes:	https://qsynth.sourceforge.io/qsynth-downloads.html
2019-07-12 15:42:05 +00:00
Tobias Kortkamp
2e51facda1 audio/qsynth: Update to 0.5.6
Changes:	https://qsynth.sourceforge.io/qsynth-downloads.html
2019-04-11 11:24:17 +00:00
Tobias Kortkamp
db9eb50b89 audio/qsynth: Update to 0.5.5
Changes:	https://qsynth.sourceforge.io/qsynth-downloads.html
2019-03-12 05:14:44 +00:00
Tobias Kortkamp
626c4a0360 audio/qsynth: Cosmetic changes 2019-03-12 05:09:00 +00:00
Thomas Zander
6288626867 Chase update of fluidsynth to 2.0.3
PR:		233448
2019-03-02 16:55:53 +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
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 Kortkamp
78bf8bcd52 audio/qsynth: Update to 0.5.4
- Drop USE_GL=gl; QSynth only indirectly depends on it via Qt 5

Changes:	https://qsynth.sourceforge.io/qsynth-downloads.html
2018-12-07 11:05:52 +00:00
Tobias Kortkamp
5bd3db5329 audio/qsynth needs a compiler with C++11 support 2018-10-15 06:22:44 +00:00
Tobias Kortkamp
218ca0aeaf audio/qsynth: Update to 0.5.3
Changes:	https://qsynth.sourceforge.io/qsynth-downloads.html
2018-10-11 09:06:19 +00:00
Tobias Kortkamp
2250fa6141 audio/qsynth: Update to 0.5.2
Changes:	https://qsynth.sourceforge.io/qsynth-downloads.html
2018-07-23 08:59:39 +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
Tobias Kortkamp
788f55bde5 audio/qsynth: Update to 0.5.1
- Use the upstream release tarballs with a pregenerated configure, etc.
- Drop the seemingly unnecessary post-configure which was added in
  r308039 but with no reason given for it in the associated PR or
  log
- Update --help output to mention the sndio drivers too
- Patch audio driver list in the man pages too
- Follow WWW redirect
- Take maintainership

Changes:	https://qsynth.sourceforge.io/qsynth-downloads.html
2018-06-27 07:55:07 +00:00
Thomas Zander
ab5210f409 Bump PORTREVISIONS to chase update to audio/fluidsynth 1.1.11
PR:		228265
2018-06-01 22:16:11 +00:00
Steve Wills
ec1a47a286 update to version 0.5.0
Submitted by:	Le Baron d'Merde <lbdm@privacychain.ch>
Differential Revision:	https://reviews.FreeBSD.org/D13876
2018-01-13 01:01:28 +00:00
Richard Gallamore
e13f98a730 * Updated to 0.4.4
* Removed QT4 option, obsoleted
* Added XUNIQUE option, to match configure
* Moved patch to post-patch target

PR:		221456
Submitted by:	Yuri Victorovich
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12095
2017-08-21 06:57:50 +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
Mathieu Arnold
90ab9dcaf1 Update to 0.4.1.
PR:		208610
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-08 12:37:36 +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
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Thomas Zander
a5a2cf3136 Update to upstream version 0.4.0
PR:		203796
Submitted by:	tkato432@yahoo.com
2015-10-27 11:05:42 +00:00
Guido Falsi
8f8dced228 - Update to 0.3.9
- Add option to compile against Qt5

PR:		199219
Submitted by:	tkato432 atyahoo.com
2015-05-26 22:33:59 +00:00
Dmitry Marakasov
ac1d440d53 - Switch to linguisttools_build 2015-02-26 12:55:43 +00:00
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
Danilo Egea Gondolfo
5501ab8829 - Update from 0.3.7 to 0.3.8
- Use options helpers properly

PR:		ports/185505
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2014-01-16 18:07:20 +00:00
Antoine Brodin
a530415349 Stage support 2013-12-30 17:10:08 +00:00
Baptiste Daroussin
5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +00:00
Max Brazhnikov
189e88416e - Get rid of QMAKEFLAGS
- Use options helpers
- Use globally provided LRELEASE/LUPDATE
- Convert LIB_DEPENDS to new style
2013-11-21 15:55:58 +00:00
Dmitry Marakasov
444b74f1ca - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with a)
Approved by:	portmgr (bdrewery)
2013-10-22 13:50:43 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Baptiste Daroussin
5163781803 Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
2013-08-30 23:01:05 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Martin Wilke
49ef961f39 - Update to 0.3.7
PR:		178028
Submitted by:	Ports Fury
2013-04-26 06:36:46 +00:00
Eitan Adler
d1f32a3e5d Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
2013-03-28 16:28:59 +00:00
Armin Pirkovitsch
62c72040c7 - Update to version 0.3.6
PR:           ports/171967
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-11-30 23:51:30 +00:00
Thomas Abthorpe
cc17f33212 - Reassign to the heap at maintainer's request 2012-09-23 22:20:55 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Martin Wilke
151664cac4 - Update to 1.5.1
PR:		161631
Submitted by:	Ports Fury
Feature safe:	yes
2011-11-18 20:07:20 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00