# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= rdesktop VERSION= 1.9.0 REVISION= 4 KEYWORDS= net comms VARIANTS= standard SDESC[standard]= RDP client - Windows NT/2000/2003 Terminal Server HOMEPAGE= https://github.com/rdesktop/rdesktop CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= https://github.com/rdesktop/rdesktop/releases/download/v1.9.0/ DISTFILE[1]= rdesktop-1.9.0.tar.gz:main DF_INDEX= 1 SPKGS[standard]= complete primary docs OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= gmp:static:standard gnutls:dev:standard libao:dev:standard nettle:dev:standard nettle:primary:standard pcsc-lite:dev:standard BUILDRUN_DEPENDS= gnutls:primary:standard libao:primary:standard libsamplerate:primary:standard libtasn1:primary:standard pcsc-lite:primary:standard USES= autoreconf cpe gmake iconv pkgconfig ssl zlib XORG_COMPONENTS= x11 xcursor xrandr LICENSE= GPLv3+:primary LICENSE_TERMS= primary:{{WRKDIR}}/TERMS LICENSE_FILE= GPLv3+:{{WRKSRC}}/COPYING LICENSE_AWK= TERMS:"^\#include" LICENSE_SOURCE= TERMS:{{WRKSRC}}/rdesktop.h LICENSE_SCHEME= solo FPC_EQUIVALENT= net/rdesktop MUST_CONFIGURE= gnu CONFIGURE_ARGS= --disable-credssp --with-ipv6 --with-sound=libao --with-openssl={{OPENSSLBASE}} {{ICONV_CONFIGURE_ARG}} do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/rdesktop/keymaps ${MKDIR} ${STAGEDIR}${STD_DOCDIR} ${INSTALL_PROGRAM} ${WRKSRC}/rdesktop ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/rdesktop.1 \ ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/keymaps/* \ ${STAGEDIR}${PREFIX}/share/rdesktop/keymaps (cd ${WRKSRC} && ${INSTALL_DATA} doc/AUTHORS doc/TODO doc/*.txt \ ${STAGEDIR}${STD_DOCDIR}) [FILE:242:descriptions/desc.primary] Rdesktop is an open source client for Windows NT/2000/2003 Terminal Server, capable of natively speaking its Remote Desktop Protocol (RDP) in order to present the user's Windows desktop. Unlike Citrix ICA, no server extensions are required. [FILE:100:distinfo] 473c2f312391379960efe41caad37852c59312bc8f100f9b5f26609ab5704288 368980 rdesktop-1.9.0.tar.gz [FILE:298:manifests/plist.primary] bin/rdesktop share/man/man1/rdesktop.1.gz share/rdesktop/keymaps/ ar common convert-map cs da de de-ch en-dv en-gb en-us en-us-intl es et fi fo fr fr-be fr-bepo fr-ca fr-ch he hr hu is it ja ko lt lv mk modifiers nl nl-be no pl pt pt-br ru sk sl sv th tr [FILE:124:manifests/plist.docs] share/doc/rdesktop/ AUTHORS TODO ipv6.txt keymap-names.txt keymapping.txt licensing.txt patches.txt redirection.txt [FILE:286:patches/patch-configure] --- configure.orig 2019-09-20 06:39:32 UTC +++ configure @@ -3188,7 +3188,7 @@ if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then - CFLAGS="-g -O2" + NOFLAGS="no-op" else CFLAGS="-g" fi [FILE:477:patches/patch-xwin.c] --- xwin.c.orig 2019-06-13 12:10:15 UTC +++ xwin.c @@ -48,7 +48,7 @@ #define HOST_NAME_MAX MAXHOSTNAMELEN #endif -#ifdef __FreeBSD__ +#if defined __FreeBSD__ || defined __DragonFly__ || defined __NetBSD__ #define HOST_NAME_MAX _POSIX_HOST_NAME_MAX #endif @@ -2167,6 +2167,8 @@ get_sizehints(XSizeHints * sizehints, ui sizehints->min_width = sizehints->max_width = width; sizehints->min_height = sizehints->max_height = height; } + + ui_reset_clip(); } void