aboutsummaryrefslogtreecommitdiff
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* x11/mako: update to 1.8.0Jan Beich2023-06-012-4/+4
| | | | | Changes: https://github.com/emersion/mako/releases/tag/v1.8.0 Reported by: GitHub (watch releases)
* x11/xterm: Update to 382Emanuel Haupt2023-05-312-4/+4
|
* x11/xfce4-screensaver: Update to 4.18.2Guido Falsi2023-05-302-4/+4
|
* x11/wayidle: add new portJan Beich2023-05-305-0/+97
| | | | | | | | | | Wayidle waits until the Wayland compositor reports being N seconds idle. If a command was specified, it will "exec" into that command, otherwise, it will exit zero. Wayidle is designed for usage is shell scripts or execline scripts. https://sr.ht/~whynothugo/wayidle
* x11/xdg-desktop-portal-hyprland: update to 0.4.0Jan Beich2023-05-304-8/+8
| | | | | Changes: https://github.com/hyprwm/xdg-desktop-portal-hyprland/releases/tag/v0.4.0 Reported by: GitHub (watch releases)
* x11/hyprpaper: update to 0.3.0Jan Beich2023-05-302-4/+4
| | | | | Changes: https://github.com/hyprwm/hyprpaper/releases/tag/v0.3.0 Reported by: GitHub (watch releases)
* x11/hyprpicker: update to 0.1.1Jan Beich2023-05-302-5/+4
| | | | | Changes: https://github.com/hyprwm/hyprpicker/releases/tag/v0.1.1 Reported by: GitHub (watch releases)
* x11/xterm: Update to 381Emanuel Haupt2023-05-292-4/+4
|
* x11/swaync: update to 0.9.0Jan Beich2023-05-292-5/+4
| | | | | Changes: https://github.com/ErikReider/SwayNotificationCenter/releases/tag/v0.9.0 Reported by: GitHub (watch releases)
* x11/waybar: update to 0.9.18Jan Beich2023-05-292-8/+15
| | | | | Changes: https://github.com/Alexays/Waybar/releases/tag/0.9.18 Reported by: GitHub (watch releases)
* x11/nvidia-driver: unbreak the build of two legacy driver versionsAlexey Dokuchaev2023-05-291-1/+4
| | | | | | | | | | - Limit the scope of the K&R prototype fix to versions which actually have that `nvlink_freebsd.c' file - Adjust the version check for `lib/libnvidia-wayland-client.so' which had first appeared in 515.43.04 beta release and add a comment on the PLIST_FILES usage there Reported by: pkg-fallout
* x11/rofi-emoji: update to 3.2.0Maja Reberc2023-05-282-4/+4
| | | | | | | | | | ChangeLog: https://github.com/Mange/rofi-emoji/blob/master/Changelog.md Updated emoji-data to version 2.5, adding more emojis (Emoji 15) and better keywords. PR: 271648 Reported by: maja.reberc@freedommail.ch (maintainer)
* x11/rubygem-gnome: Update to 4.1.6Po-Chuan Hsieh2023-05-271-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11/hs-xmobar: Update to 0.46Gleb Popov2023-05-272-147/+176
|
* x11/conlecterm: Fix build with new GHC.Gleb Popov2023-05-272-28/+23
|
* x11/rubygem-gnome: Update to 4.1.5Po-Chuan Hsieh2023-05-271-1/+1
| | | | Changes: https://github.com/ruby-gnome/ruby-gnome/releases
* x11/nvidia-driver: Use a valid function declaration for nvlink_allocLock.John Baldwin2023-05-251-0/+3
| | | | Differential Revision: https://reviews.freebsd.org/D40172
* x11/xcoloredit: Fix LLVM15 errorCy Schubert2023-05-252-3/+12
| | | | | | | | | | xcoloredit.c:356:14: error: incompatible pointer to integer conversion assigning to 'int' from 'void *' [-Wint-conversion] bars_locked = NULL; ^ ~~~~ While at it adopt this feral port. MFH: 2023Q2
* *: regular cleanup for GH_TAGNAME bad usageMathieu Arnold2023-05-242-2/+0
|
* x11/xkeywrap: Work around LLVM15 build errorsCy Schubert2023-05-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Work around the following errors, for now: cc -c xkeywrap.c -I/usr/local/include -O2 -pipe -pipe -fstack-protector-strong -fno-strict-aliasing -pipe -DVERSION=\"XKeyWrap-1.1\" xkeywrap.c:45:15: error: incompatible pointer to integer conversion initializing 'Cursor' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion] static Cursor select_cursor = NULL; /* <BD><D0><CE><CF><C0>襦<A5><A4><A5><F3><A5>ɥ<A6><BB><D8><C4><EA><BB><FE><A4>Υ<AB><A1><BC><A5><BD><A5><EB> */ ^ ~~~~ xkeywrap.c:422:31: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] &r, &p, &children_list, &children_number); ^~~~~~~~~~~~~~~~ /usr/local/include/X11/Xlib.h:3034:1: note: passing argument to parameter here ); ^ 1 warning and 1 error generated. *** [xkeywrap.o] Error code 1 make[2]: stopped in /export/wrkdir/amd64/export/freebsd/git/ports/x11/xkeywrap/work/xkeywrap-1.1 --- xkeywrap.1.gz --- gzip -f xkeywrap.1 1 error make[2]: stopped in /export/wrkdir/amd64/export/freebsd/git/ports/x11/xkeywrap/work/xkeywrap-1.1 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /export/freebsd/git/ports/x11/xkeywrap *** Error code 1 Stop. make: stopped in /export/freebsd/git/ports/x11/xkeywrap While at it, assume maintainership.
* x11/libei: update to 0.99.2Jan Beich2023-05-232-31/+5
| | | | | Changes: https://gitlab.freedesktop.org/libinput/libei/-/releases/0.99.2 Reported by: GitLab (notify releases)
* x11/libxfce4menu: Update to 4.18.4Guido Falsi2023-05-232-4/+4
|
* x11/budgie-desktop: update to 10.7.2Olivier Duchateau2023-05-222-6/+9
| | | | | | | | ChangeLog: https://github.com/BuddiesOfBudgie/budgie-desktop/releases/tag/v10.7.2 PR: 271411 Reported by: duchateau.olivier@gmail.com (maintainer)
* x11/alacritty: update to 0.12.1Jan Beich2023-05-212-17/+16
| | | | | Changes: https://github.com/alacritty/alacritty/releases/tag/v0.12.1 Reported by: GitHub (watch releases)
* x11/xorgproto: ensure Xos.h does not define index() as a macroDimitry Andric2023-05-212-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During the exp-run for clang 16, it turned out that Xos.h defines index() and rindex() as preprocessor macros, and this causes many problems with libc++ headers [1]: /usr/include/c++/v1/variant:532:39: error: too few arguments provided to function-like macro invocation return __at(__fmatrix, __vs.index()...)( ^ /usr/local/include/X11/Xos.h:67:12: note: macro 'index' defined here # define index(s,c) (strchr((s),(c))) ^ /usr/include/c++/v1/variant:813:18: error: too few arguments provided to function-like macro invocation return index() == variant_npos; ^ /usr/local/include/X11/Xos.h:67:12: note: macro 'index' defined here # define index(s,c) (strchr((s),(c))) ^ /usr/include/c++/v1/variant:817:25: error: expected ';' at end of declaration list constexpr size_t index() const noexcept { ^ /usr/include/c++/v1/variant:802:9: error: member initializer '__data' does not name a non-static data member or base class : __data(__tag), __index(__variant_npos<__index_t>) {} ^~~~~~~~~~~~~ /usr/include/c++/v1/variant:808:9: error: member initializer '__data' does not name a non-static data member or base class __data(in_place_index<_Ip>, _VSTD::forward<_Args>(__args)...), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/c++/v1/variant:920:23: error: too few arguments provided to function-like macro invocation __rhs.index(), ^ /usr/local/include/X11/Xos.h:67:12: note: macro 'index' defined here # define index(s,c) (strchr((s),(c))) ^ Add defined(__FreeBSD__) to Xos.h's #if block to include <strings.h> instead, so it will get our regular index() and rindex() declarations instead. This has also been sent upstream [2]. [1] <https://pkg-status.freebsd.org/gohan05/data/mainamd64PR271047-default/2023-05-14_19h35m09s/logs/errors/scim-1.4.9_7.log> [2] <https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/73> PR: 271533 Approved by: manu (maintainer) MFH: 2023Q2
* x11/gdm: fix build after d9aa7a9929ef49efebb2bee0393ec4369fdc9eceChristoph Moench-Tegeder2023-05-201-1/+1
| | | | | "ipv6" is a true/false option, not enabled/disabled meson.build:1:0: ERROR: Value enabled is not boolean (true or false).
* x11/babl: update to 0.1.106 release (+)Dima Panov2023-05-192-5/+5
| | | | Changelog: https://gitlab.gnome.org/GNOME/babl/-/blob/BABL_0_1_106/NEWS
* x11/libei: pacify check-plist with "make test"Jan Beich2023-05-191-0/+6
| | | | Error: Orphaned: lib/libmunit.so
* x11/gdm: fix option toggle IPV6_MESON_ENABLEDTobias C. Berner2023-05-191-1/+1
|
* x11/deforaos-panel: Mark DEPRECATEDMuhammad Moinur Rahman2023-05-181-2/+3
| | | | | | | | - Broken for more than 2 years - In previous it was BROKEN on only 13 and 14. But it fails also in 12. - Set EXPIRATION_DATE to 2023-06-18 Approved by: portmgr (blanket)
* x11/kitty: Fix build/pkg-plistNicola Vitale2023-05-181-2/+0
|
* x11/libei: update upstream patchesJan Beich2023-05-182-3/+3
|
* x11/libei: update upstream patchesJan Beich2023-05-182-7/+12
|
* x11/libei: limit py-strenum to python < 3.11Jan Beich2023-05-171-2/+7
|
* x11/libei: drop terminating line escape per portlintJan Beich2023-05-171-1/+1
| | | | WARN: x11/libei/Makefile: extra item placed in the *_DEPENDS section, for example, "USES".
* x11/libei: add USE_LDCONFIG per portlint (nop)Jan Beich2023-05-171-0/+1
| | | | | | | | /usr/local/lib is part of the default ldconfig_paths in rc.conf(5) WARN: x11/libei/pkg-plist: [6]: installing shared libraries, please define USE_LDCONFIG as appropriate WARN: x11/libei/pkg-plist: [9]: installing shared libraries, please define USE_LDCONFIG as appropriate WARN: x11/libei/pkg-plist: [12]: installing shared libraries, please define USE_LDCONFIG as appropriate
* x11/libxkbcommon: drop non-leaf from wayland categoryJan Beich2023-05-171-1/+1
|
* x11/libinput: drop non-leaf from wayland categoryJan Beich2023-05-171-1/+1
|
* x11/libei: add new portJan Beich2023-05-175-0/+96
| | | | | | | | | | | libei is a library for Emulated Input, primarily aimed at the Wayland stack. It provides three parts: - EI (Emulated Input) for the client side (libei) - EIS (Emulated Input Server) for the server side (libeis) - oeffis is an optional helper library for DBus communication with the XDG RemoteDesktop portal (liboeffis) https://gitlab.freedesktop.org/libinput/libei
* */*: llvm15 build fixesMuhammad Moinur Rahman2023-05-173-3/+3
| | | | | | | llvm15 was also merged into 13.2-STABLE effective from OSVERSION 1302505. Fix the ports that failed to build with llvm15. Approved by: portmgr (blanket)
* x11/kitty: Update to 0.28.1Vidar Karlsen2023-05-172-26/+24
| | | | | | | | | | | - cleaned up the Makefile order to make portclippy and portfmt happy - diff_speedup.so and unicode_names.so removed from _STRIP_TARGETS and pkg-plist as they are no longer being build (from upstream) Release changes: https://sw.kovidgoyal.net/kitty/changelog/#id1 PR: 271263 Reported by: Yonas Yanfa <yonas.yanfa@gmail.com>
* KDE: Update KDE Frameworks to 5.106Tobias C. Berner2023-05-1712-34/+34
| | | | | | | | | | | | | | | | | | | Saturday, 13 May 2023 KDE today announces the release of KDE Frameworks 5.106.0. KDE Frameworks are 83 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks release announcement. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. Announcement: https://kde.org/announcements/frameworks/5/5.106.0/ Exp-run by: antoine PR: 271426
* KDE: KDE Plasma 5.27.5, Bugfix Release for MayTobias C. Berner2023-05-1726-39/+148
| | | | | | | | | | | | | | | | | | | | Tuesday, 9 May 2023. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.27.5. Plasma 5.27 was released in February 2023 with many feature refinements and new modules to complete the desktop experience. This release adds a month's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * Bluedevil Applet: introduce a brief animation for section height estimates. * Discover Flatpak: Do not crash if for any reason we lack a ref's source. * Info Centre About-distro: add a dump mode to print to cli. Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.4-5.27.5
* x11/xdtm: Unbreak on HEADMuhammad Moinur Rahman2023-05-171-3/+13
| | | | | - Pet portclippy - Adopt port
* x11/nwg-dock: update to 0.3.4Jan Beich2023-05-172-5/+4
| | | | | Changes: https://github.com/nwg-piotr/nwg-dock/releases/tag/v0.3.4 Reported by: GitHub (watch releases)
* x11/wlrctl: update to 0.2.2Jan Beich2023-05-162-9/+4
| | | | | Changes: https://git.sr.ht/~brocellous/wlrctl/log/v0.2.2 Reported by: Repology
* */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2023-05-161-1/+1
|
* x11/nvidia-xconfig: update the port to version 525.116.04Alexey Dokuchaev2023-05-153-19/+17
| | | | | Reduce MAKE_ENV pollution and do not patch default manpage location (share/man/manX) which is what we also now prefer.
* x11/xfce4-screenshooter-plugin: Update to 1.10.4Guido Falsi2023-05-142-5/+4
|
* KDE: Update KDE Gear to 23.04.1Tobias C. Berner2023-05-143-6/+7
| | | | | | | | | | | | | | | | | | | KDE Gear 23.04.1 Thursday, 11 May 2023 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneogqusly as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * kdenlive: Fix corrupted project files on opening * skanpage: Scan Export window's OCR language list is now scrollable * spectacle: Quitting Spectacle with Escape no longer affects windows below it Announcement: https://kde.org/announcements/gear/23.04.1/ Changelog: https://kde.org/announcements/changelogs/gear/23.04.1/