Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.0.a.26.0.13_13 15 Jan 2025 12:13:30 |
Gleb Popov (arrowd) |
audio/zrythm: Switch to kf6-breeze-icons |
1.0.0.a.26.0.13_12 23 Nov 2024 08:31:00 |
Gleb Popov (arrowd) |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
1.0.0.a.26.0.13_11 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
1.0.0.a.26.0.13_10 10 Aug 2023 20:02:28 |
Piotr Kubaj (pkubaj) |
audio/zrythm: enable LTO on powerpc64 |
1.0.0.a.26.0.13_9 07 Aug 2023 16:34:07 |
Gleb Popov (arrowd) |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
1.0.0.a.26.0.13_8 30 Jul 2023 22:59:04 |
Robert Clausecker (fuz) Author: Andrew "RhodiumToad" Gierth |
*/*: adapt to new guile framework
- change all ports using guile to USES=guile
- flavorize guile-lib, guile-cairo, slib-guile
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194 |
1.0.0.a.26.0.13_7 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.0.0.a.26.0.13_7 27 Apr 2023 12:01:46 |
Daniel Engberg (diizzy) |
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s) |
1.0.0.a.26.0.13_6 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
1.0.0.a.26.0.13_5 30 Mar 2023 02:11:56 |
Jan Beich (jbeich) |
audio/zrythm: unbreak with --auto-features=enabled
meson.build:1193:0: ERROR: Dependency "lsp-dsp-lib" not found, tried pkgconfig
PR: 270361
Reported by: antoine (via exp-run) |
1.0.0.a.26.0.13_5 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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.0.0.a.26.0.13_4 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.0.0.a.26.0.13_4 13 Aug 2022 18:51:14 |
Matthias Andree (mandree) |
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix. |
1.0.0.a.26.0.13_3 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.0.0.a.26.0.13_2 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.0.0.a.26.0.13_1 13 Feb 2022 19:43:32 |
Daniel Engberg (diizzy) |
*/*: Bump PORTREVISION for users of audio/rubberband
Due to commit f97e065cd8f07c4f6c2c6a14ff86ccc335c1407f
PR: 261424 |
1.0.0.a.26.0.13 16 Nov 2021 18:57:48 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 1.0.0-alpha.25.1.22 -> 1.0.0-alpha.26.0.13
Reported by: portscout |
1.0.0.a.25.1.22 13 Oct 2021 03:02:28 |
Piotr Kubaj (pkubaj) |
audio/zrythm: fix build on non-x86
- don't unconditionally enable SSE, it's enable conditionally for amd64 in the
main meson.build anyway:
cc: warning: argument unused during compilation: '-msse'
[-Wunused-command-line-argument]
cc: warning: argument unused during compilation: '-msse2'
[-Wunused-command-line-argument]
error: unknown FP unit 'sse'
- disable LTO on powerpc64 since it's broken in LLVM. |
1.0.0.a.25.1.22 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
1.0.0.a.25.1.22 02 Oct 2021 23:00:00 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 1.0.0-alpha.25.0.1 -> 1.0.0-alpha.25.1.22
Reported by: portscout |
1.0.0.a.25.0.1 05 Sep 2021 17:00:44 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 22.1.11 -> 25.0.1
Reported by: portscout |
1.0.0.a.22.1.11 09 Aug 2021 00:13:46 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 1.0.0-alpha.22.0.1 -> 1.0.0-alpha.22.1.11
Reported by: portscout |
1.0.0.a.22.0.1 02 Aug 2021 20:48:57 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 1.0.0-alpha.21.0.13 -> 1.0.0-alpha.22.0.1
Reported by: portscout |
1.0.0.a.21.0.13_1 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) |
1.0.0.a.21.0.13 23 Jul 2021 18:00:10 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 1.0.0-alpha.20.0.1 -> 1.0.0-alpha.21.0.13
Reported by: <portscout |
1.0.0.a.20.0.1 19 Jul 2021 00:49:18 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 1.0.0-alpha.19.0.1 -> 1.0.0-alpha.20.0.1
Reported by: portscout |
1.0.0.a.19.0.1 27 Jun 2021 08:28:33 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 1.0.0-alpha.18.2.1 -> 1.0.0-alpha.19.0.1
Reported by: portscout |
1.0.0.a.18.2.1 11 Jun 2021 19:10:23 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 1.0.0-alpha.18.1.1 -> 1.0.0-alpha.18.2.1
Reported by: portscout |
1.0.0.a.18.1.1 07 Jun 2021 10:05:43 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 1.0.0-alpha.17.1.22 -> 1.0.0-alpha.18.1.1
Reported by: portscout |
1.0.0.a.17.1.22 05 Jun 2021 18:53:08 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 1.0.0-alpha.17.1.3 -> 1.0.0-alpha.17.1.22
Reported by: portscout |
1.0.0.a.17.1.3 04 Jun 2021 07:46:57 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 1.0.0-alpha.16.1.1 -> 1.0.0-alpha.17.1.3
Reported by: portscout |
1.0.0.a.16.1.1 16 May 2021 16:15:37 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 1.0.0-alpha.16.0.37 -> 1.0.0-alpha.16.1.1
Reported by: portscout |
1.0.0.a.16.0.37 11 May 2021 19:49:31 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 1.0.0-alpha.16.0.12 -> 1.0.0-alpha.16.0.37
Reported by: portscout |
1.0.0.a.16.0.12 04 May 2021 16:57:27 |
Yuri Victorovich (yuri) |
audio/zrythm: Update 1.0.0-alpha.13.1.1 -> 1.0.0-alpha.16.0.12
Reported by: portscout |
1.0.0.a.13.1.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.0.a.13.1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.0.a.13.1.1 07 Mar 2021 18:40:30 |
yuri |
audio/zrythm: Update 1.0.0-alpha.13.0.4 -> 1.0.0-alpha.13.1.1
Reported by: portscout |
1.0.0.a.13.0.4_2 06 Mar 2021 08:13:44 |
yuri |
audio/zrythm: Fix build by adding bash to RUN_DEPENDS
Reported by: fallout |
1.0.0.a.13.0.4_1 05 Mar 2021 09:52:06 |
yuri |
audio/zrythm: Add bash run-time dependency
Reported by: fallout |
1.0.0.a.13.0.4 01 Mar 2021 19:21:13 |
yuri |
audio/zrythm: Update 1.0.0-alpha.12.0.1 -> 1.0.0-alpha.13.0.4
Reported by: portscout |
1.0.0.a.12.0.1 22 Feb 2021 06:43:00 |
yuri |
audio/zrythm: Update 1.0.0-alpha.11.0.2 -> 1.0.0-alpha.12.0.1
Reported by: portscout |
1.0.0.a.11.0.2 13 Feb 2021 17:44:24 |
yuri |
audio/zrythm: Update 1.0.0-alpha.10.0.1 -> 1.0.0-alpha.11.0.2
Reported by: portscout |
1.0.0.a.10.0.1 03 Feb 2021 16:49:03 |
yuri |
audio/zrythm: Update 1.0.0-alpha.9.0.1 -> 1.0.0-alpha.10.0.1
Reported by: portscout |
1.0.0.a.9.0.1 25 Jan 2021 23:23:52 |
yuri |
audio/zrythm: Update 1.0.0-alpha.8.0.1 -> 1.0.0-alpha.9.0.1
Reported by: portscout |
1.0.0.a.8.0.1 19 Jan 2021 18:00:54 |
yuri |
audio/zrythm: Update 1.0.0-alpha.7.1.1 -> 1.0.0-alpha.8.0.1
Reported by: portscout |
1.0.0.a.7.1.1 05 Jan 2021 21:31:21 |
yuri |
audio/zrythm: Update 1.0.0-alpha.7.0.1 -> 1.0.0-alpha.7.1.1
Reported by: portscout |
1.0.0.a.7.0.1 02 Jan 2021 03:16:47 |
yuri |
audio/zrythm: Update 1.0.0-alpha.6.0.1 -> 1.0.0-alpha.7.0.1
Reported by: portscout |
1.0.0.a.6.0.1 18 Dec 2020 18:26:59 |
yuri |
audio/zrythm: Update 1.0.0-alpha.5.0.1 -> 1.0.0-alpha.6.0.1
Reported by: portscout |
1.0.0.a.5.0.1 20 Nov 2020 02:40:13 |
yuri |
audio/zrythm: Update 1.0.0-alpha.4.0.1 -> 1.0.0-alpha.5.0.1
Reported by: portscout |
1.0.0.a.4.0.1 11 Nov 2020 23:06:39 |
yuri |
audio/zrythm: Update 0.8.982 -> 1.0.0-alpha.4.0.1 |
0.8.982 17 Sep 2020 07:48:23 |
yuri |
audio/zrythm: Update 0.8.911 -> 0.8.982
Reported by: portscout |
0.8.911_2 15 Sep 2020 18:56:21 |
yuri |
audio/zrythm: Move math/fftw3* dependencies to LIB_DEPENDS because now it links
to the fft3 shared libs |
0.8.911_1 15 Sep 2020 18:26:43 |
yuri |
audio/zrythm: Fix license; Fix link to fftw3*_threads libraries: they weren't
linked to due to a bug in meson.build
Reported by: upstream |
0.8.911 14 Sep 2020 19:02:38 |
yuri |
audio/zrythm: Update 0.8.694 -> 0.8.911 |
0.8.694 20 Jul 2020 04:49:58 |
yuri |
audio/zrythm: Update 0.8.604 -> 0.8.694
Reported by: portscout |
0.8.604 29 Jun 2020 04:44:51 |
yuri |
audio/zrythm: Update 0.8.535 -> 0.8.604
Reported by: portscout |
0.8.535 09 Jun 2020 07:13:49 |
yuri |
audio/zryth: Update 0.8.459 -> 0.8.535
Reported by: portscout |
0.8.459 26 May 2020 08:15:27 |
yuri |
audio/zrythm: Update 0.5.097 -> 0.8.459 |
0.5.097_2 10 Feb 2020 08:38:19 |
yuri |
textproc/libcyaml: Update 0.1.0 -> 1.0.0
Reported by: portscout |
0.5.097_1 11 Dec 2019 09:46:49 |
linimon |
Fix build on GCC-based systems:
cc1: error: unrecognized command line option "-std=gnu11"
While here, pet portlint by sorting the (newly edited) USES.
Approved by: portmgr (tier-2 blanket) |
0.5.097_1 30 Nov 2019 23:10:12 |
yuri |
audio/zrythm: Unbreak: USE_GITLAB seems to be broken because GitLab doesn't
require GL_COMMIT any more
Related commit: 516880 (some ports were marked BROKEN for potentially the same
reason) |
0.5.097_1 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
0.5.097_1 04 Nov 2019 20:39:52 |
zeising |
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'. |
0.5.097_1 05 Aug 2019 23:06:50 |
jbeich |
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/ |
0.5.097 22 Jun 2019 08:56:58 |
yuri |
audio/zrythm: Update 0.5.074 -> 0.5.097 |
0.5.074 15 Jun 2019 03:33:46 |
yuri |
audio/zrythm: Update 0.4.151 -> 0.5.074 |
0.4.151 12 May 2019 19:14:25 |
yuri |
audio/zrythm: 0.4.139 -> 0.4.151 |
0.4.139 12 May 2019 17:22:08 |
yuri |
audio/zrythm: Update 0.3.029 -> 0.4.139 |
0.3.029 08 Apr 2019 20:03:44 |
yuri |
audio/zrythm: Update g20190216 -> 0.3.029
* plist moved into a file due to its length
* Add -lexecinfo |
g20190216_1 16 Feb 2019 19:46:31 |
yuri |
audio/zrythm: Switch build to the release mode |
g20190216 16 Feb 2019 19:36:29 |
yuri |
New port: audio/zrythm: Modern music production system, also known as DAW |