Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
12 Feb 2021 23:54:39
0.9.20

|
yuri  |
audio/padthv1-lv2: Update 0.9.19 -> 0.9.20
Reported by: portscout |
21 Dec 2020 08:23:53
0.9.19

|
yuri  |
audio/padthv1-lv2: Update 0.9.17 -> 0.9.19
Reported by: portscout |
09 Sep 2020 18:48:22
0.9.17

|
yuri  |
audio/padthv1-lv2: Update 0.9.16 -> 0.9.17
Reported by: portscout |
06 Sep 2020 15:03:06
0.9.16

|
yuri  |
audio/padthv1-lv2: Update 0.9.15 -> 0.9.16 |
23 Jun 2020 19:53:09
0.9.15

|
yuri  |
audio/padthv1-lv2: Update 0.9.14 -> 0.9.15
Reported by: portscout |
07 May 2020 01:20:53
0.9.14

|
yuri  |
audio/padthv1-lv2: Update 0.9.11 -> 0.9.14
Reported by: portscout |
25 Jan 2020 11:18:43
0.9.11_1

|
tcberner  |
Make dependency on linguisttools explicit
The binary found by the cmake configure to check for its availability
found the 'wrapper' installed by misc/qtchooser, which was present
always (in short: it was broken). An upcoming change will change the
behaviour of qtchooser not to install links if the binaries are not
present.
PR: 243443
Reported by: antoine |
16 Nov 2019 15:37:36
0.9.11

|
yuri  |
audio/padthv1-lv2: Update 0.9.9 -> 0.9.11
Reported by: portscout |
26 Jul 2019 20:46:57
0.9.9_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 |
20 Jul 2019 19:00:04
0.9.9

|
yuri  |
audio/padthv1-lv2: Update 0.9.8 -> 0.9.9
Reported by: portscout |
08 Jun 2019 05:46:02
0.9.8

|
yuri  |
audio/padthv1-lv2: Update 0.9.7 -> 0.9.8
Reported by: portscout |
20 Apr 2019 16:04:48
0.9.7

|
yuri  |
audio/padthv1-lv2: Update 0_9_6 -> 0_9_7
Reported by: portscout |
20 Mar 2019 17:58:35
0.9.6

|
yuri  |
audio/padthv1-lv2: Update 0_9_5 -> 0_9_6
Reported by: portscout |
06 Mar 2019 03:42:59
0.9.5

|
yuri  |
audio/padthv1-lv2: Update 0_9_4 -> 0_9_5
Reported by: portscout |
16 Jan 2019 11:13:45
0.9.4_1

|
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 Jan 2019 23:26:07
0.9.4

|
linimon  |
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.
PR: 234346
Submitted by: Piotr Kubaj
Approved by: maintainer |
14 Dec 2018 08:09:22
0.9.4

|
yuri  |
audio/padthv1-lv2: Update 0_9_3-7 -> 0_9_4
Reported by: portscout |
23 Nov 2018 05:41:43
0.9.3.7

|
yuri  |
audio/padthv1-lv2: Update 0.9.2 -> 0.9.3-7
Reported by: portscout |
25 Jul 2018 19:54:16
0.9.2

|
yuri  |
audio/padthv1-lv2: 0.9.1 -> 0.9.2
Reported by: portscout |
28 Jun 2018 17:39:55
0.9.1

|
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 |
27 Jun 2018 18:03:06
0.9.1

|
yuri  |
audio/padthv1-lv2: Update 0.9.0 -> 0.9.1
Reported by: portscout |
07 Mar 2018 09:05:54
0.9.0

|
yuri  |
audio/padthv1-lv2: Update to 0.9.0
Also updated WWW.
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
22 Dec 2017 06:39:41
0.8.6

|
yuri  |
audio/padthv1-lv2: Simplified the SHLN replacement statement as per Mat's
suggestion
Reported by: mat
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13568 |
20 Dec 2017 20:39:06
0.8.6

|
yuri  |
audio/padthv1-lv2: Update to 0.8.6
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D13558 |
07 Dec 2017 18:23:16
0.8.5

|
yuri  |
New port: audio/padthv1-lv2: Old-school polyphonic additive synthesizer
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13380 |