View | Details | Raw Unified | Return to bug 273042
Collapse All | Expand All

(-)b/x11-wm/hikari/Makefile (-1 / +2 lines)
Lines 1-6 Link Here
1
PORTNAME=	hikari
1
PORTNAME=	hikari
2
DISTVERSION=	2.3.3
2
DISTVERSION=	2.3.3
3
PORTREVISION=	3
3
PORTREVISION=	4
4
CATEGORIES=	x11-wm wayland
4
CATEGORIES=	x11-wm wayland
5
MASTER_SITES=	https://hikari.acmelabs.space/releases/
5
MASTER_SITES=	https://hikari.acmelabs.space/releases/
6
6
Lines 19-24 LIB_DEPENDS= libinput.so:x11/libinput \ Link Here
19
		libwayland-server.so:graphics/wayland \
19
		libwayland-server.so:graphics/wayland \
20
		libwlroots.so:x11-toolkits/wlroots \
20
		libwlroots.so:x11-toolkits/wlroots \
21
		libxkbcommon.so:x11/libxkbcommon
21
		libxkbcommon.so:x11/libxkbcommon
22
RUN_DEPENDS=	unix-selfauth-helper>0:security/unix-selfauth-helper
22
23
23
USES=		compiler:c11 gnome pkgconfig xorg
24
USES=		compiler:c11 gnome pkgconfig xorg
24
USE_GNOME=	cairo pango
25
USE_GNOME=	cairo pango
(-)b/x11-wm/hikari/files/patch-etc_pam.d_hikari-unlocker.FreeBSD (+8 lines)
Added Link Here
1
pam_unix(8) requires root priveleges to access master.passwd(5),
2
so try authenticating via setuid helper first.
3
4
--- etc/pam.d/hikari-unlocker.FreeBSD.orig	2020-03-05 21:52:17 UTC
5
+++ etc/pam.d/hikari-unlocker.FreeBSD
6
@@ -1 +1 @@
7
-auth include passwd
8
+auth include unix-selfauth
(-)b/x11-wm/hikari/pkg-plist (-1 / +1 lines)
Lines 1-5 Link Here
1
bin/hikari
1
bin/hikari
2
@(,,4755) bin/hikari-unlocker
2
bin/hikari-unlocker
3
etc/pam.d/hikari-unlocker
3
etc/pam.d/hikari-unlocker
4
@sample %%ETCDIR%%/hikari.conf.sample
4
@sample %%ETCDIR%%/hikari.conf.sample
5
share/backgrounds/hikari/hikari_wallpaper.png
5
share/backgrounds/hikari/hikari_wallpaper.png

Return to bug 273042