Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Jan 2022 00:23:52 1.7
|
Jan Beich (jbeich)  |
x11-wm/sway: update to 1.7
Changes: https://github.com/swaywm/sway/releases/tag/1.7
Changes: https://github.com/swaywm/sway/compare/1.7-rc3...1.7
Reported by: GitHub (watch releases) |
16 Jan 2022 23:53:44 1.7.r3
|
Jan Beich (jbeich)  |
x11-wm/sway: update to 1.7.r3
Changes: https://github.com/swaywm/sway/releases/tag/1.7-rc3
Reported by: GitHub (watch releases) |
09 Jan 2022 12:14:22 1.7.r2
|
Jan Beich (jbeich)  |
x11-wm/sway: update to 1.7.r2
Changes: https://github.com/swaywm/sway/releases/tag/1.7-rc2
Reported by: GitHub (watch releases) |
23 Dec 2021 14:05:53 1.7.r1
|
Jan Beich (jbeich)  |
x11-wm/sway: update to 1.7.r1
Changes: https://github.com/swaywm/sway/releases/tag/1.7-rc1
Reported by: GitHub (watch releases) |
17 Dec 2021 18:02:39 1.6.1_4
|
Jan Beich (jbeich)  |
x11-wm/sway: unbreak workspace switching after 2af7805da5c5
Somehow the following got lost during rebase:
void handle_new_output(struct wl_listener *listener, void *data) {
struct sway_server *server = wl_container_of(listener, server, new_output);
struct wlr_output *wlr_output = data;
+ if (wlr_output == root->fallback_output->wlr_output) {
+ return;
+ }
+
sway_log(SWAY_DEBUG, "New output %p: %s (non-desktop: %d)",
wlr_output, wlr_output->name, wlr_output->non_desktop); |
17 Dec 2021 11:30:04 1.6.1_3
|
Jan Beich (jbeich)  |
x11-toolkits/wlroots: update to 0.15.0
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.15.0
Reported by: upstream (tracking bug) |
01 Nov 2021 17:23:29 1.6.1_2
|
Jan Beich (jbeich)  |
x11-wm/sway: update wlroots + X11 HiDPI link after bfe5bc8c7a56 |
01 Oct 2021 14:12:52 1.6.1_2
|
Jan Beich (jbeich)  Author: Evgeniy Khramtsov |
x11-wm/sway: unbreak build with Clang 13
../sway/commands.c:470:23: error: variable 'context' set but not used
[-Werror,-Wunused-but-set-variable]
enum command_context context = 0;
^
PR: 258813 |
12 Sep 2021 10:43:25 1.6.1_1
|
Jan Beich (jbeich)  |
sysutils/seatd: drop SUID option after b8a20cd29e54
It's not possible to restrict setuid bit to "video" group without also
breaking compositor nesting (e.g., hikari on sway). So, leave setuid
handling to a dedicated executable. seatd-launch works similar to
ck-launch-session by starting the daemon on demand. |
24 Jun 2021 18:46:20 1.6.1
|
Jan Beich (jbeich)  |
x11-wm/sway: update to 1.6.1
Changes: https://github.com/swaywm/sway/releases/tag/1.6.1
Reported by: GitHub (watch releases) |
23 Jun 2021 20:29:08 1.6_3
|
Jan Beich (jbeich)  |
x11-wm/sway: backport Vulkan fix
$ WLR_RENDERER=vulkan sway
[...]
Assertion failed: (wlr_texture_is_gles2(wlr_texture)), function
gles2_get_texture, file render/gles2/texture.c, line 27.
PR: 256793 |
23 Jun 2021 18:07:18 1.6_2
|
Jan Beich (jbeich)  |
x11-toolkits/wlroots: update to 0.14.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.14.0
Reported by: GitHub (watch releases) |
22 Jun 2021 18:53:08 1.6_1
|
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
07 Apr 2021 20:59:09 1.6
|
Jan Beich (jbeich)  |
x11-wm/sway: update to 1.6
Changes: https://github.com/swaywm/sway/releases/tag/1.6
Reported by: GitHub (watch releases)
Tested by: Evgeniy Khramtsov (via CFT on x11@ list) |
07 Apr 2021 20:59:00 1.5.1_2
|
Jan Beich (jbeich)  |
x11-toolkits/wlroots: update to 0.13.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.13.0
Reported by: GitHub (watch releases)
Tested by: Evgeniy Khramtsov (via CFT on x11@ list) |
07 Apr 2021 08:09:01 1.5.1_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.5.1_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
06 Apr 2021 08:11:39 1.5.1_1
|
Jan Beich (jbeich)  |
x11-wm/sway: unbreak fetch
$ make checksum TRYBROKEN= MASTER_SITE_BACKUP= DISTDIR=$(mktemp -dt distfiles)
[...]
fetch: https://github.com/swaywm/sway/commit/cd9d1038a822.patch: size mismatch:
expected 8946, actual 8968
=> Couldn't fetch it - please try to retrieve this
=> port manually into /tmp/distfiles.9gmrNeI9/ and try again.
*** Error code 1
-index 3fde0893a..c4f393910 100644
+index 3fde0893ac..c4f3939108 100644
-index 85605ce41..64f167dbc 100644
+index 85605ce410..64f167dbc8 100644
-index 6a56ff5a9..c00be6eb8 100644
+index 6a56ff5a9d..c00be6eb82 100644 (Only the first 15 lines of the commit message are shown above ) |
26 Dec 2020 00:24:01
1.5.1_1
|
jbeich  |
sysutils/basu: move to devel/ where dbus is |
21 Dec 2020 14:15:51
1.5.1_1
|
jbeich  |
x11-wm/sway: enable tray in swaybar |
10 Nov 2020 17:03:45
1.5.1
|
jbeich  |
x11-wm/sway: update to 1.5.1
Changes: https://github.com/swaywm/sway/releases/tag/1.5.1
Reported by: GitHub (watch releases) |
08 Nov 2020 16:48:02
1.5_2
|
jbeich  |
x11-toolkits/wlroots: update to 0.12.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.12.0
Reported by: GitHub (watch releases) |
28 Oct 2020 14:41:43
1.5_1
|
jbeich  |
x11-wm/sway: clarify SUID |
28 Sep 2020 19:59:57
1.5_1
|
zeising  |
Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442. |
15 Jul 2020 23:58:25
1.5
|
jbeich  |
x11-wm/sway: update to 1.5
Changes: https://github.com/swaywm/sway/releases/tag/1.5
Reported by: GitHub (watch releases) |
15 Jul 2020 23:58:15
1.4_3
|
jbeich  |
x11-toolkits/wlroots: update to 0.11.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.11.0
Reported by: GitHub (watch releases) |
01 Jul 2020 22:22:38
1.4_2
|
jbeich  |
UCLify pkg-message in my ports |
07 Jun 2020 01:37:01
1.4_2
|
jbeich  |
x11-wm/sway: advertise r535134 |
22 May 2020 19:20:42
1.4_2
|
sunpoet  |
Bump PORTREVISION for devel/json-c json-c |
16 May 2020 23:24:20
1.4_1
|
jbeich  |
x11-wm/sway: unbreak X11=off build after r535134
../sway/commands/xwayland/scale.c:23:12: error: no member named 'xwayland' in
'struct sway_server'
if(server.xwayland.wlr_xwayland != NULL) {
~~~~~~ ^
../sway/commands/xwayland/scale.c:24:3: error: implicit declaration of function
'wlr_xwayland_set_scale' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
wlr_xwayland_set_scale(server.xwayland.wlr_xwayland, scale);
^
../sway/commands/xwayland/scale.c:24:3: note: did you mean 'xwayland_cmd_scale'?
../sway/commands/xwayland/scale.c:7:21: note: 'xwayland_cmd_scale' declared here
struct cmd_results *xwayland_cmd_scale(int argc, char **argv) {
^
../sway/commands/xwayland/scale.c:24:33: error: no member named 'xwayland' in
'struct sway_server'
wlr_xwayland_set_scale(server.xwayland.wlr_xwayland, scale);
~~~~~~ ^
PR: 246498
Reported by: shamaz.mazum@gmail.com |
13 May 2020 19:55:50
1.4_1
|
jbeich  |
x11-toolkits/wlroots: add Xwayland HiDPI scaling support
See https://github.com/swaywm/wlroots/pull/2064#issuecomment-622647075 |
22 Jan 2020 20:16:35
1.4
|
jbeich  |
x11-wm/sway: update to 1.4
Changes: https://github.com/swaywm/sway/releases/tag/1.4
Changes: https://github.com/swaywm/sway/compare/1.3-rc3...1.4
Reported by: GitHub (watch releases)
MFH: 2020Q1 (stabilization: 1.3 series aborted) |
22 Jan 2020 20:16:25
1.3.r3_1
|
jbeich  |
x11-toolkits/wlroots: update to 0.10.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.10.0
Changes: https://github.com/swaywm/wlroots/compare/0.9.1...0.10.0
Reported by: GitHub (watch releases)
MFH: 2020Q1 (required by sway 1.4) |
15 Jan 2020 21:16:42
1.3.r3
|
jbeich  |
x11-wm/sway: update to 1.3.r3
Changes: https://github.com/swaywm/sway/releases/tag/1.3-rc3
Reported by: GitHub (watch releases) |
08 Jan 2020 16:00:46
1.3.r2
|
jbeich  |
x11-wm/sway: update to 1.3.r2
Changes: https://github.com/swaywm/sway/releases/tag/1.3-rc2
Reported by: GitHub (watch releases) |
03 Jan 2020 10:16:49
1.3.r1
|
jbeich  |
x11-wm/sway: fix required wlroots version
Subproject directory not found and wlroots.wrap file not found
Subproject subprojects/wlroots is buildable: NO (disabling)
Dependency wlroots found: NO found '0.10.0' but need: '<0.10.0' ; matched:
'>=0.9.0'
Run-time dependency wlroots found: NO (tried cmake)
meson.build:73:1: ERROR: Invalid version of dependency, need 'wlroots'
['<0.10.0'] found '0.10.0'. |
31 Dec 2019 21:11:53
1.3.r1
|
jbeich  |
x11-wm/sway: update to 1.3.r1
Changes: https://github.com/swaywm/sway/releases/tag/1.3-rc1
Reported by: GitHub (watch releases) |
31 Dec 2019 21:11:41
1.2_4
|
jbeich  |
x11-toolkits/wlroots: update to 0.9.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.9.0
Reported by: GitHub (watch releases) |
07 Nov 2019 18:36:56
1.2_3
|
zeising  |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
07 Oct 2019 20:35:57
1.2_3
|
jbeich  |
x11-toolkits/wlroots: update to 0.8.1
Changes: https://github.com/swaywm/wlroots/releases/tag/0.8.1
Reported by: GitHub (watch releases) |
07 Oct 2019 13:38:08
1.2_2
|
jbeich  |
x11-toolkits/wlroots: update to 0.8.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.8.0
Reported by: GitHub (watch releases) |
27 Aug 2019 13:05:53
1.2_1
|
jbeich  |
x11-toolkits/wlroots: update to 0.7.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.7.0
Reported by: GitHub (watch releases) |
27 Aug 2019 13:05:43
1.2
|
jbeich  |
x11-wm/sway: update to 1.2
Changes: https://github.com/swaywm/sway/compare/1.2-rc2...1.2
Changes: https://github.com/swaywm/sway/releases/tag/1.2
Reported by: GitHub (watch releases) |
20 Aug 2019 10:33:17
1.2.r2
|
jbeich  |
x11-wm/sway: update to 1.2.r2
Changes: https://github.com/swaywm/sway/releases/tag/1.2-rc2
Reported by: GitHub (watch releases) |
09 Aug 2019 07:51:31
1.2.r1
|
jbeich  |
x11-wm/sway: update to 1.2.r1
Changes: https://github.com/swaywm/sway/releases/tag/1.2-rc1
Reported by: GitHub (watch releases) |
26 Jul 2019 20:46:57
1.1.1_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 |
03 Jun 2019 16:36:01
1.1.1
|
jbeich  |
x11-wm/sway: update to 1.1.1
Changes: https://github.com/swaywm/sway/compare/1.1-rc3...1.1.1
Changes: https://github.com/swaywm/sway/releases/tag/1.1 |
21 May 2019 15:07:28
1.1.r3
|
jbeich  |
x11-wm/sway: update to 1.1.r3
Changes: https://github.com/swaywm/sway/releases/tag/1.1-rc3 |
11 May 2019 22:31:45
1.1.r2
|
jbeich  |
x11-wm/sway: update to 1.1.r2
Changes: https://github.com/swaywm/sway/releases/tag/1.1-rc2 |
03 May 2019 17:42:39
1.1.r1
|
jbeich  |
x11-wm/sway: update to 1.1.r1
Changes: https://github.com/swaywm/sway/releases/tag/1.1-rc1 |
03 May 2019 16:41:45
1.0_1
|
jbeich  |
x11-toolkits/wlroots: update to 0.6.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.6.0 |
11 Mar 2019 17:47:10
1.0
|
jbeich  |
x11-wm/sway: update to 1.0
Changes: https://github.com/swaywm/sway/releases/tag/1.0
Changes: https://github.com/swaywm/sway/compare/1.0-rc5...1.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.5 |
04 Mar 2019 18:34:36
1.0.r5
|
jbeich  |
x11-wm/sway: update to 1.0.r5
Changes: https://github.com/swaywm/sway/releases/tag/1.0-rc5 |
26 Feb 2019 00:22:53
1.0.r4
|
jbeich  |
x11-wm/sway: update to 1.0.r4
Changes: https://github.com/swaywm/sway/releases/tag/1.0-rc4
Changes: https://github.com/swaywm/wlroots/releases/tag/0.4 |
25 Feb 2019 22:07:54
1.0.r3
|
jbeich  |
Add option helper for MESON_ARGS = -Dfoo=enabled
feature options define combo like auto/yes/no in a standand way.
In other words, upstream projects of ports that use _MESON_YES are
supposed to migrate to _MESON_ENABLED.
https://mesonbuild.com/Build-options.html#features
Reviewed by: tobik (implicit)
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D19127 |
18 Feb 2019 20:42:47
1.0.r3
|
jbeich  |
x11-wm/sway: update to 1.0.r3
Changes: https://github.com/swaywm/sway/compare/1.0-rc2...1.0-rc3 |
11 Feb 2019 23:44:13
1.0.r2
|
jbeich  |
x11-wm/sway: update to 1.0.r2
Changes: https://github.com/swaywm/sway/releases/tag/1.0-rc2 |
03 Feb 2019 15:00:06
1.0.r1
|
jbeich  |
x11-wm/sway: update to 1.0.r1
Changes: https://github.com/swaywm/sway/releases/tag/1.0-rc1
Changes: https://github.com/swaywm/sway/compare/de76c4e0...1.0-rc1
Changes: https://github.com/swaywm/wlroots/compare/28f11aec...0.3 |
01 Feb 2019 23:43:42
1.0.b.2.304
|
jbeich  |
x11-wm/sway: update to 1.0.b.2.304
Changes: https://github.com/swaywm/sway/compare/5cb3d476...de76c4e0
Changes: https://github.com/swaywm/wlroots/compare/41af8d84...28f11aec |
31 Jan 2019 15:57:47
1.0.b.2.291
|
jbeich  |
textproc/scdoc: update to 1.8.1
Changes: https://git.sr.ht/%7Esircmpwn/scdoc/refs/1.8.1 |
30 Jan 2019 17:18:00
1.0.b.2.291
|
jbeich  |
x11-wm/sway: update to 1.0.b.2.291
Changes: https://github.com/swaywm/sway/compare/606f6a37...5cb3d476
Changes: https://github.com/swaywm/wlroots/compare/9fe8e379...41af8d84
Changes: https://github.com/swaywm/swaylock/compare/ecc8402...effdea5 |
29 Jan 2019 00:47:06
1.0.b.2.287
|
jbeich  |
x11-wm/sway: update to 1.0.b.2.282
Changes: https://github.com/swaywm/sway/compare/5f45a4bb...606f6a37
Changes: https://github.com/swaywm/wlroots/compare/209210d3...9fe8e379
Changes: https://github.com/swaywm/swayidle/compare/f002a7a...d18c7cb
Changes: https://github.com/swaywm/swaylock/compare/368f53e...ecc8402 |
26 Jan 2019 00:43:17
1.0.b.2.274
|
jbeich  |
x11-wm/sway: update to 1.0.b.2.274
Changes: https://github.com/swaywm/sway/compare/1a1133dc...5f45a4bb
Changes: https://github.com/swaywm/wlroots/compare/c41d0130...209210d3
Changes: https://github.com/swaywm/swaylock/compare/72d15f8...f002a7a
Changes: https://github.com/swaywm/swaylock/compare/3d94a60...368f53e |
24 Jan 2019 20:26:37
1.0.b.2.270_1
|
jbeich  |
x11-wm/sway: back out r490400
- Upstream doesn't want a terminal chooser
- xkb_rules evdev breaks input on X11 sessions i.e., xf86-input-keyboard |
24 Jan 2019 10:07:07
1.0.b.2.270
|
jbeich  |
x11-wm/sway: bump required wlroots version after r491073
../sway/server.c:7:10: fatal error: 'wlr/backend/noop.h' file not found
#include <wlr/backend/noop.h>
^~~~~~~~~~~~~~~~~~~~ |
24 Jan 2019 00:14:46
1.0.b.2.270
|
jbeich  |
x11-wm/sway: update to 1.0.b.2.270
Changes: https://github.com/swaywm/sway/compare/410c9613...1a1133dc
Changes: https://github.com/swaywm/wlroots/compare/b619ab4d...c41d0130
Changes: https://github.com/swaywm/swaylock/compare/4e72a36...3d94a60 |
22 Jan 2019 00:42:14
1.0.b.2.243
|
jbeich  |
x11-wm/sway: update to 1.0.b.2.243
Changes: https://github.com/swaywm/sway/compare/1cce14e7...410c9613
Changes: https://github.com/swaywm/wlroots/compare/5dde2e79...b619ab4d
Changes: https://github.com/swaywm/swayidle/compare/c94949d...72d15f8
Changes: https://github.com/swaywm/swaylock/compare/52eeb9f...4e72a36 |
19 Jan 2019 00:32:43
1.0.b.2.226
|
jbeich  |
x11-wm/sway: update to 1.0.b.2.226
Changes: https://github.com/swaywm/sway/compare/70637b40...1cce14e7
Changes: https://github.com/swaywm/wlroots/compare/10b1de6e...5dde2e79
Changes: https://github.com/swaywm/swayidle/compare/1.1...c94949d
Changes: https://github.com/swaywm/swaylock/compare/1.2...52eeb9f |
16 Jan 2019 19:17:40
1.0.b.2.204
|
jbeich  |
x11-wm/sway: update to 1.0.b.2.204
Changes: https://github.com/swaywm/sway/compare/2573606b...70637b40
Changes: https://github.com/swaywm/wlroots/compare/10a2c4ed...10b1de6e |
15 Jan 2019 20:42:13
1.0.b.2.189_1
|
jbeich  |
x11-wm/sway: improve default config
- Don't hardcode urxvt
- Make Windows key work |
15 Jan 2019 18:06:50
1.0.b.2.189
|
jbeich  |
x11-wm/sway: explain why SUID is enabled
Sway needs setuid bit on DRM when (e)logind isn't available. When
running only on X11 setuid bit can be disabled. |
15 Jan 2019 00:52:45
1.0.b.2.189
|
jbeich  |
x11-wm/sway: update to 1.0.b.2.189
The last beta is several months old, so use a snapshot to help users
evaluate the current state.
Changes: https://github.com/swaywm/sway/compare/1.0-beta.2...2573606b
Changes: https://github.com/swaywm/wlroots/compare/0.2...10a2c4ed |
06 Jan 2019 13:28:25
1.0.b.2
|
jbeich  |
x11-wm/sway: add new port
Sway is a tiling Wayland compositor and a drop-in replacement for the
i3 window manager for X11. It works with your existing i3 configuration
and supports most of i3's features, plus a few extras.
https://swaywm.org/ |