Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.1 30 Oct 2024 18:03:44 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: unbreak build with clang 19
../src/screenshot/screenshot.c:129:11: error: variable length array folded to
constant array as an extension [-Werror,-Wgnu-folding-constant]
129 | char uri[strlen(path) + strlen(uri_prefix) + 1];
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout |
0.7.1 11 Mar 2024 05:52:41 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-*: depend on frontend after bbab7f59e963 |
0.7.1 30 Jan 2024 00:42:29 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: update to 0.7.1
Changes: https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.7.1
Reported by: GitHub (watch releases) |
0.7.0_2 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
0.7.0_1 07 Oct 2023 00:55:27 |
Jan Beich (jbeich) |
Drop FreeBSD < 14.0-BETA5 <sys/timerfd.h> workarounds
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273373
https://cgit.freebsd.org/src/commit/?h=releng/14.0&id=7454117918cd
https://lists.freebsd.org/archives/freebsd-stable/2023-October/001533.html
Old -CURRENT, -STABLE, -RELENG snapshots were never supported in ports/.
This reverts commit 4458b6d2d931d462f260dc06fb7b9c7fa1f707aa.
This reverts commit f295903414ccab16e75feb05c851d726deb16713.
This reverts commit d7c830340dbb2e33451d3ad36ea5a707d0d222b6.
This reverts commit 572560076d1c987833958524a2bc4a60a1700287.
This reverts commit f4c28b489119fb134e7873047aea1aa643219d70.
This reverts commit 163928669d74be3a5d8a307b6a03abd06bf55cd6.
This reverts commit b8948f86c12cfe8a24ba203634e3a1572eab4ba8.
This reverts commit 5e70841f87b2d316acc170b0f550e4eab205b6e2.
This reverts commit 600ca97fd58482c907708888a7af879219540a79. |
0.7.0_1 08 Sep 2023 15:13:53 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: always depend on slurp for Screenshot portal |
0.7.0_1 03 Sep 2023 10:26:52 |
Muhammad Moinur Rahman (bofh) |
x11/xdg-desktop-portal-wlr: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.7.0_1 28 Aug 2023 17:07:40 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: clarify future minor FreeBSD version |
0.7.0_1 28 Aug 2023 17:05:02 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: drop unused dependency on FreeBSD >= 14.0 |
0.7.0_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.7.0 15 Apr 2023 13:00:33 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: update to 0.7.0
Changes: https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.7.0
Reported by: GitHub (watch releases) |
0.6.0_1 15 Apr 2023 13:00:12 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: back to 0.6.0 due to unrelated change
This reverts commit e0b96342db403758a2b7348cce8304af78134b6f. |
0.7.0 15 Apr 2023 12:55:26 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: update to 0.7.0
Changes: https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.7.0
Reported by: GitHub (watch releases) |
0.6.0_1 20 Mar 2023 19:58:58 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: unbreak with --auto-features=enabled
meson.build:111:0: ERROR: Dependency "systemd" not found, tried pkgconfig
PR: 270361 |
0.6.0_1 13 Dec 2022 12:33:35 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: chase wayland-protocols version after 2dc7cb05a35b
https://github.com/emersion/xdg-desktop-portal-wlr/commit/3591fd2a6caa |
0.6.0_1 27 Nov 2022 03:38:16 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: track grim dependency for screenshots
$ flameshot gui
flameshot: error: Unable to capture screen
flameshot: error: Unable to capture screen
flameshot: info: Screenshot aborted.
https://github.com/emersion/xdg-desktop-portal-wlr/commit/2b659c42a7f6 |
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) |
0.6.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 ) |
0.6.0 01 Jul 2022 08:01:22 |
Baptiste Daroussin (bapt) |
wayland: add wayland virtual category |
0.6.0 09 Jun 2022 20:19:50 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: update to 0.6.0
Changes: https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.6.0
Reported by: GitHub (watch releases) |
0.5.0_1 20 Nov 2021 22:41:23 |
Jan Beich (jbeich) |
multimedia/pipewire: force rebuild consumers after 8691df3a5142
ABI has changed: pw_{,de}init -> pipewire_{,de}init. As PipeWire
support is often runtime-optional the breakage maybe hard to notice.
ERROR kooha::backend::screencast_portal > Error from screencast call:
Zbus(MethodError(OwnedInterfaceName(InterfaceName(Str("org.freedesktop.DBus.Error.UnknownMethod"))),
Some("No such interface “org.freedesktop.portal.ScreenCast” on object at
path /org/freedesktop/portal/desktop"), Msg { type: Error, sender:
UniqueName(Str(":1.397")), reply-serial: 18, body: Signature: [
s (115),
] }))
ld-elf.so.1: /usr/local/libexec/xdg-desktop-portal-wlr: Undefined symbol
"pw_init"
PR: 259621 |
0.5.0 05 Nov 2021 16:06:08 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: update to 0.5.0
Changes: https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.5.0
Reported by: GitHub (watch releases) |
0.4.0_1 17 Aug 2021 02:10:42 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: install one chooser by default
Makes it work out-of-the-box with PipeWire-based consumers.
xdpw tries slurp -> wofi -> bemenu by default. However, a lot
of alternatives exist for wofi/bemenu e.g., fuzzel, rofi-wayland,
dmenu-wayland, nwgdmenu (from nwg-launchers). |
0.4.0 01 Jun 2021 16:27:08 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: update to 0.4.0
Changes: https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.4.0
Reported by: GitHub (watch releases) |
0.3.0_1 18 Apr 2021 23:34:26 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: unbreak default config after 337aa4a3c88e |
0.3.0 18 Apr 2021 16:34:19 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: respect PREFIX in manpage |
0.3.0 18 Apr 2021 16:29:47 |
Jan Beich (jbeich) |
x11/xdg-desktop-portal-wlr: update to 0.3.0
Changes: https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.3.0
Reported by: GitHub (watch releases) |
0.2.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.0 15 Feb 2021 10:02:50 |
jbeich |
x11/xdg-desktop-portal-wlr: update to 0.2.0
Changes: https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.2.0
Reported by: GitHub (watch releases) |
0.1.0 09 Jan 2021 11:37:58 |
jbeich |
x11/xdg-desktop-portal-wlr: switch to upstreamed patches |
0.1.0 26 Dec 2020 00:24:01 |
jbeich |
sysutils/basu: move to devel/ where dbus is |
0.1.0 21 Dec 2020 14:16:02 |
jbeich |
x11/xdg-desktop-portal-wlr: add new port
xdg-desktop-portal backend for wlroots
https://github.com/emersion/xdg-desktop-portal-wlr |