7114 Commits

Author SHA1 Message Date
Mikael Urankar
f3f7e555b0 lang/rust: Bump revisions after 1.88.0
PR:		287766
2025-07-03 10:46:01 +02:00
Kirill Ponomarev
80d29c5c05 */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2025-07-03 08:06:35 +02:00
Jan Beich
e63aeeb261 x11-wm/hyprland: drop maintainership 2025-07-03 05:44:26 +02:00
Jan Beich
79c1483eda graphics/glslang: update to 15.4.0
Changes:	https://github.com/KhronosGroup/glslang/releases/tag/15.4.0
Reported by:	GitHub (watch releases)
2025-07-03 02:42:44 +02:00
Jan Beich
17c48bcecb graphics/spirv-tools: update to 2025.3.r1
Changes:	https://github.com/KhronosGroup/SPIRV-Tools/compare/v2025.2.rc1...v2025.3.rc1
Reported by:	Repology
2025-07-03 02:42:41 +02:00
Jan Beich
81647f62d1 x11-wm/phoc: update to 0.48.0
Changes:	https://gitlab.gnome.org/World/Phosh/phoc/-/releases/v0.48.0
Reported by:	GitLab (notify releases)
2025-07-03 02:42:37 +02:00
Jan Beich
ff0c7e9284 x11-wm/river: update to 0.3.11
Changes:	https://codeberg.org/river/river/releases/tag/v0.3.10
Changes:	https://codeberg.org/river/river/releases/tag/v0.3.11
Reported by:	Repology
2025-07-03 02:42:21 +02:00
Max Brazhnikov
37e5cfdcc6 KDE: Update Plasma to 6.4.2
Announcements: https://kde.org/announcements/plasma/6/6.4.2/
2025-07-02 19:20:13 +03:00
Rene Ladan
3be82964f8 Mk/bsd.port.mk: mark FreeBSD 13.4 as unsupported.
Drop support for FreeBSD 13.4 (and sometimes 12, 14.0, 14.1) from all
ports.

Reviewed by:	dch, @gor_clogic.com.ua
Approved by:	portmgr (implicit)
Differential Revision:	https://reviews.freebsd.org/D50769
2025-07-01 19:16:05 +02:00
Matthias Andree
9eb3fb8e5b */*: Bump PORTREVISION after libuuid/libblkid switch
from e2fsprogs to util-linux, to complete the bump of all users
of either library that started with Alexander's commit titled
'*/*: Switch to misc/libuuid and misc/libblkid'

PR:		251489
2025-06-30 17:00:39 +02:00
Alexander Shursha
e81eda36a8 */*: Switch to misc/libuuid and misc/libblkid
PR:		221293
PR:		251489
PR:		257070
2025-06-30 16:57:32 +02:00
Baptiste Daroussin
3068854dd0 libxml2: chase libxml soversion bump 2025-06-30 11:04:22 +02:00
Chris Hutchinson
65afcc15c6
x11-wm/compiz: permit compiling with newer libxml2
While here, cleanup Makefile.

Changes
Makefile -- pets port(lint,fmt,clippy)
files/patch-src_metadata.c -- new (the purpose of this pr(1))

PR: 285906
Co-authored-by: George Mitchell <george@m5p.com>
2025-06-28 11:52:38 -04:00
Jan Beich
02e5c217b1 x11-wm/swayfx: update to 0.5.3
Changes:	https://github.com/WillPower3309/swayfx/releases/tag/0.5.3
Reported by:	GitHub (watch releases)
2025-06-28 02:55:24 +02:00
Max Brazhnikov
0e7512bfba KDE: Update Plasma to 6.4.1
Announcements: https://kde.org/announcements/plasma/6/6.4.1/
2025-06-25 00:02:33 +03:00
Jan Beich
a71b22f2c4 x11-wm/swayfx: update to 0.5.2
Changes:	https://github.com/WillPower3309/swayfx/releases/tag/0.5.2
Reported by:	GitHub (watch releases)
2025-06-24 09:54:08 +02:00
Jose Alonso Cardenas Marquez
8d7a5256ad
x11-wm/lxqt-panel: Update to 2.2.2
- Back to c++17. lxqt-panel is not ready to c++20 yet [1]

ChangeLog at:  https://github.com/lxqt/lxqt-panel/releases/tag/2.2.2
PR:		287745
Reported by:	Dean E. Weimer <dweimer __at_ dweimer.net> [1]
2025-06-23 10:39:07 -07:00
Alexey Dokuchaev
65b7a157af x11-wm/icewm: update IceWM to the latest version 3.8.0
As I've been de facto taking care of this port for the
past five years and work closely with upstream, assume
maintainership as suggested by Chris via email.
2025-06-23 15:21:50 +00:00
Jose Alonso Cardenas Marquez
e4c325e8b5
devel/lxqt2-build-tools: Update to 2.2.1
- Bump PORTREVISION of some lxqt ports
- Fix build with plasma6 6.4.0

With hat:       lxqt
PR:		287604
2025-06-21 19:34:33 -07:00
Jan Beich
7406b512a1 x11-wm/theseus-ship: transfer maintainership
Discussed with:	jsm (via private mail)
2025-06-20 22:02:57 +02:00
Jan Beich
2976009ae2 x11-toolkits/como: unbreak Wayland after 8dc860e74057
After `gainRealTime()` was expanded `return` changed semantic, aborting
startup instead of skipping realtime priority.

Reported by:	jsm (via upstream bug)
2025-06-20 22:02:53 +02:00
Jesper Schmitz Mouridsen
dd2e365fac x11-wm/theseus-ship: unbreak after 5871ae6a0942
CMake Error at CMakeLists.txt:69 (find_package):
  Could not find a package configuration file provided by "KDecoration2"
  (requested version 6) with any of the following names:

    KDecoration2Config.cmake
    kdecoration2-config.cmake
2025-06-20 22:02:51 +02:00
Charlie Li
4f0eba1efd
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.

Introduce PYTHON_SOABI to align with PEP 3149's specification of a
tag, which consists of implementation name, shorthand version and
any ABI flags present (this and PYTHON_TAG are identical without
ABI flags). This is meant for compiled extension module objects and
other files that depend on a specific Python ABI for the same
version.

Add documentation for these variables that our PYTHON_EXT_SUFFIX
never had.

PR: 274671
Event: Kitchener-Waterloo Hackathon 202506
2025-06-19 16:28:47 -04:00
Don Lewis
565b81dba8 x11-wm/mutter: Undo USE_LDCONFIG tweak
Revert "x11-wm/mutter: Tweak USE_LDCONFIG"

This reverts commit 4765ce804cca8dff967d20b33826d65943cf8591.

This is no longer needed after the gnome-shell NO_SHLIB_REQUIRES_GLOB
change.

Reported by:	arrowd, tagattie
2025-06-17 15:59:11 -07:00
Max Brazhnikov
fcdd7f4c11 KDE: Update Plasma to 6.4.0
Announcements:
   https://kde.org/announcements/plasma/6/6.4.0/
   https://kde.org/announcements/plasma/6/6.3.91/
   https://kde.org/announcements/plasma/6/6.3.90/

New ports added:
   x11-themes/plasma6-aurorae: Aurorae window decoration
   x11-wm/plasma6-kwin-x11: KWin for X11

Removed ports:
   sysutils/plasma6-drkonqi: requires Systemd

kde.mk:
 - Add aurorae and kwin-x11 to the list of Plasma components
 - Remove drkonqi

x11/plasma6-kscreen:
 - Add missing build dep on wayland-protocols.
   pkgconfig is required to find wayland-protocols data location

sysutils/plasma6-polkit-kde-agent-1:
 - Refresh USE_KDE

sysutils/plasma6-plasma-systemmonitor:
 - Add runtime deps on ksystemstats

x11-wm/plasma6-kwin*:
 - Depend on aurorae and switch breeze to runtime dependence

x11/plasma6-plasma-workspace:
 - Depend on kwin-x11
 - Refresh USE_QT
 - Add GTK option for better integration of GTK apps

x11-wm/plasma6-kwin:
 - update COMMENT
2025-06-17 14:13:57 +03:00
Don Lewis
4765ce804c x11-wm/mutter: Tweak USE_LDCONFIG
mutter installs some shared libraries under PREFIX/lib/mutter-15, so
point USE_LDCONFIG there.  Without this, pkg install gnome-shell fails,
which causes gnome-shell-extensions and gnome-tweaks package builds
to fail with RUN_DEPENDS errors.
2025-06-16 23:29:11 -07:00
Sergey A. Osokin
b3d840c121 x11-wm/i3: fix hardcoded PREFIX
Bump PORTREVISION.

Reported by:	Edward Sanford Sutton, III <mirror176@hotmail.com> (via email)
Approved by:	bapt (maintainer, implicit)
Fixes:		b998385f30f4384bb6f5c7de4edd55af309c9ae2
2025-06-16 10:56:16 -04:00
Sergey A. Osokin
b998385f30 x11-wm/i3: add PREFIX to the man pages pathes
Bump PORTREVISION.

Approved by:	bapt (maintainer)
2025-06-15 14:08:03 -04:00
Baptiste Daroussin
e30960f177 x11-wm/mutter: add missing patches
While upgrading git add was forgotten
2025-06-11 12:07:07 +02:00
Jason E. Hale
ea63faffc8 */*: Bump PORTREVISION for known Qt private API abusers
Qt 6.9.1 edition.

These ports are known to directly use or link to a library that uses the
Qt private API and must be rebuilt with every Qt update.

Qt *public* API/ABI compatability is excellent, so most consumers don't
need to necessarily be rebuilt between patch or even minor releases, but
use of the private API breaks this compatibility between even patch
releases and its use is highly discouraged.

This list of bumps is based on histortical data. We don't have time to
revisit every port on the list with each Qt update, so if your port has
dropped Qt private headers and was bumped in error, please let kde@ know
so we can correct this for future updates.
2025-06-10 10:42:51 -04:00
Olivier Duchateau
2e75d18c1b x11-wm/mutter: update to 47.8.1
- enable evdev/udev support
- enable DMA_BUF_SYNC
- expose nested wayland support

PR: 	286697, 271824, 271823, 258042
2025-06-10 15:46:21 +02:00
Olivier Duchateau
a0ce779c88 Mk/bsd.sites.mk: Simplify MASTER_SITES= GNOME
Since GNOME changes their numbering, in some Makefile MASTER_SITES= GNOME is
more complex. This patch simplify for users.

Differential Revision:		https://reviews.freebsd.org/D43183
2025-06-10 13:02:34 +02:00
Olivier Duchateau
f8410b32d7 x11-wm/metacity: update to 3.56.0
PR:		286697
2025-06-10 13:02:33 +02:00
Jan Beich
c65c5b9efb x11-wm/swayfx: update to 0.5.1
Changes:	https://github.com/WillPower3309/swayfx/releases/tag/0.5.1
Reported by:	GitHub (watch releases)
2025-06-09 09:17:28 +02:00
Jan Beich
ce08bbb48e x11-wm/sway: update to 1.11
Changes:	https://github.com/swaywm/sway/releases/tag/1.11
Reported by:	GitHub (watch releases)
2025-06-09 09:07:46 +02:00
Mathieu Arnold
0708855535
devel/p5-Glib: bump dependencies after 0708344
PR:	286804
2025-06-07 18:47:20 +02:00
Mikael Urankar
3ed29b8185 lang/rust: Bump revisions after 1.87.0
PR:		286829
2025-06-05 09:52:53 +02:00
Kirill Ponomarev
043ddc6b0f */*: Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade. 2025-06-01 13:37:21 +02:00
Jan Beich
7541014e1e x11-wm/niri: update to 25.05.1
Changes:	https://github.com/YaLTeR/niri/releases/tag/v25.05.1
Reported by:	GitHub (watch releases)
2025-05-30 17:54:19 +02:00
Alexey Dokuchaev
5f85f6bb30 x11-wm/icewm: update IceWM to bugfix version 3.7.5. 2025-05-27 14:12:26 +00:00
Jan Beich
8cbd86ff1c x11-wm/sway: update to 1.11.r4
Changes:	https://github.com/swaywm/sway/releases/tag/1.11-rc4
Reported by:	GitHub (watch releases)
2025-05-26 03:50:25 +02:00
Jose Alonso Cardenas Marquez
a152cec13c
x11-wm/lxqt-panel: Update to 2.2.1
Changelog at:   https://github.com/lxqt/lxqt-panel/releases/tag/2.2.1
With hat:       lxqt
2025-05-23 15:08:04 -07:00
Guido Falsi
bc5d912444 x11-wm/xfce4-panel-profiles: Update to 1.1.1
- Move build to meson
2025-05-22 23:39:54 +02:00
Fernando Apesteguía
8fafe1cf44 lang/zig: Update to 0.14.0
Patches provided by the respective maintainers.

PR:		286105
Reported by:	Pat Maddox <pat@patmaddox.com>
Approved by:	bsd@orsolic.org (maintainer)
2025-05-21 17:27:45 +02:00
Jan Beich
b11335306f x11-wm/sway: update to 1.11.r3
Changes:	https://github.com/swaywm/sway/releases/tag/1.11-rc3
Reported by:	GitHub (watch releases)
2025-05-19 17:48:57 +02:00
Jan Beich
2a18a8e127 x11-wm/niri: update to 25.05
Changes:	https://github.com/YaLTeR/niri/releases/tag/v25.05
Reported by:	GitHub (watch releases)
2025-05-17 22:10:47 +02:00
Jan Beich
8b1d2b70fb x11-wm/sway: drop amdgpu note after 3adb70282914
This reverts commit 125700dbc37ca7ce66411fe679818f2adaafaeb9.

PR:		286311
2025-05-17 02:57:07 +02:00
Jan Beich
0e1fd3000d x11-wm/hyprland: temporarily downgrade to 0.48.1
https://forums.freebsd.org/threads/wayland-hyprland-0-49-0-update-breaks-everything.97832/
forwarded to https://github.com/hyprwm/Hyprland/discussions/10437

This reverts commit b9577152f5a886abc335539f8abffd95e108289c.
2025-05-17 02:57:04 +02:00
Jan Beich
b9577152f5 x11-wm/hyprland: update to 0.49.0
Changes:	https://github.com/hyprwm/Hyprland/releases/tag/v0.49.0
Reported by:	GitHub (watch releases)
2025-05-09 15:05:51 +02:00
Max Brazhnikov
cd2f3b9914 KDE: Update KDE Plasma to 6.3.5
Announcement: https://kde.org/announcements/plasma/6/6.3.5/
2025-05-08 16:52:48 +03:00