Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0 07 Feb 2023 02:46:12
    |
Piotr Kubaj (pkubaj)  |
audio/sfizz: fix build on powerpc* and probably also riscv64
1. Apply
https://github.com/max0x7ba/atomic_queue/commit/ee3d91cf131e56aa3302a43aeebf7b57a3c97b06
2. Use abseil patch from other ports.
3. Run the strip command meant obviously only for amd64 only on amd64. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.0 05 Aug 2022 08:23:14
    |
Yuri Victorovich (yuri)  |
audio/sfizz: Correct BROKEN line |
1.2.0 05 Aug 2022 08:21:51
    |
Yuri Victorovich (yuri)  |
audio/sfizz: Broken on arm64
Reported by: fallout |
1.2.0 02 Aug 2022 19:50:33
    |
Yuri Victorovich (yuri)  |
audio/sfizz: Correct OSVERSION at which build was fixed
It was broken on 13.1-RELEASE as well. |
1.2.0 02 Aug 2022 18:35:29
    |
Yuri Victorovich (yuri)  |
audio/sfizz: Broken on armv6, armv7
Reported by: fallout |
1.2.0 02 Aug 2022 18:20:23
    |
Yuri Victorovich (yuri)  |
audio/sfizz: Not generally broken
Broken only on 13.0 and earlier.
Pointy hat to: amdmi3@ |
1.2.0 02 Aug 2022 16:34:41
    |
Dmitry Marakasov (amdmi3)  |
audio/sfizz: mark BROKEN
Approved by: portmgr blanket |
1.2.0 28 Jul 2022 22:08:05
    |
Yuri Victorovich (yuri)  |
audio/sfizz: Broken on i386
Reported by: fallout |
1.2.0 27 Jul 2022 08:31:15
    |
Yuri Victorovich (yuri)  |
audio/sfizz: Update 0.4.0 -> 1.2.0 |
0.4.0_2 14 Sep 2021 17:56:04
    |
Mikael Urankar (mikael)  |
audio/sfizz: Fix build on aarch64
Approved by: portmgr (build fix blanket) |
0.4.0_2 02 Aug 2021 16:03:15
    |
Yuri Victorovich (yuri)  |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
0.4.0_1 17 Jun 2021 00:07:38
    |
Piotr Kubaj (pkubaj)  |
audio/sfizz: fix build on powerpc*
ori 0,0,0 is nop instruction on powerpc*
Additional headers are necessary:
In file included from
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-0.4.0/external/abseil-cpp/absl/base/internal/unscaledcycleclock.cc:27:
/usr/include/sys/sysctl.h:1185:25: error: unknown type name 'u_int'
int sysctl(const int *, u_int, void *, size_t *, const void *, size_t);
^
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-0.4.0/external/abseil-cpp/absl/base/internal/unscaledcycleclock.cc:91:10:
error: unknown type name 'once_flag'
static once_flag init_timebase_frequency_once;
^
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-0.4.0/external/abseil-cpp/absl/base/internal/unscaledcycleclock.cc:93:18:
error: no member named 'LowLevelCallOnce' in namespace
'absl::lts_2020_02_25::base_internal'
base_internal::LowLevelCallOnce(&init_timebase_frequency_once, [&]() { |
0.4.0_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.4.0_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.4.0_1 19 Jan 2021 01:17:28
  |
linimon  |
Mark as BROKEN on riscv64:
/wrkdirs/usr/ports/audio/sfizz/work/sfizz-0.4.0/src/external/atomic_queue/defs.h:45:2:
error: "Unknown CPU architecture."
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
0.4.0 28 Jul 2020 05:03:28
  |
yuri  |
audio/sfizz: 0.3.2 -> 0.4.0
Reported by: portscout |
0.3.2 20 Apr 2020 02:13:04
  |
yuri  |
New port: audio/sfizz: SFZ parser and synth C++ library & LV2/VST3 plugins |