x11/freerdp port tweaks: enable tests, update DESCR - ok denis@
and tweak COMMENT (including replace Windows Terminal Server with RDP suggested by denis@). We are stuck at 2.0rc1 for now as newer versions need posix timers in the OS, or an alternative implementation to be provided.
This commit is contained in:
parent
3cc27098c4
commit
882306cdc5
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2018/12/11 11:12:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2019/02/10 20:47:51 sthen Exp $
|
||||
|
||||
# Also: __sync_fetch_and_add_4 __sync_add_and_fetch_4 __sync_sub_and_fetch_4
|
||||
BROKEN-hppa = undefined reference to __sync_val_compare_and_swap_4
|
||||
|
||||
COMMENT = open source client for Windows Terminal Server
|
||||
COMMENT = client for Microsoft RDP (remote desktop protocol)
|
||||
DISTNAME = freerdp-2.0.0-rc1
|
||||
PKGNAME = freerdp-2.0.0rc1
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
CATEGORIES = x11 net
|
||||
|
||||
SHARED_LIBS += freerdp-client2 0.0 # 2.0
|
||||
@ -37,7 +37,8 @@ LIB_DEPENDS = devel/libexecinfo \
|
||||
print/cups,-libs \
|
||||
graphics/ffmpeg
|
||||
|
||||
CONFIGURE_ARGS += -DWITH_CUPS=ON \
|
||||
CONFIGURE_ARGS += -DBUILD_TESTING=ON \
|
||||
-DWITH_CUPS=ON \
|
||||
-DWITH_DIRECTFB=OFF \
|
||||
-DWITH_GSTREAMER_0_10=OFF \
|
||||
-DWITH_GSTREAMER_1_0=OFF \
|
||||
@ -46,8 +47,6 @@ CONFIGURE_ARGS += -DWITH_CUPS=ON \
|
||||
-DWITH_LIBSYSTEMD=OFF \
|
||||
-DWITH_OSS=OFF
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/winpr/libwinpr/CMakeLists.txt
|
||||
${SUBST_CMD} ${WRKSRC}/CMakeLists.txt
|
||||
|
@ -1,4 +1,5 @@
|
||||
freerdp is a fork of the rdesktop project and is an open source client
|
||||
for Windows NT and 2000 Terminal Server, capable of natively speaking
|
||||
the Remote Desktop Protocol (RDP) in order to present the user's Windows
|
||||
desktop.
|
||||
FreeRDP is a free implementation of RDP, Microsoft's Remote Desktop Protocol.
|
||||
It provides a library and client software to provide a user with a graphical
|
||||
interface to connect to another computer over a network connection.
|
||||
|
||||
It includes features like clipboard sharing, device and folder redirection.
|
||||
|
Loading…
x
Reference in New Issue
Block a user