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

Collapse All | Expand All

(-)net/remmina/Makefile (-3 / +7 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	remmina
3
PORTNAME=	remmina
4
DISTVERSION=	1.4.27
4
DISTVERSION=	1.4.27
5
PORTREVISION=	1
5
CATEGORIES=	net gnome
6
CATEGORIES=	net gnome
6
7
7
MAINTAINER=	fernape@FreeBSD.org
8
MAINTAINER=	fernape@FreeBSD.org
Lines 13-19 Link Here
13
LIB_DEPENDS=	libappindicator3.so:devel/libappindicator \
14
LIB_DEPENDS=	libappindicator3.so:devel/libappindicator \
14
		libjson-glib-1.0.so:devel/json-glib \
15
		libjson-glib-1.0.so:devel/json-glib \
15
		libpcre2-8.so:devel/pcre2 \
16
		libpcre2-8.so:devel/pcre2 \
16
		libpython3.9.so:lang/python39 \
17
		libsodium.so:security/libsodium \
17
		libsodium.so:security/libsodium \
18
		libsoup-2.4.so:devel/libsoup \
18
		libsoup-2.4.so:devel/libsoup \
19
		libwayland-client.so:graphics/wayland
19
		libwayland-client.so:graphics/wayland
Lines 41-47 Link Here
41
41
42
CONFLICTS_INSTALL=	remmina-plugin*
42
CONFLICTS_INSTALL=	remmina-plugin*
43
43
44
OPTIONS_DEFINE=		AVAHI CUPS GCRYPT NLS SSH TERM
44
OPTIONS_DEFINE=		AVAHI CUPS GCRYPT NLS PYTHON SSH TERM
45
OPTIONS_DEFAULT=	AVAHI CUPS GCRYPT NLS SSH TERM \
45
OPTIONS_DEFAULT=	AVAHI CUPS GCRYPT NLS SSH TERM \
46
			EXEC RDP SECRET SPICE VNC WWW BASH
46
			EXEC RDP SECRET SPICE VNC WWW BASH
47
OPTIONS_GROUP=		PLUGINS
47
OPTIONS_GROUP=		PLUGINS
Lines 51-57 Link Here
51
OPTIONS_SUB=		yes
51
OPTIONS_SUB=		yes
52
52
53
.if ${FLAVOR:U} == lite
53
.if ${FLAVOR:U} == lite
54
OPTIONS_EXCLUDE=	AVAHI CUPS KWALLET SECRET SPICE SSH TERM WWW
54
OPTIONS_EXCLUDE=	AVAHI CUPS KWALLET PYTHON SECRET SPICE SSH TERM WWW
55
COMMENT+=		(lite flavor)
55
COMMENT+=		(lite flavor)
56
.endif
56
.endif
57
57
Lines 59-64 Link Here
59
BASH_DESC=		Use BASH for shell wrapper scripts
59
BASH_DESC=		Use BASH for shell wrapper scripts
60
EXEC_DESC=		Plugin to execute a command
60
EXEC_DESC=		Plugin to execute a command
61
GCRYPT_DESC=		Build with libgcrypt support for password encryption
61
GCRYPT_DESC=		Build with libgcrypt support for password encryption
62
PYTHON_DESC=		Build with support plugins on Python
62
RDP_DESC=		Remote Desktop Protocol plugin
63
RDP_DESC=		Remote Desktop Protocol plugin
63
SECRET_DESC=		GNOME Keyring plugin
64
SECRET_DESC=		GNOME Keyring plugin
64
SHELL_DESC=		Shell Scripts
65
SHELL_DESC=		Shell Scripts
Lines 87-92 Link Here
87
KWALLET_CMAKE_BOOL=	WITH_KF5WALLET
88
KWALLET_CMAKE_BOOL=	WITH_KF5WALLET
88
89
89
NLS_CMAKE_BOOL=		WITH_TRANSLATIONS
90
NLS_CMAKE_BOOL=		WITH_TRANSLATIONS
91
92
PYTHON_USES=		python
93
PYTHON_CMAKE_BOOL=	WITH_PYTHONLIBS
90
94
91
RDP_LIB_DEPENDS=	libfreerdp2.so:net/freerdp libxkbfile.so:x11/libxkbfile
95
RDP_LIB_DEPENDS=	libfreerdp2.so:net/freerdp libxkbfile.so:x11/libxkbfile
92
96
(-)net/remmina/pkg-plist (-1 / +1 lines)
Lines 10-16 Link Here
10
%%SPICE%%lib/remmina/plugins/remmina-plugin-spice.so
10
%%SPICE%%lib/remmina/plugins/remmina-plugin-spice.so
11
%%VNC%%lib/remmina/plugins/remmina-plugin-vnc.so
11
%%VNC%%lib/remmina/plugins/remmina-plugin-vnc.so
12
%%WWW%%lib/remmina/plugins/remmina-plugin-www.so
12
%%WWW%%lib/remmina/plugins/remmina-plugin-www.so
13
lib/remmina/plugins/remmina-plugin-python_wrapper.so
13
%%PYTHON%%lib/remmina/plugins/remmina-plugin-python_wrapper.so
14
libdata/pkgconfig/remmina.pc
14
libdata/pkgconfig/remmina.pc
15
share/man/man1/remmina-file-wrapper.1.gz
15
share/man/man1/remmina-file-wrapper.1.gz
16
share/man/man1/remmina.1.gz
16
share/man/man1/remmina.1.gz

Return to bug 265056