non port: x11-toolkits/wlroots/Makefile |
SVNWeb
|
Number of commits found: 94 |
Mon, 13 Feb 2023
|
[ 19:13 Jan Beich (jbeich) ] 146bb4d
x11-toolkits/wlroots: limit hwdata dependency to DRM as build only
pnp.ids is converted to pnpids.c, so won't pick up changes without rebuild.
pnp.ids is also unused when nesting on X11 or Wayland (WLR_BACKENDS != drm).
https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/eec95e3d5e1a
|
Fri, 10 Feb 2023
|
[ 23:39 Jan Beich (jbeich) ] b015da7
x11-toolkits/wlroots: update to 0.16.2
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.16.2
Reported by: GitLab (notify releases)
|
Wed, 18 Jan 2023
|
[ 23:27 Jan Beich (jbeich) ] 14cde4b
x11-toolkits/wlroots: switch 9f5b7d7133ba to 0.16 upstream commit
|
[ 23:27 Jan Beich (jbeich) ] 361baca
x11-toolkits/wlroots: backport a Xwayland crashfix
Inspired by: Alpine Linux
|
Wed, 4 Jan 2023
|
[ 23:50 Jan Beich (jbeich) ] 9f5b7d7
x11-toolkits/wlroots: unbreak nesting under X11 after a8bed4f81662
$ pkg install xorg-minimal xterm sway
$ echo "exec xterm" >~/.xinitrc
$ startx
$ sway -c /dev/null
[...]
Assertion failed: (buffer->n_busy > 0), function handle_x11_present_event, file
backend/x11/output.c, line 682.
or
$ pkg install cage sway
$ cage env -u WAYLAND_DISPLAY sway -c /dev/null
[...]
Assertion failed: (buffer->n_busy > 0), function handle_x11_present_event, file
backend/x11/output.c, line 682.
|
Sun, 25 Dec 2022
|
[ 16:36 Jan Beich (jbeich) ] a8bed4f
x11-toolkits/wlroots: update to 0.16.1
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.16.1
Reported by: GitLab (notify releases)
|
Fri, 11 Nov 2022
|
[ 22:39 Jan Beich (jbeich) ] 1c4b6bc (Only the first 10 of 14 ports in this commit are shown above. )
x11-toolkits/wlroots: update to 0.16.0
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.16.0
Reported by: GitLab (notify releases)
|
[ 22:39 Jan Beich (jbeich) ] 95c1216
x11-toolkits/wlroots: drop NVIDIA option
Needs rebase for 0.16.0 but abandoned by the author.
Also obsoleted by GBM support in nvidia-driver >= 495.
This reverts commit f406592a8e37f2c889ea0a2966cdd9cc751f7c8c.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Fri, 4 Feb 2022
|
[ 18:36 Jan Beich (jbeich) ] ac65232
x11-toolkits/wlroots: update to 0.15.1
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.15.1
Reported by: Repology
|
Tue, 28 Dec 2021
|
[ 00:41 Jan Beich (jbeich) ] 359ec6a
x11-toolkits/wlroots: tag patches from GitHub
Required to extend PATCH_SITES without increasing failover.
GitHub to be used only for rebased patches like xwayland_hidpi.
|
[ 00:41 Jan Beich (jbeich) ] d86298b
x11-toolkits/wlroots: switch recent patch to GitLab
-index 4932ec4da4..70f1b7c41f 100644
+index 4932ec4d..70f1b7c4 100644
[...]
+--
+GitLab
+
|
[ 00:41 Jan Beich (jbeich) ] 1b3c44d
x11-toolkits/wlroots: backport some fixes from upstream
- wlr_texture: remove wlr_texture_from_wl_drm() from header
- scene: schedule an output frame on wl_surface.frame
- vulkan: Fix imported image layout
|
Sun, 26 Dec 2021
|
[ 11:48 Jan Beich (jbeich) ] e20e42e
x11-toolkits/wlroots: NVIDIA depends on DRM after 2af7805da5c5
ld: error: undefined symbol: drm_is_eglstreams
>>> referenced by wlr_renderer.c
>>>
libwlroots.so.10.p/render_wlr_renderer.c.o:(wlr_renderer_init_wl_shm)
>>> referenced by wlr_renderer.c
>>>
libwlroots.so.10.p/render_wlr_renderer.c.o:(wlr_renderer_init_wl_shm)
>>> referenced by wlr_renderer.c
>>>
libwlroots.so.10.p/render_wlr_renderer.c.o:(wlr_renderer_init_wl_display)
>>> referenced 3 more times
ld: error: undefined symbol: wlr_backend_is_drm
>>> referenced by eglstreams_allocator.c
>>>
libwlroots.so.10.p/render_eglstreams_allocator.c.o:(multi_backend_callback)
>>> referenced by output.c
>>> libwlroots.so.10.p/types_output_output.c.o:(output_basic_test)
ld: error: undefined symbol: wlr_output_is_drm
>>> referenced by egl.c
>>>
libwlroots.so.10.p/render_egl.c.o:(wlr_egl_flip_eglstreams_page)
>>> referenced by render.c
>>>
libwlroots.so.10.p/types_output_render.c.o:(output_create_swapchain)
|
[ 11:48 Jan Beich (jbeich) ] b6f4f1e
x11-toolkits/wlroots: NVIDIA depends on X11 after 597460fbd27c
ld: error: undefined symbol: xwayland_keyboard_grab_manager
>>> referenced by wlr_keyboard.c
>>>
libwlroots.so.10.p/types_wlr_keyboard.c.o:(wlr_keyboard_notify_key)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: cannot make progress due to previous errors.
|
[ 11:36 Jan Beich (jbeich) ] b9b57e2
x11-toolkits/wlroots: update NVIDIA patch
|
Thu, 23 Dec 2021
|
[ 07:37 Jan Beich (jbeich) ] 597460f
x11-toolkits/wlroots: update NVIDIA patch
|
Fri, 17 Dec 2021
|
[ 11:30 Jan Beich (jbeich) ] 2af7805 (Only the first 10 of 20 ports in this commit are shown above. )
x11-toolkits/wlroots: update to 0.15.0
Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.15.0
Reported by: upstream (tracking bug)
|
Sun, 28 Nov 2021
|
[ 17:59 Jan Beich (jbeich) ] a383731
x11-toolkits/wlroots: don't require vulkan-validation-layers
PR: 256793
|
Mon, 1 Nov 2021
|
[ 17:01 Jan Beich (jbeich) ] bfe5bc8
x11-toolkits/wlroots: chase to the new home
https://github.com/swaywm/wlroots/commit/0855cdacb2ee
"This repository has been archived by the owner. It is now read-only."
|
Tue, 5 Oct 2021
|
[ 02:34 Jan Beich (jbeich) ] ceb020d
x11-toolkits/wlroots: simplify _DEPENDS after f2820b6cc217
|
[ 00:56 Jan Beich (jbeich) ] 1785b4c
x11-toolkits/wlroots: drop unused -isystem after 325260c4ac26
|
Fri, 17 Sep 2021
|
[ 17:14 Jan Beich (jbeich) ] 841c9c3
graphics/libglvnd: update to 1.3.4
- graphics/egl-wayland: drop libglvnd < 1.3.4 workaround
- x11-toolkits/wlroots: rebuild to enable EGL_EXT_device_persistent_id
Changes: https://gitlab.freedesktop.org/glvnd/libglvnd/-/compare/v1.3.3...v1.3.4
PR: 258269
Exp-run by: antoine
Approved by: zeising
|
Thu, 8 Jul 2021
|
[ 15:43 Jan Beich (jbeich) ] 8c3c066
x11-toolkits/wlroots: unbreak NVIDIA after e8342192e9dd
===> Applying distribution patches for wlroots-0.14.1
1 out of 14 hunks failed--saving rejects to render/gles2/renderer.c.rej
===> FAILED Applying distribution patch b78146d76ab0.patch with -p1
*** Error code 1
|
[ 15:25 Jan Beich (jbeich) ] e834219
x11-toolkits/wlroots: update to 0.14.1
Changes: https://github.com/swaywm/wlroots/releases/tag/0.14.1
Reported by: GitHub (watch releases)
|
Wed, 23 Jun 2021
|
[ 18:13 Jan Beich (jbeich) ] 494d862
x11-toolkits/wlroots: expose Vulkan renderer
Example usage:
$ WLR_RENDERER=vulkan sway
|
[ 18:07 Jan Beich (jbeich) ] f2820b6 (Only the first 10 of 20 ports in this commit are shown above. )
x11-toolkits/wlroots: update to 0.14.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.14.0
Reported by: GitHub (watch releases)
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
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
|
Sun, 30 May 2021
|
[ 22:36 Jan Beich (jbeich) Author: Evgeniy Khramtsov ] fc72140
x11-toolkits/wlroots: backport fix for bundled libXcursor
PR: 256274
Security: CVE-2013-2003
|
Sun, 18 Apr 2021
|
[ 23:34 Jan Beich (jbeich) ] 8c80131
x11-toolkits/wlroots: disable direct session by default
- Removed upstream in https://github.com/swaywm/wlroots/commit/d037c2dddc0f
- Lacks XDG_SESSION_TYPE unlike
https://github.com/swaywm/wlroots/commit/90c845295947
- SUID in consumers is now handled by `builtin` backend in libseat
|
[ 23:34 Jan Beich (jbeich) ] af2f34c
x11-toolkits/wlroots: move CONSOLEKIT as BASU to sysutils/seatd
- wlroots >= 0.14 is libseat-only per
https://github.com/swaywm/wlroots/commit/7f0908546149
- WLR_SESSION currently defaults to libseat even if CONSOLEKIT is enabled
- mutter and plasma5-kwin if ever ported to libseat may want to use ConsoleKit2
- Enable BASU by default as the dependency is already pulled by sway and mako
|
Sat, 10 Apr 2021
|
[ 20:33 Jan Beich (jbeich) ] f406592
x11-toolkits/wlroots: expose x11/nvidia-driver support
Allow debugging EGLStreams itself on FreeBSD. Like CONSOLEKIT this relies
on a rejected patch, so may break on updates or be eventually removed.
See also NVIDIA option in x11-servers/xwayland-devel
|
[ 20:33 Jan Beich (jbeich) ] f5d0c53
x11-toolkits/wlroots: fix patch warning after 70148c11889b
===> Applying distribution patches for wlroots-0.13.0
No such line 2057 in input file, ignoring
|
Thu, 8 Apr 2021
|
[ 23:33 Jan Beich (jbeich) ] ddeb3e2
x11-toolkits/wlroots: move experimental label to CONSOLEKIT
ConsoleKit2 support uses a patch rejected upstream, and upstream plans
to simplify session handling via libseat by dropping other session backends.
|
Wed, 7 Apr 2021
|
[ 20:59 Jan Beich (jbeich) ] 70148c1 (Only the first 10 of 20 ports in this commit are shown above. )
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)
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
[ 08:11 Jan Beich (jbeich) ] 5254fca
Chase GH_ACCOUNT rename for Greg V
|
Sun, 8 Nov 2020
|
[ 16:48 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
x11-toolkits/wlroots: update to 0.12.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.12.0
Reported by: GitHub (watch releases)
|
Wed, 28 Oct 2020
|
[ 14:41 jbeich ]
x11-toolkits/wlroots: enable LIBSEAT by default
When seatd is running don't use setuid bit. Otherwise, use wlroots
direct session like before to keep POLA. For example,
$ sway
[ERROR] [libseat] [libseat/libseat.c:73] libseat_open_seat: No backend was
able to open a seat
[ERROR] [backend/session/libseat.c:102] Unable to create seat: Function not
implemented
<direct session started>
$ ps -lp $(pgrep -x sway)
UID PID PPID C PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND
1234 63621 63611 0 20 0 279152 107156 select S v0 0:01.11 sway
0 63623 63621 6 52 0 32124 18396 sbwait I v0 0:00.00 sway
vs.
$ service seatd onestart
$ sway
<libseat session started>
$ ps -lp $(pgrep -x sway)
UID PID PPID C PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND
1234 46290 46280 4 20 0 332924 105248 select S v0 0:05.47 sway
|
[ 14:41 jbeich ]
x11-toolkits/wlroots: reject CONSOLEKIT + LIBSEAT
===> Applying distribution patches for wlroots-0.11.0_2
1 out of 3 hunks failed--saving rejects to backend/session/session.c.rej
2 out of 2 hunks failed--saving rejects to meson.build.rej
===> FAILED Applying distribution patch bad1e9afa8ea.patch with -p1
|
[ 14:41 jbeich ]
x11-toolkits/wlroots: adjust X11 identation to match other options
|
Sat, 17 Oct 2020
|
[ 15:00 rene ]
x11-toolkits/wlroots: remove a case specific to FreeBSD 11.3
Phabricator: D26646
|
Mon, 28 Sep 2020
|
[ 19:59 zeising ] (Only the first 10 of 61 ports in this commit are shown above. )
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.
|
Sat, 29 Aug 2020
|
[ 00:37 jbeich ]
sysutils/seatd: update to 0.2.0
Changes: https://git.sr.ht/~kennylevinsen/seatd/log/0.2.0
Reported by: upstream, Repology
|
Thu, 27 Aug 2020
|
[ 00:22 jbeich ]
x11-toolkits/wlroots: unbreak WLR_SESSION=direct with LIBSEAT=on after r546064
Apply a crashfix when wlroots is built with libseat session backend
but user opted out of the new default via environ(7). Upstream impact
was more serious because the patch wasn't optional.
|
Mon, 24 Aug 2020
|
[ 10:26 jbeich ]
x11-toolkits/wlroots: refresh LIBSEAT patches
This version has been merged upstream.
|
[ 02:57 jbeich ]
x11-toolkits/wlroots: refresh LIBSEAT patches
|
Sat, 22 Aug 2020
|
[ 23:55 jbeich ]
x11-toolkits/wlroots: refresh LIBSEAT patches
|
Sun, 9 Aug 2020
|
[ 09:35 jbeich ]
sysutils/seatd: add new port
seatd is a seat management deamon, that does everything it needs to
do. Nothing more, nothing less. Depends only on libc.
libseat is a seat management library allowing applications to use
whatever seat management is available.
Supports:
- seatd
- (e)logind
- embedded seatd for standalone operation
Each backend can be compile-time included and is runtime auto-detected
or manually selected with the `LIBSEAT_BACKEND` environment variable.
Which backend is in use is transparent to the application, providing a
simple common interface.
WWW: https://git.sr.ht/~kennylevinsen/seatd
|
[ 08:26 jbeich ]
x11-toolkits/wlroots: expand URL in CONSOLEKIT comment
|
Thu, 16 Jul 2020
|
[ 00:33 jbeich ]
x11-toolkits/wlroots: unbreak CONSOLEKIT after r542295
===> Applying distribution patches for wlroots-0.11.0
1 out of 1 hunks failed--saving rejects to backend/session/meson.build.rej
1 out of 2 hunks failed--saving rejects to meson.build.rej
1 out of 1 hunks failed--saving rejects to meson_options.txt.rej
===> FAILED Applying distribution patch e8cc137111bc.patch with -p1
*** Error code 1
|
Wed, 15 Jul 2020
|
[ 23:58 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
x11-toolkits/wlroots: update to 0.11.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.11.0
Reported by: GitHub (watch releases)
|
Wed, 13 May 2020
|
[ 19:55 jbeich ]
x11-toolkits/wlroots: add Xwayland HiDPI scaling support
See https://github.com/swaywm/wlroots/pull/2064#issuecomment-622647075
|
Fri, 27 Mar 2020
|
[ 23:34 jbeich ]
x11-toolkits/wlroots: aarch64 still needs LLD workaround
|
Tue, 10 Mar 2020
|
[ 14:31 jbeich ]
x11-toolkits/wlroots: update to 0.10.1
Changes: https://github.com/swaywm/wlroots/releases/tag/0.10.1
Changes: https://github.com/swaywm/wlroots/compare/0.10.0...0.10.1
Reported by: GitHub (watch releases)
|
Wed, 4 Mar 2020
|
[ 10:02 jbeich ]
x11-toolkits/wlroots: fix server-side cursor icon
On Sway switching to an empty workspace would revert cursor to default theme.
Reported by: raichoo
|
Fri, 28 Feb 2020
|
[ 11:26 manu ]
x11-toolkits/wlroots: Add mesa-dri to RUN_DEPEND
wlroots will try to create a GBM device and this need the gbm drivers from
mesa.
Fixes running any wayland compositor depending on wlroots on a fresh install.
Example:
$ pkg install sway alacritty
$ sway
gbm: failed to open any driver (search paths /usr/local/lib/dri)
gbm: Last dlopen error: Cannot open "/usr/local/lib/dri/i965_dri.so"
failed to load driver: i965
gbm: failed to open any driver (search paths /usr/local/lib/dri)
gbm: Last dlopen error: Cannot open "/usr/local/lib/dri/kms_swrast_dri.so"
failed to load driver: kms_swrast (Only the first 15 lines of the commit message are shown above )
|
Mon, 17 Feb 2020
|
[ 21:23 jbeich ]
x11-toolkits/wlroots: don't hardcode /dev/drm/0
Test independently from the next update to catch regressions early.
|
Sun, 9 Feb 2020
|
[ 22:22 jbeich ]
x11-toolkits/wlroots: switch to Xwayland snapshot
Improves stability with X11 applications on Sway.
|
Wed, 29 Jan 2020
|
[ 15:59 jbeich ]
x11-toolkits/wlroots: backport WLR_DRM_NO_MODIFIERS support
https://github.com/swaywm/wlroots/commit/2bdd1d0896cc broke KMS-based
screen capture e.g.,
$ sudo LIBVA_DRIVER_NAME=iHD ffmpeg -hide_banner \
-f kmsgrab -i - \
-vf hwmap=derive_device=vaapi,scale_vaapi=format=nv12 \
-c:v h264_vaapi \
output.mp4
[kmsgrab @ 0x81098b000] Using plane 30 to locate framebuffers.
[kmsgrab @ 0x81098b000] Failed to get framebuffer 131: Invalid argument.
pipe:: Invalid argument
To make it work again define WLR_DRM_NO_MODIFIERS=1 via environ(7)
before starting a wlroots-based compositor.
|
Thu, 23 Jan 2020
|
[ 16:19 jbeich ]
x11-toolkits/wlroots: unbreak CONSOLEKIT after r523838
===> Applying distribution patches for wlroots-0.10.0
1 out of 2 hunks failed--saving rejects to meson.build.rej
Submitted by: Greg V
|
Wed, 22 Jan 2020
|
[ 20:16 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
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)
|
Mon, 6 Jan 2020
|
[ 14:13 jbeich ]
x11-toolkits/wlroots: update to 0.9.1
Changes: https://github.com/swaywm/wlroots/releases/tag/0.9.1
Reported by: GitHub (watch releases)
|
Thu, 2 Jan 2020
|
[ 21:31 jbeich ]
x11-toolkits/wlroots: unbreak nesting after r521656
An example affected use case would be running Cage on Sway in order to
contain multiple fullscreen/kiosk Firefox instances, capitalizing
on minimalistic UI.
|
Wed, 1 Jan 2020
|
[ 00:30 jbeich ]
x11-toolkits/wlroots: unbreak CONSOLEKIT after r521656
===> Applying distribution patches for wlroots-0.9.0
No such line 52 in input file, ignoring
1 out of 1 hunks failed--saving rejects to backend/meson.build.rej
1 out of 4 hunks failed--saving rejects to meson.build.rej
Submitted by: Greg V
|
Tue, 31 Dec 2019
|
[ 21:11 jbeich ] (Only the first 10 of 12 ports in this commit are shown above. )
x11-toolkits/wlroots: update to 0.9.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.9.0
Reported by: GitHub (watch releases)
|
Sun, 22 Dec 2019
|
[ 19:52 jbeich ]
x11-toolkits/wlroots: backport fix for TTY > 10
$ sway -d
[...]
[sway/server.c:39] Preparing Wayland server initialization
[backend/session/direct-freebsd.c:159] Using tty /dev/ttyv10
[backend/session/direct-freebsd.c:163] Cannot open tty: No such file or
directory
[backend/session/session.c:96] Failed to load session backend
[backend/backend.c:321] Failed to start a DRM session
[backend/noop/backend.c:51] Creating noop backend
[sway/server.c:46] Unable to create backend
PR: 242801
Submitted by: Ting-Wei Lan
|
Thu, 7 Nov 2019
|
[ 18:36 zeising ] (Only the first 10 of 432 ports in this commit are shown above. )
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.
|
Mon, 7 Oct 2019
|
[ 20:35 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)
|
[ 13:38 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)
|
Tue, 27 Aug 2019
|
[ 13:05 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)
|
Fri, 2 Aug 2019
|
[ 04:33 jbeich ]
x11-toolkits/wlroots: add CONSOLEKIT option
Allows to avoid root and direct session bugs. Upstream wants a more
lightweight solution but when that will materialize isn't clear.
Requires D18754 at runtime.
|
[ 04:32 jbeich ]
x11-toolkits/wlroots: phase out LLD_UNSAFE
-CURRENT/-STABLE snapshots with Clang/LLD 7.0.* are already EOL i.e.,
not worth maintaining conditionals for.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Fri, 3 May 2019
|
[ 16:41 jbeich ]
x11-toolkits/wlroots: update to 0.6.0
Changes: https://github.com/swaywm/wlroots/releases/tag/0.6.0
|
Mon, 11 Mar 2019
|
[ 17:47 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
|
Thu, 28 Feb 2019
|
[ 00:57 jbeich ]
x11-toolkits/wlroots: update to 0.4.1 (nop)
Changes: https://github.com/swaywm/wlroots/releases/tag/0.4.1
|
Tue, 26 Feb 2019
|
[ 00:22 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
|
Mon, 25 Feb 2019
|
[ 22:07 jbeich ] (Only the first 10 of 11 ports in this commit are shown above. )
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
|
Sun, 3 Feb 2019
|
[ 15:00 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
|
Fri, 1 Feb 2019
|
[ 23:43 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
|
Wed, 30 Jan 2019
|
[ 17:18 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
|
Tue, 29 Jan 2019
|
[ 00:47 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
|
Mon, 28 Jan 2019
|
[ 21:46 jbeich ]
x11-toolkits/wlroots: drop xkeyboard-config dependency after r490981
wlroots unlike sway doesn't require working keyboard input but both
expect xkb_context_new(XKB_CONTEXT_NO_FLAGS) to just work.
|
Sat, 26 Jan 2019
|
[ 00:43 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
|
Thu, 24 Jan 2019
|
[ 00:14 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
|
Tue, 22 Jan 2019
|
[ 00:42 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
|
Sat, 19 Jan 2019
|
[ 00:32 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
|
Wed, 16 Jan 2019
|
[ 19:17 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
|
Tue, 15 Jan 2019
|
[ 00:52 jbeich ] (Only the first 10 of 16 ports in this commit are shown above. )
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
|
Mon, 7 Jan 2019
|
[ 06:41 jbeich ]
x11-toolkits/wlroots: improve error messages
|
[ 05:07 jbeich ]
x11-toolkits/wlroots: add missing runtime dependencies
[xwayland/xwayland.c:141] failed to exec Xwayland: No such file or directory
xkbcommon: ERROR: failed to add default include path /usr/local/share/X11/xkb
[rootston/keyboard.c:421] Cannot create XKB context
[rootston/seat.c:660] could not allocate keyboard for seat
|
Sun, 6 Jan 2019
|
[ 13:28 jbeich ] (Only the first 10 of 19 ports in this commit are shown above. )
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/
|
Number of commits found: 94 |