Index: head/net/rdesktop/Makefile =================================================================== --- head/net/rdesktop/Makefile (revision 547511) +++ head/net/rdesktop/Makefile (revision 547512) @@ -1,73 +1,82 @@ # Created by: mwest@uct.ac.za # $FreeBSD$ PORTNAME= rdesktop -PORTVERSION= 1.8.6 +PORTVERSION= 1.9.0 DISTVERSIONPREFIX= v CATEGORIES= net comms -MAINTAINER= gregf@hugops.pw +MAINTAINER= freebsd@gregv.net COMMENT= RDP client for Windows NT/2000/2003 Terminal Server LICENSE= GPLv3 -USES= autoreconf gmake iconv pkgconfig ssl xorg -USE_XORG= x11 xrandr +LIB_DEPENDS= libgmp.so:math/gmp \ + libgnutls.so:security/gnutls \ + libnettle.so:security/nettle \ + libtasn1.so:security/libtasn1 + +USES= autoreconf gmake iconv pkgconfig xorg +USE_XORG= x11 xcursor xrandr USE_GITHUB= yes CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} \ --disable-credssp GNU_CONFIGURE= yes DOCS= doc/*.txt doc/AUTHORS doc/TODO OPTIONS_DEFINE= AO DEBUG DOCS IPV6 SAMPLERATE SMARTCARD SMARTCARD_DESC= Enable SmartCard login via PCSC-lite .include .if ${PORT_OPTIONS:MAO} LIB_DEPENDS+= libao.so:audio/libao CONFIGURE_ARGS+= --with-sound=libao .else CONFIGURE_ARGS+= --with-sound=oss .endif .if exists(${LOCALBASE}/lib/libsamplerate.so) || ${PORT_OPTIONS:MSAMPLERATE} LIB_DEPENDS+= libsamplerate.so:audio/libsamplerate .endif .if ${PORT_OPTIONS:MIPV6} CONFIGURE_ARGS+= --with-ipv6 .endif .if ${PORT_OPTIONS:MSMARTCARD} LIB_DEPENDS+= libpcsclite.so:devel/pcsc-lite .else CONFIGURE_ARGS+= --disable-smartcard .endif .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --with-debug \ --with-debug-channel \ --with-debug-clipboard \ --with-debug-kbd \ --with-debug-rdp5 \ --with-debug-seamless \ --with-debug-sound .if ${PORT_OPTIONS:MSMARTCARD} CONFIGURE_ARGS+= --with-debug-smartcard .endif post-configure: ${ECHO} "#define WITH_DEBUG_SERIAL 1" >> ${WRKSRC}/rdesktop.h .endif + +post-patch: + @${REINPLACE_CMD} -e '/-o rdesktop/s,-lX11,& -lgmp,' \ + ${WRKSRC}/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rdesktop ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/rdesktop.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR}/keymaps ${INSTALL_DATA} ${WRKSRC}/keymaps/* ${STAGEDIR}${DATADIR}/keymaps @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/net/rdesktop/distinfo =================================================================== --- head/net/rdesktop/distinfo (revision 547511) +++ head/net/rdesktop/distinfo (revision 547512) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558529787 -SHA256 (rdesktop-rdesktop-v1.8.6_GH0.tar.gz) = ffb9f8e2f0b7a06e383e550698bdc9734ae33eb3ec971b0a094078434a4bba6d -SIZE (rdesktop-rdesktop-v1.8.6_GH0.tar.gz) = 393706 +TIMESTAMP = 1568963028 +SHA256 (rdesktop-rdesktop-v1.9.0_GH0.tar.gz) = d547c2e6f3e4c818a7e69a0f39adb39fac303633e0c25aa804bb588507ffc230 +SIZE (rdesktop-rdesktop-v1.9.0_GH0.tar.gz) = 390062 Index: head/net/rdesktop/pkg-plist =================================================================== --- head/net/rdesktop/pkg-plist (revision 547511) +++ head/net/rdesktop/pkg-plist (revision 547512) @@ -1,59 +1,58 @@ bin/rdesktop man/man1/rdesktop.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/ctrl.txt %%PORTDOCS%%%%DOCSDIR%%/ipv6.txt %%PORTDOCS%%%%DOCSDIR%%/keymap-names.txt %%PORTDOCS%%%%DOCSDIR%%/keymapping.txt %%PORTDOCS%%%%DOCSDIR%%/licensing.txt %%PORTDOCS%%%%DOCSDIR%%/lspci-channel.txt %%PORTDOCS%%%%DOCSDIR%%/makerelease.txt %%PORTDOCS%%%%DOCSDIR%%/patches.txt -%%PORTDOCS%%%%DOCSDIR%%/rdpsnd-rec.txt %%PORTDOCS%%%%DOCSDIR%%/rdpsnd.txt %%PORTDOCS%%%%DOCSDIR%%/redirection.txt %%PORTDOCS%%%%DOCSDIR%%/seamlessrdp-channel.txt %%DATADIR%%/keymaps/ar %%DATADIR%%/keymaps/common %%DATADIR%%/keymaps/convert-map %%DATADIR%%/keymaps/cs %%DATADIR%%/keymaps/da %%DATADIR%%/keymaps/de %%DATADIR%%/keymaps/de-ch %%DATADIR%%/keymaps/en-dv %%DATADIR%%/keymaps/en-gb %%DATADIR%%/keymaps/en-us %%DATADIR%%/keymaps/en-us-intl %%DATADIR%%/keymaps/es %%DATADIR%%/keymaps/et %%DATADIR%%/keymaps/fi %%DATADIR%%/keymaps/fo %%DATADIR%%/keymaps/fr %%DATADIR%%/keymaps/fr-be %%DATADIR%%/keymaps/fr-bepo %%DATADIR%%/keymaps/fr-ca %%DATADIR%%/keymaps/fr-ch -%%DATADIR%%/keymaps/hr %%DATADIR%%/keymaps/he +%%DATADIR%%/keymaps/hr %%DATADIR%%/keymaps/hu %%DATADIR%%/keymaps/is %%DATADIR%%/keymaps/it %%DATADIR%%/keymaps/ja %%DATADIR%%/keymaps/ko %%DATADIR%%/keymaps/lt %%DATADIR%%/keymaps/lv %%DATADIR%%/keymaps/mk %%DATADIR%%/keymaps/modifiers %%DATADIR%%/keymaps/nl %%DATADIR%%/keymaps/nl-be %%DATADIR%%/keymaps/no %%DATADIR%%/keymaps/pl %%DATADIR%%/keymaps/pt %%DATADIR%%/keymaps/pt-br %%DATADIR%%/keymaps/ru %%DATADIR%%/keymaps/sk %%DATADIR%%/keymaps/sl %%DATADIR%%/keymaps/sv %%DATADIR%%/keymaps/th %%DATADIR%%/keymaps/tr