shells/bash-completion: Don't depend on shells/bash{,-static}
Depending on the shell itself during build time create a large dependency
chain. E.g., using the pc file of this port requires bash being built although
technically not required at all. Have the user install bash as a direct
dependency.
PR: 292501
Tested by: michaelo
Approved by: sunpoet (maintainer)
ports-mgmt/portmaster: update to version 3.34
This update adds support for FreeBSD pkgbase systems. Packages with
names that start with FreeBSD-* should be ignored by all operations.
Additional changes:
* Deal with removed port directories when updating all installed
ports.
* Deal with ports that are installed with a flavour but where the
port is no longer flavoured.
Merge commit 871038759afb from llvm git (by Marco Elver):
Thread Safety Analysis: Fix pointer handling of variables with deprecated attributes (#148974)
de10e44b6fe7 ("Thread Safety Analysis: Support warning on
passing/returning pointers to guarded variables") added checks for
passing pointer to guarded variables. While new features do not
necessarily need to support the deprecated attributes (`guarded_var`,
and `pt_guarded_var`), we need to ensure that such features do not cause
the compiler to crash.
As such, code such as this:
struct {
int v __attribute__((guarded_var));
} p;
int *g() {
return &p.v; // handleNoMutexHeld() with POK_ReturnPointer
[24 lines not shown]
x11/alttab: Update to 1.8.0
ChangeLog: https://github.com/sagb/alttab/releases/tag/v1.8.0
* Disable bottom line by default.
* Avoid xnee dependency in tests.
* Build variable to debug icon source.
* More secure input filtering.
* Option -s 5 to prefer file icon if size is equal.
* Escape key to close UI.
* Handle COMPOUND WM_NAME.
* Secure window name loading in ratpoison.
* Show desktop names instead of numbers.
* Adapt test script for Darwin.
* Option -sortmin to show minimized windows last.
* Option -min to color minimized windows frames.
* Fix DISPLAY in test script.
* Fix C language errors.
[3 lines not shown]