View | Details | Raw Unified | Return to bug 270881 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/accountsservice/Makefile (-5 / +6 lines)
Lines 16-23 LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit \ Link Here
16
16
17
USES=		cpe gettext gnome localbase:ldflags meson pkgconfig tar:xz
17
USES=		cpe gettext gnome localbase:ldflags meson pkgconfig tar:xz
18
CPE_VENDOR=	freedesktop
18
CPE_VENDOR=	freedesktop
19
USE_GITLAB=	yes
20
GL_SITE=	https://gitlab.freedesktop.org
21
GL_ACCOUNT=	arrowd
22
#fetch: https://gitlab.freedesktop.org/arrowd/accountsservice/-/archive/1ad459450480baa3e2024db4edee0a30ca0edc20.tar.gz?dummy=/arrowd-accountsservice-1ad459450480baa3e2024db4edee0a30ca0edc20_GL0.tar.gz: size unknown
23
GL_TAGNAME=	1ad459450480baa3e2024db4edee0a30ca0edc20
19
USE_GNOME=	glib20 intltool libxslt introspection:build
24
USE_GNOME=	glib20 intltool libxslt introspection:build
20
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
26
21
MESON_ARGS=	-Dconsolekit=true \
27
MESON_ARGS=	-Dconsolekit=true \
22
		-Dgdmconffile=${LOCALBASE}/etc/gdm/custom.conf \
28
		-Dgdmconffile=${LOCALBASE}/etc/gdm/custom.conf \
23
		-Dlightdmconffile=${LOCALBASE}/etc/lightdm/lightdm.conf \
29
		-Dlightdmconffile=${LOCALBASE}/etc/lightdm/lightdm.conf \
Lines 26-34 MESON_ARGS= -Dconsolekit=true \ Link Here
26
		-Dvapi=false \
32
		-Dvapi=false \
27
		-Dtests=false
33
		-Dtests=false
28
34
29
USE_GITLAB=	yes
30
GL_SITE=	https://gitlab.freedesktop.org
31
GL_ACCOUNT=	arrowd
32
GL_TAGNAME=	1ad459450480baa3e2024db4edee0a30ca0edc20
33
34
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)b/sysutils/accountsservice/files/patch-src-libaccountsservice-act-user.c (+12 lines)
Added Link Here
1
--- src/libaccountsservice/act-user.c.orig	2023-08-12 19:01:30 UTC
2
+++ src/libaccountsservice/act-user.c
3
@@ -20,6 +20,10 @@
4
 
5
 #include <config.h>
6
 
7
+#ifdef HAVE_CRYPT_H
8
+#define _C11_SOURCE
9
+#endif
10
 #include <float.h>
11
 #include <string.h>
12
 #include <sys/types.h>

Return to bug 270881