Commit graph

22 commits

Author SHA1 Message Date
Jason E. Hale
f30d6253c6 audio/kid3-*: Update to 3.9.1 2022-02-24 09:24:14 -05:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Jason E. Hale
78be4be26d audio/kid3-*: Update to 3.8.6 2021-03-20 15:55:33 +00:00
Jason E. Hale
fbf444899d audio/kid3-*: Update to 3.8.5 2021-02-01 22:04:16 +00:00
Jason E. Hale
15f98c0483 audio/kid3*: Switch to the smaller tar.xz distfile from the KDE mirrors.
There is no change in the content between this and the tar.gz distfile from
Sourceforge, so no need to rebuild.

Update WWW which was redirecting.

MFH:		2021Q1
2021-01-16 20:13:02 +00:00
Jason E. Hale
e3beab9016 audio/kid3-*: Update to 3.8.4 2020-10-13 22:26:54 +00:00
Jason E. Hale
46d1cef65a audio/kid3-*: Update to 3.8.3 2020-06-30 20:14:27 +00:00
Thomas Zander
387a6f5a8c Chase multimedia/mp4v2 update; bump PORTREVISIONS of dependent ports
PR:		212785
2019-08-27 12:12:02 +00:00
Jan Beich
325aed58cb multimedia/ffmpeg: update to 4.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2019-08-05 23:06:50 +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
Sunpoet Po-Chuan Hsieh
40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00
Jason E. Hale
03b3f26dff audio/kid3-*: Update to 3.7.1 2019-03-19 02:58:19 +00:00
Jason E. Hale
578f6d04c3 audio/kid3-*: Update to 3.7.0
- Clean up Makefile after removal of kde4 and qt4 variants
- Remove PHONON option which was only for the qt4 variant
- Further simplify substitutions in pkg-plist
2019-02-14 13:03:23 +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
Tobias C. Berner
cd7f09a9a3 audio/kid3-qt5: remove KDE4 plist entries after r488807
Reported by:	antoine
MFH:		2019Q1
2019-01-01 15:08:42 +00:00
Rene Ladan
a96cd1509c Update audio/kid3-qt5 to be the new master port for audio/kid3-kf5 and itself. 2018-12-31 18:20:49 +00:00
Rene Ladan
4beb9c8d55 Copy audio/kid3-kde4 (removed in r488807) as audio/kid3-qt5 and cleanup Makefile. 2018-12-31 18:19:25 +00:00
Jason E. Hale
c22b28fe66 Update to 3.6.1
Add KDE Frameworks 5 (KF5) support and slave port
Add regression tests and remove Qt testlib as a hard dependency
Make COMMENT more generic since kid3 can tag many different types of files
Improve pkg-descr and update WWW
2018-08-02 15:22:58 +00:00
Max Brazhnikov
9762cb7e24 audio/kid3-kde4:
- Update to 3.2.1
- Remove QML option, which is mainly intended for developers
- Remove incorrect BROKEN on 9-i386, the actual bug was in Qt ports (PR 198738)
2015-08-28 10:09:43 +00:00
Dmitry Marakasov
04d22c3bc8 - Mark BROKEN on 9.x i386: gcc coredump
Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-27 14:20:25 +00:00
Max Brazhnikov
9274019e29 Add audio/kid3-qt5: Qt 5 version of kid3 2014-03-03 16:51:57 +00:00