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

Collapse All | Expand All

(-)Makefile (-2 / +6 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	rdesktop
4
PORTNAME=	rdesktop
5
PORTVERSION=	1.8.6
5
PORTVERSION=	1.9.0
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	net comms
7
CATEGORIES=	net comms
8
8
Lines 11-20 Link Here
11
11
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3
13
13
14
LIB_DEPENDS=	libgmp.so:math/gmp
15
14
USES=		autoreconf gmake iconv pkgconfig ssl xorg
16
USES=		autoreconf gmake iconv pkgconfig ssl xorg
15
USE_XORG=	x11 xrandr
17
USE_XORG=	x11 xrandr xcursor
16
USE_GITHUB=	yes
18
USE_GITHUB=	yes
17
19
20
LDFLAGS+=	-L${LOCALBASE}/lib -lgmp
21
18
CONFIGURE_ARGS+=	${ICONV_CONFIGURE_ARG} \
22
CONFIGURE_ARGS+=	${ICONV_CONFIGURE_ARG} \
19
			--disable-credssp
23
			--disable-credssp
20
GNU_CONFIGURE=		yes
24
GNU_CONFIGURE=		yes
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1558529787
1
TIMESTAMP = 1595462430
2
SHA256 (rdesktop-rdesktop-v1.8.6_GH0.tar.gz) = ffb9f8e2f0b7a06e383e550698bdc9734ae33eb3ec971b0a094078434a4bba6d
2
SHA256 (rdesktop-rdesktop-v1.9.0_GH0.tar.gz) = d547c2e6f3e4c818a7e69a0f39adb39fac303633e0c25aa804bb588507ffc230
3
SIZE (rdesktop-rdesktop-v1.8.6_GH0.tar.gz) = 393706
3
SIZE (rdesktop-rdesktop-v1.9.0_GH0.tar.gz) = 390062
(-)files/patch-xwin.c (-1 / +1 lines)
Lines 1-6 Link Here
1
--- xwin.c.orig	2011-04-13 04:13:04.000000000 -0700
1
--- xwin.c.orig	2011-04-13 04:13:04.000000000 -0700
2
+++ xwin.c	2012-10-08 19:06:06.000000000 -0700
2
+++ xwin.c	2012-10-08 19:06:06.000000000 -0700
3
@@ -2150,4 +2150,6 @@ ui_resize_window()
3
@@ -2168,4 +2168,6 @@ ui_resize_window()
4
 		g_backstore = bs;
4
 		g_backstore = bs;
5
 	}
5
 	}
6
+
6
+
(-)pkg-plist (-2 / +1 lines)
Lines 10-16 Link Here
10
%%PORTDOCS%%%%DOCSDIR%%/lspci-channel.txt
10
%%PORTDOCS%%%%DOCSDIR%%/lspci-channel.txt
11
%%PORTDOCS%%%%DOCSDIR%%/makerelease.txt
11
%%PORTDOCS%%%%DOCSDIR%%/makerelease.txt
12
%%PORTDOCS%%%%DOCSDIR%%/patches.txt
12
%%PORTDOCS%%%%DOCSDIR%%/patches.txt
13
%%PORTDOCS%%%%DOCSDIR%%/rdpsnd-rec.txt
14
%%PORTDOCS%%%%DOCSDIR%%/rdpsnd.txt
13
%%PORTDOCS%%%%DOCSDIR%%/rdpsnd.txt
15
%%PORTDOCS%%%%DOCSDIR%%/redirection.txt
14
%%PORTDOCS%%%%DOCSDIR%%/redirection.txt
16
%%PORTDOCS%%%%DOCSDIR%%/seamlessrdp-channel.txt
15
%%PORTDOCS%%%%DOCSDIR%%/seamlessrdp-channel.txt
Lines 34-41 Link Here
34
%%DATADIR%%/keymaps/fr-bepo
33
%%DATADIR%%/keymaps/fr-bepo
35
%%DATADIR%%/keymaps/fr-ca
34
%%DATADIR%%/keymaps/fr-ca
36
%%DATADIR%%/keymaps/fr-ch
35
%%DATADIR%%/keymaps/fr-ch
36
%%DATADIR%%/keymaps/he
37
%%DATADIR%%/keymaps/hr
37
%%DATADIR%%/keymaps/hr
38
%%DATADIR%%/keymaps/he
39
%%DATADIR%%/keymaps/hu
38
%%DATADIR%%/keymaps/hu
40
%%DATADIR%%/keymaps/is
39
%%DATADIR%%/keymaps/is
41
%%DATADIR%%/keymaps/it
40
%%DATADIR%%/keymaps/it

Return to bug 248195