notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: x11-wm/swayfx/distinfo

Number of commits found: 6

Saturday, 29 Jul 2023
17:46 Jan Beich (jbeich) search for other commits by this committer
x11-wm/swayfx: unbreak with wlroots/X11=off after e83c39ced11e

../sway/tree/root.c:63:7: error: implicit declaration of function
'wlr_surface_is_xwayland_surface' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
                if (wlr_surface_is_xwayland_surface(con->view->surface)) {
                    ^
../sway/tree/root.c:63:7: note: did you mean 'wlr_surface_is_layer_surface'?
/usr/local/include/wlr/types/wlr_layer_shell_v1.h:144:6: note:
'wlr_surface_is_layer_surface' declared here
bool wlr_surface_is_layer_surface(struct wlr_surface *surface);
     ^
../sway/tree/root.c:64:44: error: implicit declaration of function
'wlr_xwayland_surface_from_wlr_surface' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
                        struct wlr_xwayland_surface *xsurface =
wlr_xwayland_surface_from_wlr_surface(con->view->surface);
                                                                ^
../sway/tree/root.c:64:44: note: did you mean
'wlr_xdg_surface_from_wlr_surface'?
/usr/local/include/wlr/types/wlr_xdg_shell.h:494:25: note:
'wlr_xdg_surface_from_wlr_surface' declared here
struct wlr_xdg_surface *wlr_xdg_surface_from_wlr_surface(
                        ^
../sway/tree/root.c:64:33: error: incompatible integer to pointer conversion
initializing 'struct wlr_xwayland_surface *' with an expression of type 'int'
[-Werror,-Wint-conversion]
                        struct wlr_xwayland_surface *xsurface =
wlr_xwayland_surface_from_wlr_surface(con->view->surface);
                                                     ^         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../sway/tree/root.c:65:4: error: implicit declaration of function
'wlr_xwayland_surface_set_minimized' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
                        wlr_xwayland_surface_set_minimized(xsurface, minimize);
                        ^
commit hash: af7f9d91cd35e4dbdce78c18734b073bcd435368 commit hash: af7f9d91cd35e4dbdce78c18734b073bcd435368 commit hash: af7f9d91cd35e4dbdce78c18734b073bcd435368 commit hash: af7f9d91cd35e4dbdce78c18734b073bcd435368 af7f9d9
Friday, 7 Jul 2023
04:44 Jan Beich (jbeich) search for other commits by this committer
x11-wm/swayfx: update to 0.3.2

Changes:	https://github.com/WillPower3309/swayfx/releases/tag/0.3.2
Reported by:	GitHub (watch releases)
commit hash: 012110c0e6aabe58f283aee03d60c7fa2f119d22 commit hash: 012110c0e6aabe58f283aee03d60c7fa2f119d22 commit hash: 012110c0e6aabe58f283aee03d60c7fa2f119d22 commit hash: 012110c0e6aabe58f283aee03d60c7fa2f119d22 012110c0
Saturday, 3 Jun 2023
00:39 Jan Beich (jbeich) search for other commits by this committer
x11-wm/swayfx: update to 0.3.1

Changes:	https://github.com/WillPower3309/swayfx/releases/tag/0.3.1
Reported by:	GitHub (watch releases)
commit hash: 643ea70a5a35b9bfc865807b5ca1e9feb863ac2e commit hash: 643ea70a5a35b9bfc865807b5ca1e9feb863ac2e commit hash: 643ea70a5a35b9bfc865807b5ca1e9feb863ac2e commit hash: 643ea70a5a35b9bfc865807b5ca1e9feb863ac2e 643ea70
Sunday, 21 May 2023
05:32 Jan Beich (jbeich) search for other commits by this committer
x11-wm/swayfx: update to 0.3

Changes:	https://github.com/WillPower3309/swayfx/releases/tag/0.3
Reported by:	GitHub (watch releases)
commit hash: e83c39ced11ec2575000176d7b682b16e7ffbd35 commit hash: e83c39ced11ec2575000176d7b682b16e7ffbd35 commit hash: e83c39ced11ec2575000176d7b682b16e7ffbd35 commit hash: e83c39ced11ec2575000176d7b682b16e7ffbd35 e83c39c
Monday, 27 Mar 2023
09:48 Emmanuel Vadot (manu) search for other commits by this committer
x11-wm/sway: unbreak build after 42a49699a75e

../sway/ipc-json.c:898:11: error: enumeration value
'LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM' not handled in switch [-Werror,-Wswitch]

switch (libinput_device_config_accel_get_profile(device)) {
        ^

Reviewed by:	jbeich
Approved by:	jbeich
Differential Revision:	https://reviews.freebsd.org/D39280
Sponsored by:	Beckhoff Automation GmbH & Co. KG
commit hash: 81d1e36287226ee81dd294e0522dc2863d34904c commit hash: 81d1e36287226ee81dd294e0522dc2863d34904c commit hash: 81d1e36287226ee81dd294e0522dc2863d34904c commit hash: 81d1e36287226ee81dd294e0522dc2863d34904c 81d1e36
Saturday, 11 Mar 2023
05:05 Jan Beich (jbeich) search for other commits by this committer
x11-wm/swayfx: add new port

Sway is an incredible window manager, and certainly one of the most
well established wayland window managers. However, it is restricted to
only include the functionality that existed in i3. This fork ditches
the simple wlr_renderer, and replaces it with our fx_renderer, capable
of rendering with fancy GLES2 effects. This, along with a couple of
minor changes, expands sway's featureset to include the following:

+ Anti-aliased rounded corners, borders, and titlebars
+ Shadows
+ Dim unfocused windows
+ Per application saturation control: Allows the user to set the
  saturation (Digital Vibrance) for specific applications. Great for
  some FPS games!
+ Scratchpad treated as minimize: Allows docks, or panels with a
  taskbar, to correctly interpret minimize / unminimize requests

https://github.com/WillPower3309/swayfx/
commit hash: 6feac27b7b1c271e52540d2e01d5a35b1d80095c commit hash: 6feac27b7b1c271e52540d2e01d5a35b1d80095c commit hash: 6feac27b7b1c271e52540d2e01d5a35b1d80095c commit hash: 6feac27b7b1c271e52540d2e01d5a35b1d80095c 6feac27

Number of commits found: 6