1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11
Jan Beich 41c988ba8e x11/eww: unbreak build after 6b9789547d
error[E0557]: feature has been removed
 --> crates/simplexpr/src/lib.rs:3:12
  |
3 | #![feature(box_syntax)]
  |            ^^^^^^^^^^ feature has been removed
  |
  = note: replaced with `#[rustc_box]`

error: `box_syntax` has been removed
  --> crates/simplexpr/src/eval.rs:72:58
   |
72 |             BinOp(span, box a, op, box b) => BinOp(span, box a.try_map_var_refs(f)?, op, box b.try_map_var_refs(f)?),
   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: use `Box::new()` instead
   |
72 |             BinOp(span, box a, op, box b) => BinOp(span, Box::new(a.try_map_var_refs(f)?), op, box b.try_map_var_refs(f)?),
   |                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

error: `box_syntax` has been removed
  --> crates/simplexpr/src/eval.rs:72:90
   |
72 |             BinOp(span, box a, op, box b) => BinOp(span, box a.try_map_var_refs(f)?, op, box b.try_map_var_refs(f)?),
   |                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: use `Box::new()` instead
   |
72 |             BinOp(span, box a, op, box b) => BinOp(span, box a.try_map_var_refs(f)?, op, Box::new(b.try_map_var_refs(f)?)),
   |                                                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

error: `box_syntax` has been removed
  --> crates/simplexpr/src/eval.rs:74:59
   |
74 |             UnaryOp(span, op, box a) => UnaryOp(span, op, box a.try_map_var_refs(f)?),
   |                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: use `Box::new()` instead
   |
74 |             UnaryOp(span, op, box a) => UnaryOp(span, op, Box::new(a.try_map_var_refs(f)?)),
   |                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

error: `box_syntax` has been removed
  --> crates/simplexpr/src/eval.rs:76:30
   |
76 |                 IfElse(span, box a.try_map_var_refs(f)?, box b.try_map_var_refs(f)?, box c.try_map_var_refs(f)?)
   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: use `Box::new()` instead
   |
76 |                 IfElse(span, Box::new(a.try_map_var_refs(f)?), box b.try_map_var_refs(f)?, box c.try_map_var_refs(f)?)
   |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

error: `box_syntax` has been removed
  --> crates/simplexpr/src/eval.rs:76:58
   |
76 |                 IfElse(span, box a.try_map_var_refs(f)?, box b.try_map_var_refs(f)?, box c.try_map_var_refs(f)?)
   |                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: use `Box::new()` instead
   |
76 |                 IfElse(span, box a.try_map_var_refs(f)?, Box::new(b.try_map_var_refs(f)?), box c.try_map_var_refs(f)?)
   |                                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

error: `box_syntax` has been removed
  --> crates/simplexpr/src/eval.rs:76:86
   |
76 |                 IfElse(span, box a.try_map_var_refs(f)?, box b.try_map_var_refs(f)?, box c.try_map_var_refs(f)?)
   |                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: use `Box::new()` instead
   |
76 |                 IfElse(span, box a.try_map_var_refs(f)?, box b.try_map_var_refs(f)?, Box::new(c.try_map_var_refs(f)?))
   |                                                                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

error: `box_syntax` has been removed
  --> crates/simplexpr/src/eval.rs:78:64
   |
78 |             JsonAccess(span, box a, box b) => JsonAccess(span, box a.try_map_var_refs(f)?, box b.try_map_var_refs(f)?),
   |                                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: use `Box::new()` instead
   |
78 |             JsonAccess(span, box a, box b) => JsonAccess(span, Box::new(a.try_map_var_refs(f)?), box b.try_map_var_refs(f)?),
   |                                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

error: `box_syntax` has been removed
  --> crates/simplexpr/src/eval.rs:78:92
   |
78 |             JsonAccess(span, box a, box b) => JsonAccess(span, box a.try_map_var_refs(f)?, box b.try_map_var_refs(f)?),
   |                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
help: use `Box::new()` instead
   |
78 |             JsonAccess(span, box a, box b) => JsonAccess(span, box a.try_map_var_refs(f)?, Box::new(b.try_map_var_refs(f)?)),
   |                                                                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2023-06-11 13:22:58 +00:00
..
3ddesktop
9box
9menu
aclip audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
admiral lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
alacritty lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
albert audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
alttab
aminal all: Bump PORTREVISION after lang/go{119,120} update 2023-04-08 10:13:25 -05:00
antimicro
appmenu-registrar
appres
apwal
arandr
arcan-trayicon audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
aterm
autorandr
babl x11/babl: update to 0.1.106 release (+) 2023-05-20 00:40:16 +03:00
bbappconf
bbdock
bbrun
beforelight
bemenu x11/bemenu: update to 0.6.14 2023-04-25 15:04:56 +02:00
bgrot
bgs
bitmap
bmpanel2
brisk-menu
budgie audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
budgie-desktop x11/budgie-desktop: update to 10.7.2 2023-05-22 08:45:56 +02:00
budgie-screensaver
cde
cde-24
cde-25
cde-devel x11/cde-devel: Fix build due to missing dependency 2023-04-17 16:04:05 -07:00
cinnamon x11/cinnamon: fix packaging (+) 2023-06-07 17:45:11 +03:00
cinnamon-desktop audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
cinnamon-menus
cinnamon-screensaver audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
cinnamon-session
cl-clx
cl-clx-sbcl */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2023-06-08 10:17:39 +02:00
clipcat lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
cliphist ASCII'ze port descriptions which were (ab)using UTF-8 punctuation 2023-05-09 10:20:52 +00:00
clipman x11/clipman: update to 1.6.2 2023-04-22 00:36:46 +00:00
compton-conf x11/compton-conf: unbreak after 020693c166 2023-04-12 21:17:08 +00:00
conlecterm x11/conlecterm: Fix build with new GHC. 2023-05-27 11:44:42 +03:00
controllermap x11/controllermap: update to 2.26.5 2023-04-15 17:29:48 +00:00
cool-retro-term
coreterminal
deforaos-desktop audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
deforaos-keyboard
deforaos-libdesktop
deforaos-locker
deforaos-panel x11/deforaos-panel: Mark DEPRECATED 2023-05-18 20:10:20 +02:00
deskmenu
disman
dmenu
dmenu2 *: regular cleanup for GH_TAGNAME bad usage 2023-05-24 18:34:10 +02:00
docker-tray
dsbautostart
dsbxinput audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
dwmblocks
dxpc
dzen2
eaglemode graphics/poppler: bump dependencies 2023-05-14 07:58:14 +02:00
editres
elementary-terminal
emprint audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
erun audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
eterm
evilvte
evtest
eww x11/eww: unbreak build after 6b9789547d 2023-06-11 13:22:58 +00:00
fbdesk
fbpanel
find-cursor
fireflies
florence
flruler
fnott
foot
fpc-x11
fstobdf
fuzzel
gdm x11/gdm: fix build after d9aa7a9929 2023-05-20 13:07:19 +02:00
glcapsviewer
gmrun
gnome audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
gnome-clipboard-daemon
gnome-console devel/icu: update to 73.1 2023-04-13 00:56:37 +00:00
gnome-desktop
gnome-menus
gnome-pie audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
gnome-session
gnome-shell audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
gnome-shell-extensions audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
gnome-terminal audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
gnustep-app x11/gnustep-app: unbundle expired graphics/camera 2023-05-08 21:44:56 +02:00
grabc
grim
grimshot x11/grimshot: drop maintainership 2023-05-04 05:00:24 +00:00
gromit x11/gromit: Fix build on llvm15 2023-06-05 20:09:00 +02:00
gromit-mpx x11/gromit-mpx: revert incomplete gtk3/X11=off 2023-06-04 12:53:55 +00:00
gskrab audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
gstreamer1-plugins-x
gstreamer1-plugins-ximagesrc
gtk-app-menu
gtk-theme-switch2
gtkchtheme
gtkterm2
guake audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
gxkb
habak x11/habak: New port: Background changing app 2023-05-06 10:58:38 +02:00
hamclock
hhpc
hs-xmobar x11/hs-xmobar: Actually unbreak the port. 2023-06-07 22:01:44 +03:00
hsetroot
hybrid-bar lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
hyprland-share-picker x11/xdg-desktop-portal-hyprland: update to 0.4.0 2023-05-30 00:58:32 +00:00
hyprpaper x11/hyprpaper: update to 0.3.0 2023-05-30 00:58:31 +00:00
hyprpicker x11/hyprpicker: update to 0.1.1 2023-05-30 00:58:30 +00:00
i3blocks
i3lock-color *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
iceauth
ico
idesk
imwheel
innerspace audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
inputplug lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
j4-dmenu-desktop
jbxvt
jgmenu
kanshi
kb2mb2
kde5 audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
kde-baseapps audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
kdisplay audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
keybinder
keybinder-gtk3
keyboardcast
keynav
kf5-frameworkintegration KDE: Update KDE Frameworks to 5.106 2023-05-17 07:57:51 +02:00
kf5-frameworks audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
kf5-kactivities KDE: Update KDE Frameworks to 5.106 2023-05-17 07:57:51 +02:00
kf5-kactivities-stats KDE: Update KDE Frameworks to 5.106 2023-05-17 07:57:51 +02:00
kf5-kded KDE: Update KDE Frameworks to 5.106 2023-05-17 07:57:51 +02:00
kf5-kdelibs4support KDE: Update KDE Frameworks to 5.106 2023-05-17 07:57:51 +02:00
kf5-kglobalaccel KDE: Update KDE Frameworks to 5.106 2023-05-17 07:57:51 +02:00
kf5-kinit KDE: Update KDE Frameworks to 5.106 2023-05-17 07:57:51 +02:00
kf5-krunner KDE: Update KDE Frameworks to 5.106 2023-05-17 07:57:51 +02:00
kf5-kwayland KDE: Update KDE Frameworks to 5.106 2023-05-17 07:57:51 +02:00
kf5-kwindowsystem KDE: Update KDE Frameworks to 5.106 2023-05-17 07:57:51 +02:00
kf5-plasma-framework KDE: Update KDE Frameworks to 5.106 2023-05-17 07:57:51 +02:00
kickoff lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
kitty x11/kitty: Fix build/pkg-plist 2023-05-18 10:17:17 +02:00
konsole KDE: Update KDE Gear to 23.04.1 2023-05-14 07:58:43 +02:00
lavalauncher x11/lavalauncher: drop maintainership 2023-05-04 05:00:25 +00:00
lemonbar
lemonbar-xft
libclipboard
libei x11/libei: drop unused dependency after 18ee3527a1 2023-06-08 01:03:36 +00:00
libexo
libfakekey
libfm
libfm-extra
libfm-qt x11/libfm-qt: unbreak after 020693c166 2023-04-10 09:58:57 +00:00
libgnomekbd
libICE
libinput x11/libinput: drop non-leaf from wayland category 2023-05-17 18:26:52 +00:00
libmatekbd
libSM
libsx */*: llvm15 build fixes 2023-05-17 18:30:15 +02:00
libsynaptics
libwacom
libX11
libXau
libxcb
libXcm
libXcomposite
libXcursor
libxcvt
libXdamage
libxdg-basedir
libXdmcp
libXext
libxfce4menu x11/libxfce4menu: Update to 4.18.4 2023-05-23 09:45:19 +02:00
libxfce4util
libXfixes
libXi
libXinerama
libxkbcommon x11/libxkbcommon: drop non-leaf from wayland category 2023-05-17 18:27:46 +00:00
libxkbfile
libxklavier
libXpm
libXpresent
libXrandr
libXrender
libXres
libXScrnSaver
libxshmfence
libXtst
libXv
libXvMC
libXxf86dga
libXxf86vm
lightdm
lightdm-gtk-greeter
lightdm-gtk-greeter-settings
lilyterm
linux-c7-libxkbcommon
linux-c7-pixman
linux-c7-xcb-util
linux-c7-xcb-util-image
linux-c7-xcb-util-keysyms
linux-c7-xorg-libs
linux-nvidia-libs x11/nvidia-driver, x11/linux-nvidia-libs: update to 525.116.03 2023-05-12 21:52:10 -07:00
linux-nvidia-libs-304
linux-nvidia-libs-340
linux-nvidia-libs-390
linux-nvidia-libs-470
listres
lsw
luit
lumina audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
lumina-core audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
lumina-coreutils
lupe
lxde-meta
lxhotkey
lxmenu-data
lxpanel
lxqt-about x11/lxqt-about: unbreak after 020693c166 2023-04-10 09:58:57 +00:00
lxqt-globalkeys x11/lxqt-globalkeys: unbreak after 020693c166 2023-04-10 09:58:57 +00:00
lxqt-runner x11/lxqt-runner: unbreak after 020693c166 2023-04-12 21:17:10 +00:00
lxrandr
ly x11/ly: update to 0.5.3, take maintainership 2023-04-07 13:11:17 +02:00
mako x11/mako: update to 1.8.0 2023-06-01 10:49:07 +00:00
mate audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
mate-applet-appmenu
mate-applets
mate-base audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
mate-desktop
mate-dock-applet
mate-menus
mate-panel
mate-screensaver
mate-session-manager
mate-terminal
menu-cache
menulibre x11/menulibre: Update to 2.3.1 2023-05-04 19:10:03 +02:00
metalock
mkcomposecache
mlterm x11/mlterm: Update to 3.9.3 2023-04-08 21:30:20 +09:00
mons x11/mons: the port had been improved (+) 2023-05-12 08:21:46 +00:00
mrxvt
mrxvt-devel
multi-aterm x11/multi-aterm: Fix build on llvm15 2023-06-05 16:23:45 +02:00
mxascii
mxico
nezd
nfy
numlockx
nvidia-driver x11/nvidia-driver: unbreak the build of two legacy driver versions 2023-05-29 10:05:20 +00:00
nvidia-driver-304
nvidia-driver-340
nvidia-driver-390
nvidia-driver-470
nvidia-hybrid-graphics
nvidia-secondary-driver
nvidia-secondary-driver-390
nvidia-settings
nvidia-xconfig x11/nvidia-xconfig: update the port to version 525.116.04 2023-05-15 10:19:30 +00:00
nwg-bar x11/nwg-bar: update to 0.1.3 2023-04-12 00:22:01 +00:00
nwg-dock x11/nwg-dock: update to 0.3.4 2023-05-17 00:01:28 +00:00
nwg-drawer all: Bump PORTREVISION after lang/go{119,120} update 2023-04-08 10:13:25 -05:00
nwg-launchers
nwg-look x11/nwg-look: update to 0.2.2 2023-05-07 23:33:26 +00:00
nwg-menu all: Bump PORTREVISION after lang/go{119,120} update 2023-04-08 10:13:25 -05:00
nxcomp
openrgb
p5-Clipboard
p5-X11-GUITest
p5-X11-IdleTime
p5-X11-Protocol
p5-X11-Protocol-Other
p5-X11-Resolution
p5-X11-XCB
p5-X11-Xlib
p5-XTerm-Conf
pcdm
perwindowlayoutd
pipeglade
pixman
plank
plasma5-kactivitymanagerd KDE: KDE Plasma 5.27.5, Bugfix Release for May 2023-05-17 07:56:59 +02:00
plasma5-kgamma5 KDE: KDE Plasma 5.27.5, Bugfix Release for May 2023-05-17 07:56:59 +02:00
plasma5-kscreen KDE: KDE Plasma 5.27.5, Bugfix Release for May 2023-05-17 07:56:59 +02:00
plasma5-kwayland-integration KDE: KDE Plasma 5.27.5, Bugfix Release for May 2023-05-17 07:56:59 +02:00
plasma5-layer-shell-qt KDE: KDE Plasma 5.27.5, Bugfix Release for May 2023-05-17 07:56:59 +02:00
plasma5-libkscreen KDE: KDE Plasma 5.27.5, Bugfix Release for May 2023-05-17 07:56:59 +02:00
plasma5-plasma KDE: KDE Plasma 5.27.5, Bugfix Release for May 2023-05-17 07:56:59 +02:00
plasma5-plasma-bigscreen KDE: KDE Plasma 5.27.5, Bugfix Release for May 2023-05-17 07:56:59 +02:00
plasma5-plasma-desktop KDE: KDE Plasma 5.27.5, Bugfix Release for May 2023-05-17 07:56:59 +02:00
plasma5-plasma-integration KDE: KDE Plasma 5.27.5, Bugfix Release for May 2023-05-17 07:56:59 +02:00
plasma5-plasma-workspace KDE: KDE Plasma 5.27.5, Bugfix Release for May 2023-05-17 07:56:59 +02:00
plasma-wayland-protocols
pmenu
polybar audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
printscreen
py-autotiling
py-caffeine-ng audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
py-i3-quickterm
py-i3ipc
py-mouseinfo x11/py-mouseinfo: New port: application to display XY position and RGB color information 2023-04-26 15:32:07 -05:00
py-pyautogui x11/py-pyautogui: New port: lets Python control the mouse and keyboard, and other GUI automation tasks 2023-04-26 15:55:50 -05:00
py-pynput
py-pyscreenshot Mk/Uses/magick.mk: Bump all consumers 2023-04-30 13:10:42 +02:00
py-pyscreeze x11/py-pyscreeze: New port: cross-platform screenshot module for python 2023-04-26 15:36:41 -05:00
py-python-xapp
py-pyvirtualdisplay
py-screeninfo
py-xcffib
py-xdot *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
qimageblitz
qt5-qev
qt5-x11extras
qterminal x11/qterminal: unbreak after 020693c166 2023-04-10 09:59:03 +00:00
remontoire
rendercheck
rgb
rlaunch lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
rofi
rofi-calc x11/rofi-calc: update to 2.2.0 2023-04-30 20:41:42 +02:00
rofi-emoji x11/rofi-emoji: update to 3.2.0 2023-05-28 18:57:51 +02:00
rofi-file-browser-extended
rofi-pass
rofi-wayland
roxterm
rsibreak audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
rubygem-gnome x11/rubygem-gnome: Update to 4.1.7 2023-06-06 02:49:07 +08:00
runner
rxvt-unicode
sakura
salut lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
sbxkb
screen-message
screengrab x11/screengrab: unbreak after 020693c166 2023-04-10 09:59:03 +00:00
screenkey
scripts
sddm
sdwmbar
sessreg
setlayout
setxkbmap
sfwbar
shotman lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
showkeys
showmethekey
simplestroke
sirula lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
slick-greeter
slim
slock
slop devel/icu: update to 73.1 2023-04-13 00:56:37 +00:00
slurp
smproxy
somebar x11/somebar: add hook for out-of-tree patches 2023-06-10 23:13:39 +00:00
sprop
squeekboard x11/squeekboard: drop unused dependency after c77d062b30 2023-06-10 23:31:31 +00:00
srandrd
sselp
stalonetray
startup-notification
sterm
stjerm
swarp
sway-audio-idle-inhibit audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
swaybg
swayfloatingswitcher
swayidle
swayimg
swaylock
swaylock-effects
swaync x11/swaync: update to 0.9.0 2023-05-29 15:47:31 +00:00
swayr lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
swayrbar lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
swaysettings audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
sxhkd
sxmo-wayout x11/wayout-sxmo: rename to x11/sxmo-wayout 2023-04-06 03:41:07 +00:00
sxpc
tabbed
taiga x11/taiga: drop maintainership 2023-05-04 05:00:25 +00:00
temperature.app
terminal.app audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
terminator
terminology audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
thingylaunch
tilda
tilix *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
tint
tofi x11/tofi: update to 0.9.1 2023-04-10 08:56:48 +00:00
trayer
ulauncher
urxvt-font-size
urxvt-perls
vdesk
viewres
virglrenderer
virtboard
virtualgl x11/virtualgl: Adopt/Update to 3.1 2023-04-06 14:39:56 +01:00
wallutils x11/wallutils: drop maintainership 2023-05-04 05:00:28 +00:00
wapanel audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
way-displays x11/way-displays: update to 1.8.1 2023-05-09 03:18:54 +00:00
waybar x11/waybar: update to 0.9.18 2023-05-29 11:38:03 +00:00
wayidle lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
wayland-logout
waylock
wayout lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
wbar
wcm
wdisplays
wdm
wev
wezterm lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
wf-shell audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
wl-clipboard
wl-mirror
wlogout
wlr-randr
wlrctl x11/wlrctl: update to 0.2.2 2023-05-16 13:49:40 +00:00
wmappl
wmblob
wmbutton
wmcliphist
wmctrl
wmdrawer
wmenu
wmfocus lang/rust: Bump revisions after 1.70.0 2023-06-09 13:38:16 +02:00
wmsystemtray
wmutils-core
wmutils-opt
wob
wofi
workrave
wshowkeys
wtype
wvkbd x11/wvkbd: add hook for out-of-tree patches 2023-06-10 23:13:40 +00:00
x11perf
x3270 x11/x3270, net/c3270: Update to 4.2ga10 2023-06-05 11:51:55 -07:00
x-on-resize
xantfarm
xapp
xascii
xauth
xautolock
xautomation
xbacklight
xballoon
xbanish
xbiff
xbindkeys
xbitmaps
xbrightness
xcalc
xcalib
xcape
xcb
xcb-imdkit
xcb-proto
xcb-util
xcb-util-cursor
xcb-util-errors
xcb-util-image
xcb-util-keysyms
xcb-util-renderutil
xcb-util-wm
xcb-util-xrm
xclickroot
xclip
xclipboard
xcm
xcmd
xcmsdb
xcoloredit x11/xcoloredit: Fix LLVM15 error 2023-05-25 01:52:21 -07:00
xcolors
xconsole
xcursorgen
xcut
xdg-desktop-portal-gtk audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
xdg-desktop-portal-hyprland x11/xdg-desktop-portal-hyprland: update to 0.4.0 2023-05-30 00:58:32 +00:00
xdg-desktop-portal-wlr audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
xdialog
xditview
xdm
xdo
xdotool
xdpyinfo x11/xdpyinfo: Remove depend on libdmx 2023-04-25 16:10:05 +02:00
xdriinfo
xdtm */*: llvm15 build fixes 2023-05-17 18:30:15 +02:00
xedit
xev
xeyes
xf86dga
xfce4-appmenu-plugin
xfce4-clipman-plugin
xfce4-conf x11/xfce4-conf: Update to 4.18.1 2023-04-17 18:43:12 +02:00
xfce4-dashboard
xfce4-docklike-plugin
xfce4-goodies x11/xfce4-goodies: Add back xfce4-mixer as an option 2023-04-29 18:01:40 +02:00
xfce4-screensaver x11/xfce4-screensaver: Update to 4.18.2 2023-05-30 16:48:36 +02:00
xfce4-screenshooter-plugin x11/xfce4-screenshooter-plugin: Update to 1.10.4 2023-05-15 00:32:41 +02:00
xfce4-taskmanager
xfce4-terminal
xfce4-verve-plugin
xfce4-whiskermenu-plugin x11/xfce4-whiskermenu-plugin: Update to 2.7.3 2023-04-26 14:17:01 +02:00
xfce4-windowck-plugin
xfd
xfishtank
xforward
xgamma
xgc
xhost
xidle
xinit
xinput
xkb-switch
xkbcomp
xkbctrl
xkbevd
xkbind
xkbprint
xkbset
xkbutils
xkeyboard-config
xkeycaps
xkeywrap x11/xkeywrap: Work around LLVM15 build errors 2023-05-23 19:52:25 -07:00
xkill
xload
xloadimage
xlockmore Mk/Uses/magick.mk: Bump all consumers 2023-04-30 13:10:42 +02:00
xlogo
xlsatoms
xlsclients
xlupe *: regular cleanup for GH_TAGNAME bad usage 2023-05-24 18:34:10 +02:00
xmag
xman
xmangekyou
xmascot
xmenu
xmessage
xmh
xmodmap
xmore
xmotd
xmsg
xmx
xnee
xnotify x11/xnotify: add hook for out-of-tree patches 2023-06-10 23:13:40 +00:00
xob
xorg
xorg-apps
xorg-cf-files
xorg-docs
xorg-libraries x11/xorg-libraries: Remove depend on libdmx 2023-04-25 08:39:53 +02:00
xorg-minimal
xorgproto x11/xorgproto: ensure Xos.h does not define index() as a macro 2023-05-21 11:12:30 +02:00
xpr
xpra x11/xpra: Update to 4.4.5 2023-06-04 19:56:54 +03:00
xpra-html5 x11/xpra-html5: Update to 8.0 2023-06-04 17:03:58 +03:00
xprintidle
xprompt
xprop
xrandr
xrdb
xrefresh
xrestop
xrootconsole
xrsh
xrsi
xscope
xscreensaver
xscreensaver.app
xsel-conrad
xset
xsetroot
xsettingsd
xskyroot x11/xskyroot: Fix build with llvm15 2023-06-03 17:38:52 +02:00
xsm
xsnow
xssstate
xstarroll
xstdcmap
xstroke
xtacy
xterm x11/xterm: Update to 382 2023-05-31 11:14:34 +02:00
xtermcontrol
xtermset
xtestpicture
xtitle
xtoolwait
xtrans
xtrlock
xtset
xvidtune
xvinfo
xvkbd
xvmcinfo
xvt
xwatchwin
xwd
xwininfo
xwinwrap
xwit
xwud
xxkb
xzoom
yad
yakuake KDE: Update KDE Gear to 23.04.1 2023-05-14 07:58:43 +02:00
yalias
yeahconsole
yelp
zenity
Makefile x11/somebar: add new port 2023-06-10 23:13:38 +00:00