Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
27 Jun 2020 14:19:31
6.1.0

|
danfe  |
Update to version 6.1.0.
Reported by: portscout |
31 May 2020 08:14:40
6.0.0

|
danfe  |
Update to version 6.0.0.
Reported by: portscout |
30 Sep 2019 08:08:26
5.5.1

|
danfe  |
Update `audio/flacon' to version 5.5.1.
Reported by: portscout |
13 Aug 2019 16:00:39
5.4.0_1

|
mat  |
Convert to UCL & cleanup pkg-message (categories a-c) |
26 Jul 2019 20:46:57
5.4.0_1

|
gerald  |
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 |
28 Apr 2019 10:47:24
5.4.0

|
danfe  |
Flacon 5.4.0 is out!
- Ability to put the disc number into the output filename
- Regression fix: templates are always inserted at the end
of pattern editor
- Updated translations
Reported by: portscout |
19 Apr 2019 07:33:00
5.3.0

|
danfe  |
Update Flacon to version 5.3.0.
Reported by: portscout |
01 Apr 2019 14:10:27
5.2.0

|
danfe  |
Update `audio/flacon' to version 5.2.0; list of changes:
- Fix: handling of CUE files with track index >= 01
- The preferences dialog was too small so users could not
find some settings; added size limit for the window
- Improved message window for conversion errors
- Minor improvements to program's appearance and behavior
- Translations were updated
Reported by: portscout |
28 Jan 2019 14:50:22
5.1.0

|
danfe  |
Update `audio/flacon' to version 5.1.0.
Reported by: portscout |
16 Jan 2019 11:13:45
5.0.0_2

|
tijl  |
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 (Only the first 15 lines of the commit message are shown above ) |
12 Dec 2018 01:35:36
5.0.0_1

|
gerald  |
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 |
06 Nov 2018 14:51:26
5.0.0

|
danfe  |
Flacon 5.0.0 is out!
- Added support to change sample rate and bit depth for output
audio files
- Added new tags: "Album performer", Disk number", and "Disk count"
- Added extended dialog to edit all tags
- Fixed the CUE parser
- Improved appearance and behavior of the program
- Translations updated
Reported by: portscout |
03 Nov 2018 16:26:31
4.1.0

|
danfe  |
This port requires C++11-capable compiler (e.g., it won't build on arches
such as powerpc and sparc64, where default GCC is 4.2.1).
PR: 232884 |
28 Jun 2018 17:39:55
4.1.0

|
tcberner  |
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 |
19 Apr 2018 11:35:29
4.1.0

|
danfe  |
Update `audio/flacon' to version 4.1.0.
Reported by: portscout |
23 Dec 2017 10:15:58
4.0.0

|
danfe  |
Update `audio/flacon' to version 4.0.0, which features improved visual
style (including new icons), updated translations, and few other fixes.
Alas, this release also marks the drop of Qt4 support.
Reported by: portscout
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1513612271 which corresponds to commit c9bd11f tagged
as this release. |
19 Nov 2017 11:37:26
3.1.1_1

|
riggs  |
Chase audio/faac update (ABI incompatible to previous version 1.28)
PR: 223416
Submitted by: riggs |
25 Aug 2017 18:14:01
3.1.1

|
danfe  |
- Update `audio/flacon' to version 3.1.1
- Add upstream patch to fix sporadic crash on program's start-up
due to notorious C++ "static initialization order fiasco" [*]
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1502219275 which corresponds to commit 8f81f61 tagged
as this release.
[*] https://isocpp.org/wiki/faq/ctors#static-init-order |
22 Jun 2017 16:15:21
3.0.0

|
danfe  |
- Update Flacon to version 3.0.0 (http://flacon.github.io/changelog/)
- Add QT5_CMAKE_OFF knob to ensure that right version is picked up if user
has both of them installed
- It no longer uses Shntool (not updated since 2009), so do not reference
it in pkg-message; instead, add `audio/opus-tools' which Flacon supports
since version 1.2.0
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1497981519 which corresponds to commit 0029b70 tagged
as this release.
Reported by: portscout |
28 Dec 2016 08:45:42
2.1.1

|
danfe  |
- Update `audio/flacon' to version 2.1.1
- Couple of minor non-functional adjustments
Reported by: portscout
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1482855182 which corresponds to commit 9caf6bc tagged
as this release. |
04 Oct 2016 15:27:37
2.1.0

|
danfe  |
- Update to version 2.1.0
- Explicitly list Qt core components in dependencies
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1475427605 which corresponds to commit 7f9ae7c tagged
as this release.
Reported by: portscout |
26 Jul 2016 16:51:16
2.0.0

|
mat  |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:29:17
2.0.0

|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
31 Jan 2016 00:59:54
2.0.0

|
danfe  |
- Update to version 2.0.0
- Fix a typo: QT5_CMAKE_ARGS -> QT5_CMAKE_ON |
17 Sep 2015 15:34:15
1.2.0

|
danfe  |
- Update to version 1.2.0
- Allow to build against Qt 5 instead of Qt 4 (off by default)
- Add missing `desktop-file-utils' to USES as suggested by `stage-qa'
- Remove INSTALLS_ICONS knob (not to be used for Qt-based programs)
- Fix a typo and rephrase pkg-message text while I am at it |
30 May 2015 21:25:07
1.0.1

|
mat  |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
31 Mar 2015 11:28:22
1.0.1

|
danfe  |
Add a port of Flacon, nice graphical audio file extractor and encoder.
WWW: http://flacon.github.io/ |