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/plasma5-plasma-workspace/files/patch-setup_xdg_environment

Number of commits found: 2

Saturday, 19 Aug 2023
00:49 Jan Beich (jbeich) search for other commits by this committer Author: Jessica Clarke
x11/plasma5-plasma-workspace: Fix XDG_CONFIG_DIRS for Wayland

Since Plasma 5.22, setupPlasmaEnvironment adds to XDG_CONFIG_DIRS, with
a fallback for the XDG-mandated /etc/xdg default. When using X11, this
is ok, as runStartupConfig gets called before setupPlasmaEnvironment,
and so the latter uses our modified value. However, when using Wayland,
they are called in the opposite order, and so runStartupConfig sees the
variable is already set and doesn't inject our modified default. Fix
this by changing setupPlasmaEnvironment's default value instead so it's
only set in one place. This approach also matches how other ports get
patched for our non-conforming environment.

Without this, the splash screen shows but plasmashell is never started
(nor any other autostart programs), eventually timing out and fading to
a black screen.

PR:		265505
Obtained from:	CheriBSD
Approved by:	maintainer timeout (3 months)
commit hash: f06a1b44e85b9788c0e1ed718eca4146f102057f commit hash: f06a1b44e85b9788c0e1ed718eca4146f102057f commit hash: f06a1b44e85b9788c0e1ed718eca4146f102057f commit hash: f06a1b44e85b9788c0e1ed718eca4146f102057f f06a1b4
Saturday, 19 Oct 2019
17:12 tcberner search for other commits by this committer
x11/plasma5-plasma-workspace: setup XDG_CONFIG_DIRS on startup if not set

In prior versions of KDE's Plasma Desktop we set XDG_CONFIG_DIRS in the startkde
shellscript. Plasma 5.17 changed to a binary for this process and that variable
therefore was no longer set for most people (unless manually done so in their
environment / .xinitrc file, like me...).

With this patch the variable is now again setup, startplasma should be able to
bring up the whole shell again.

PR:		241341
Reported by:	Martin Birgmeier
Original commitRevision:514822 

Number of commits found: 2