Commit graph

73 commits

Author SHA1 Message Date
Kevin Bowling
da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00
Yuri Victorovich
505ded84f5 audio/qjackctl: Update 0.9.2 -> 0.9.3
Reported by:	portscout
2021-05-11 12:42:30 -07:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Yuri Victorovich
7ee8e2ea86 audio/qjackctl: Update 0.9.1 -> 0.9.2
Reported by:	portscout
2021-03-14 08:52:51 +00:00
Yuri Victorovich
c5f4bca040 audio/qjackctl: Update 0.9.0 -> 0.9.1
Reported by:	portscout
2021-02-07 21:52:28 +00:00
Yuri Victorovich
905ac7223a audio/qjackctl: Update 0.6.3 -> 0.9.0
Reported by:	portscout
2020-12-20 01:34:23 +00:00
Yuri Victorovich
830d48e2f0 audio/qjackctl: Update 0.6.2 -> 0.6.3
Reported by:	portscout
2020-08-03 01:22:52 +00:00
Yuri Victorovich
553597ab2e audio/qjackctl: Update 0.6.1 -> 0.6.2
Reported by:	portscout
2020-03-26 00:06:06 +00:00
Yuri Victorovich
07fd7be78c audio/qjackctl: Update 0.6.0 -> 0.6.1
Reported by:	portscout
2019-12-27 03:48:50 +00:00
Yuri Victorovich
d087a9f136 audio/qjackctl: Update 0.5.9 -> 0.6.0
Reported by:	portscout
2019-10-19 14:27:21 +00:00
Tobias Kortkamp
fcd5b08a2b Remove a bunch of unused *_DESC 2019-10-19 08:19:13 +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
Yuri Victorovich
bf77c49ae8 audio/qjackctl: Update 0.5.8 -> 0.5.9 2019-07-13 08:54:09 +00:00
Yuri Victorovich
1afb5221f3 audio/qjackctl: Update 0_5_7 -> 0_5_8
Reported by:	portscout
2019-05-25 17:45:58 +00:00
Yuri Victorovich
fef1e05608 audio/qjackctl: Update 0_5_6 -> 0_5_7
Reported by:	portscout
2019-04-13 15:01:16 +00:00
Yuri Victorovich
ba747087f5 audio/qjackctl: Update 0_5_5 -> 0_5_6
Reported by:	portscout
2019-03-13 02:55:10 +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
Yuri Victorovich
39d4f06633 audio/qjackctl: Update 0_5_4-1 -> 0_5_5
Reported by:	portscout
2018-11-23 17:38:58 +00:00
Yuri Victorovich
9433ee1d0a audio/qjackctl: Update 0.5.3 -> 0.5.4-1
0.5.4-1 because 0.5.4 had a regression.

Reported by:	upstream notification
2018-09-24 18:30:38 +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
Yuri Victorovich
8bdf3578e8 audio/qjackctl: Update 0.5.2 -> 0.5.3
Reported by:	portscout
2018-07-22 17:13:25 +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
Yuri Victorovich
7bebda142d audio/qjackctl: Update 0.5.0 -> 0.5.2
Port changes:
* Remove the QT4 option (Qt-5 is the major version of Qt)
* Add the options group 'Other audio interfaces' (other than Jack), moved ALSA and PORTAUDIO options there
* Add the DBUS option
* Add the XUNIQUE option
* Ordered the USExx section
2018-05-28 18:45:08 +00:00
Yuri Victorovich
3f61ba90dd audio/qjackctl: Take maintainership 2018-05-15 17:04:17 +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
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
Richard Gallamore
9415b374f3 * Updated to 0.4.5
*Sorted option section to follow 13.1.8[1]

Changelog: https://qjackctl.sourceforge.io/qjackctl-downloads.html

[1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order

PR:		220786
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11669
2017-07-20 20:16:11 +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
Jason E. Hale
9ba0299f95 Fix configure for QT5 option after Qt 5.7.1 update (r434380)
configure:4371: checking for Qt library version >= 5.1
configure:4392: c++ -c -O2 -fno-strict-aliasing -pipe -march=core2 -fstack-protector -isystem /usr/local/include  -
isystem /usr/local/include -I/usr/local/include/qt5 -fPIC -isystem /usr/local/include conftest.cpp >&5
In file included from conftest.cpp:17:
In file included from /usr/local/include/qt5/QtCore/qglobal.h:83:
/usr/local/include/qt5/QtCore/qcompilerdetection.h:562:6: error: Qt requires a C++11 compiler and yours does not seem to be that.
2017-02-28 21:23:41 +00:00
Jason E. Hale
7d8de86c49 Update to 0.4.4 2016-11-19 13:07:08 +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
6b1b1ab7ab Update to 0.4.2.
PR:		208608
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-08 12:37:08 +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
Alexey Dokuchaev
b97ff92587 - Update to version 0.4.1
- Remove INSTALLS_ICONS knob (not to be used for Qt-based programs)
- Rephrase COMMENT and TOOLKIT_DESC
- Fix a few whitespace issues

PR:	204440
2015-11-19 13:37:41 +00:00
John Marino
da50850272 audio/qjackctl: Upgrade version 0.3.13 => 0.4.0
PR:		199217
Submitted by:	ports fury
2015-10-09 21:44:27 +00:00
Pawel Pekala
99a1665944 Update to version 0.3.13 2015-04-02 21:21:39 +00:00
Dmitry Marakasov
d5403c5053 - Switch to linguisttools_build 2015-02-26 12:50:44 +00:00
Vanilla I. Shu
05592aa622 Upgrade to 0.3.12.
PR:		197417
Submitted by:	Ports Fury.
2015-02-17 02:46:14 +00:00
Dmitry Marakasov
9f42c65023 - Drop @dirrm* from plist 2014-09-23 16:32:43 +00:00
Danilo Egea Gondolfo
f9953e161f - Update from 0.3.10 to 0.3.11
PR:		ports/185504
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2014-01-16 18:04:57 +00:00
Antoine Brodin
098eaadbaa Stage support 2013-12-30 17:05:58 +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
Martin Wilke
80f7522da0 - Update to 0.3.10
PR:		177934
Submitted by:	Ports Fury
2013-04-30 07:45:28 +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
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