aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/sway
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* wayland: add wayland virtual categoryBaptiste Daroussin2022-07-011-1/+1
|
* x11-wm/sway-devel: add new portJan Beich2022-06-241-0/+2
| | | | | Mainly useful for testing bleeding edge wlroots co-installed under non-default PREFIX due to many API-breaking changes.
* x11-wm/sway: update to 1.7Jan Beich2022-01-232-4/+4
| | | | | | 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)
* x11-wm/sway: update to 1.7.r3Jan Beich2022-01-162-4/+4
| | | | | Changes: https://github.com/swaywm/sway/releases/tag/1.7-rc3 Reported by: GitHub (watch releases)
* x11-wm/sway: update to 1.7.r2Jan Beich2022-01-092-4/+4
| | | | | Changes: https://github.com/swaywm/sway/releases/tag/1.7-rc2 Reported by: GitHub (watch releases)
* x11-wm/sway: update to 1.7.r1Jan Beich2021-12-232-60/+5
| | | | | Changes: https://github.com/swaywm/sway/releases/tag/1.7-rc1 Reported by: GitHub (watch releases)
* x11-wm/sway: unbreak workspace switching after 2af7805da5c5Jan Beich2021-12-172-4/+4
| | | | | | | | | | | | | | 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);
* x11-toolkits/wlroots: update to 0.15.0Jan Beich2021-12-172-2/+50
| | | | | Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.15.0 Reported by: upstream (tracking bug)
* x11-wm/sway: update wlroots + X11 HiDPI link after bfe5bc8c7a56Jan Beich2021-11-011-1/+1
|
* x11-wm/sway: unbreak build with Clang 13Evgeniy Khramtsov2021-10-012-1/+4
| | | | | | | | ../sway/commands.c:470:23: error: variable 'context' set but not used [-Werror,-Wunused-but-set-variable] enum command_context context = 0; ^ PR: 258813
* sysutils/seatd: drop SUID option after b8a20cd29e54Jan Beich2021-09-122-7/+4
| | | | | | | 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.
* x11-wm/sway: update to 1.6.1Jan Beich2021-06-242-20/+4
| | | | | Changes: https://github.com/swaywm/sway/releases/tag/1.6.1 Reported by: GitHub (watch releases)
* x11-wm/sway: backport Vulkan fixJan Beich2021-06-232-1/+4
| | | | | | | | $ 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
* x11-toolkits/wlroots: update to 0.14.0Jan Beich2021-06-232-2/+17
| | | | | Changes: https://github.com/swaywm/wlroots/releases/tag/0.14.0 Reported by: GitHub (watch releases)
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-0/+1
| | | | | | | | | | 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
* x11-wm/sway: update to 1.6Jan Beich2021-04-072-44/+5
| | | | | | Changes: https://github.com/swaywm/sway/releases/tag/1.6 Reported by: GitHub (watch releases) Tested by: Evgeniy Khramtsov (via CFT on x11@ list)
* x11-toolkits/wlroots: update to 0.13.0Jan Beich2021-04-072-2/+29
| | | | | | 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)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11-wm/sway: unbreak fetchJan Beich2021-04-061-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ 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 -index 6ca269231..1c4218c44 100644 +index 6ca2692317..1c4218c444 100644 -index 000000000..e6efe3edd +index 0000000000..e6efe3edd3 -index 000000000..8dc47434a +index 0000000000..8dc47434a2 -index 000000000..a9374a802 +index 0000000000..a9374a8025 -index 000000000..f462fea5d +index 0000000000..f462fea5de -index fe811d273..60ece5168 100644 +index fe811d273f..60ece51687 100644 -index 2554d0e46..10954413a 100644 +index 2554d0e468..10954413af 100644 -index 226e6458f..33773281e 100644 +index 226e6458f6..33773281e7 100644 -index 5248670db..0c580be5e 100644 +index 5248670db9..0c580be5e7 100644 -index 774cfc75f..acc8d1ac9 100644 +index 774cfc75f4..acc8d1ac95 100644 -index 4c58c4526..ee2fdaaa9 100644 +index 4c58c45269..ee2fdaaa92 100644 -index dfe1900ee..ad47a9c9b 100644 +index dfe1900ee4..ad47a9c9bd 100644 -index 8958b69aa..b5df0025a 100644 +index 8958b69aad..b5df0025ad 100644 -index ee2fdaaa9..9842d78ad 100644 +index ee2fdaaa92..9842d78ad9 100644 -index d3667acfd..66c6d2680 100644 +index d3667acfd9..66c6d2680f 100644 -index 469145ae6..9feb3cd2d 100644 +index 469145ae63..9feb3cd2d0 100644 -index b5df0025a..a64cd9c8b 100644 +index b5df0025ad..a64cd9c8b3 100644 -index 9842d78ad..38a556782 100644 +index 9842d78ad9..38a5567825 100644 -index 66c6d2680..e36900b67 100644 +index 66c6d2680f..e36900b673 100644 -index a64cd9c8b..d2e80a6d4 100644 +index a64cd9c8b3..d2e80a6d47 100644
* sysutils/basu: move to devel/ where dbus isJan Beich2020-12-261-1/+1
| | | | Notes: svn path=/head/; revision=559264
* x11-wm/sway: enable tray in swaybarJan Beich2020-12-212-2/+20
| | | | Notes: svn path=/head/; revision=558826
* x11-wm/sway: update to 1.5.1Jan Beich2020-11-102-8/+4
| | | | | | | | Changes: https://github.com/swaywm/sway/releases/tag/1.5.1 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=554847
* x11-toolkits/wlroots: update to 0.12.0Jan Beich2020-11-082-2/+5
| | | | | | | | Changes: https://github.com/swaywm/wlroots/releases/tag/0.12.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=554475
* x11-wm/sway: clarify SUIDJan Beich2020-10-281-1/+1
| | | | Notes: svn path=/head/; revision=553545
* Bump portrevision for devel/evdev-protoNiclas Zeising2020-09-281-0/+1
| | | | | | | | Bump portrevision on everything with a build dependency on devel/evdev-proto, to chace the update of evdev-proto in r550442. Notes: svn path=/head/; revision=550443
* x11-wm/sway: update to 1.5Jan Beich2020-07-153-27/+4
| | | | | | | | Changes: https://github.com/swaywm/sway/releases/tag/1.5 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=542296
* x11-toolkits/wlroots: update to 0.11.0Jan Beich2020-07-152-2/+23
| | | | | | | | Changes: https://github.com/swaywm/wlroots/releases/tag/0.11.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=542295
* UCLify pkg-message in my portsJan Beich2020-07-011-0/+6
| | | | Notes: svn path=/head/; revision=541000
* x11-wm/sway: advertise r535134Jan Beich2020-06-071-0/+3
| | | | Notes: svn path=/head/; revision=538139
* Bump PORTREVISION for devel/json-c json-cSunpoet Po-Chuan Hsieh2020-05-221-1/+1
| | | | Notes: svn path=/head/; revision=536219
* x11-wm/sway: unbreak X11=off build after r535134Jan Beich2020-05-162-0/+3
| | | | | | | | | | | | | | | | | | | | | | ../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 Notes: svn path=/head/; revision=535505
* x11-toolkits/wlroots: add Xwayland HiDPI scaling supportJan Beich2020-05-132-0/+6
| | | | | | | See https://github.com/swaywm/wlroots/pull/2064#issuecomment-622647075 Notes: svn path=/head/; revision=535134
* x11-wm/sway: update to 1.4Jan Beich2020-01-224-19/+7
| | | | | | | | | | 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) Notes: svn path=/head/; revision=523839
* x11-toolkits/wlroots: update to 0.10.0Jan Beich2020-01-222-1/+13
| | | | | | | | | | 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) Notes: svn path=/head/; revision=523838
* x11-wm/sway: update to 1.3.r3Jan Beich2020-01-152-4/+4
| | | | | | | | Changes: https://github.com/swaywm/sway/releases/tag/1.3-rc3 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=523173
* x11-wm/sway: update to 1.3.r2Jan Beich2020-01-082-4/+4
| | | | | | | | Changes: https://github.com/swaywm/sway/releases/tag/1.3-rc2 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=522431
* x11-wm/sway: fix required wlroots versionJan Beich2020-01-031-1/+1
| | | | | | | | | | | | 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'. Notes: svn path=/head/; revision=521921
* x11-wm/sway: update to 1.3.r1Jan Beich2019-12-313-206/+7
| | | | | | | | Changes: https://github.com/swaywm/sway/releases/tag/1.3-rc1 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=521657
* x11-toolkits/wlroots: update to 0.9.0Jan Beich2019-12-312-1/+200
| | | | | | | | Changes: https://github.com/swaywm/wlroots/releases/tag/0.9.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=521656
* Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-071-1/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=517000
* x11-toolkits/wlroots: update to 0.8.1Jan Beich2019-10-071-1/+1
| | | | | | | | Changes: https://github.com/swaywm/wlroots/releases/tag/0.8.1 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=513996
* x11-toolkits/wlroots: update to 0.8.0Jan Beich2019-10-071-1/+1
| | | | | | | | Changes: https://github.com/swaywm/wlroots/releases/tag/0.8.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=513946
* x11-toolkits/wlroots: update to 0.7.0Jan Beich2019-08-271-0/+1
| | | | | | | | Changes: https://github.com/swaywm/wlroots/releases/tag/0.7.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=510012
* x11-wm/sway: update to 1.2Jan Beich2019-08-272-4/+4
| | | | | | | | | 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) Notes: svn path=/head/; revision=510011
* x11-wm/sway: update to 1.2.r2Jan Beich2019-08-202-4/+4
| | | | | | | | Changes: https://github.com/swaywm/sway/releases/tag/1.2-rc2 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=509416
* x11-wm/sway: update to 1.2.r1Jan Beich2019-08-093-5/+5
| | | | | | | | Changes: https://github.com/swaywm/sway/releases/tag/1.2-rc1 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=508425
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372