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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details on branch 2020Q3
swaylock Screen locker for Wayland
1.5_2 x11 on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.5_2Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-07-17 22:14:31
Last Update: 2020-07-17 22:35:19
Commit Hash: 6550b77
License: MIT
WWW:
https://github.com/swaywm/swaylock
Description:
swaylock is a screen locking utility for Wayland compositors. It is compatible with any Wayland compositor which implements the following Wayland protocols: - wlr-layer-shell - wlr-input-inhibitor - xdg-output - xdg-shell WWW: https://github.com/swaywm/swaylock
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. @(,,4755) bin/swaylock
  2. etc/pam.d/swaylock
  3. share/bash-completion/completions/swaylock
  4. share/fish/vendor_completions.d/swaylock.fish
  5. share/zsh/site-functions/_swaylock
  6. man/man1/swaylock.1.gz
  7. /usr/local/share/licenses/swaylock-1.5_2/catalog.mk
  8. /usr/local/share/licenses/swaylock-1.5_2/LICENSE
  9. /usr/local/share/licenses/swaylock-1.5_2/MIT
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • swaylock>0:x11/swaylock
To install the port:
cd /usr/ports/x11/swaylock/ && make install clean
To add the package, run one of these commands:
  • pkg install x11/swaylock
  • pkg install swaylock
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: swaylock
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1579709987 SHA256 (swaywm-swaylock-1.5_GH0.tar.gz) = 37b9c70e5698e8872b0b964a7454ecdb0f1a9e06b686eecf2b6c54f7f64a3f42 SIZE (swaywm-swaylock-1.5_GH0.tar.gz) = 35350

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Slave ports:
  1. x11/swaylock-effects
  2. x11/swaylock-plugin
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. wayland-protocols>=1.14 : graphics/wayland-protocols
  2. scdoc : textproc/scdoc
  3. meson : devel/meson
  4. ninja : devel/ninja
  5. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libwayland-client.so : graphics/wayland
  2. libxkbcommon.so : x11/libxkbcommon
  3. libcairo.so : graphics/cairo
  4. libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
  5. libglib-2.0.so : devel/glib20
  6. libintl.so : devel/gettext-runtime
  7. libpango-1.0.so : x11-toolkits/pango
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for swaylock-1.5_2: MANPAGES=on: Build and/or install manual pages PIXBUF=on: GDK-PixBuf library support ===> Use 'make config' to modify these settings
Options name:
x11_swaylock
USES:
compiler:c11 gnome meson pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/swaywm/swaylock/tar.gz/1.5?dummy=/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5_2
17 Jul 2020 22:35:19
commit hash: 6550b772fb63ad972cf9416e5832e60ddea31c73commit hash: 6550b772fb63ad972cf9416e5832e60ddea31c73commit hash: 6550b772fb63ad972cf9416e5832e60ddea31c73commit hash: 6550b772fb63ad972cf9416e5832e60ddea31c73 files touched by this commit Sanity Test Failure
Jan Beich (jbeich) search for other commits by this committer
MFH: r542454

x11/swaylock: limit root to authenticating child process

Taken from initialize_pw_backend in shadow.c.

PR:		248053
Approved by:	ports-secteam blanket
1.5_2
17 Jul 2020 22:35:19
Revision:542455Original commit files touched by this commit
jbeich search for other commits by this committer
MFH: r542454

x11/swaylock: limit root to authenticating child process

Taken from initialize_pw_backend in shadow.c.

PR:		248053
Approved by:	ports-secteam blanket
1.5_1
17 Jul 2020 22:14:24
commit hash: 033f2cc92a3c923f2db55b46ade60459ba9ac149commit hash: 033f2cc92a3c923f2db55b46ade60459ba9ac149commit hash: 033f2cc92a3c923f2db55b46ade60459ba9ac149commit hash: 033f2cc92a3c923f2db55b46ade60459ba9ac149 files touched by this commit Sanity Test Failure
Jan Beich (jbeich) search for other commits by this committer
MFH: r542450

x11/swaylock: unbreak PAM locking

Since 1.5 it includes "login" service which doesn't ask for password
from user running Wayland session. Before pam_authenticate(3) failed
with PAM_AUTH_ERR due to missing permissions password database.

PR:		248053
Reported by:	many
Submitted by:	andrew|_|tao11.riddles.org.uk, jbeich
Tested by:	ashish
Approved by:	ports-secteam blanket
1.5_1
17 Jul 2020 22:14:24
Revision:542451Original commit files touched by this commit
jbeich search for other commits by this committer
MFH: r542450

x11/swaylock: unbreak PAM locking

Since 1.5 it includes "login" service which doesn't ask for password
from user running Wayland session. Before pam_authenticate(3) failed
with PAM_AUTH_ERR due to missing permissions password database.

PR:		248053
Reported by:	many
Submitted by:	andrew|_|tao11.riddles.org.uk, jbeich
Tested by:	ashish
Approved by:	ports-secteam blanket

Number of commits found: 4