diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-06 11:49:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-06 11:49:31 +0800 |
commit | 6cffe575f9c070263a5a4a07b0cdf22f75063316 (patch) | |
tree | 056f81a890e233ec62df0713a485f61b77d6daa6 /net | |
parent | f5bf298080f3b946301ebcaccff9c266beee5d71 (diff) | |
download | freebsd-ports-gnome-6cffe575f9c070263a5a4a07b0cdf22f75063316.tar.gz freebsd-ports-gnome-6cffe575f9c070263a5a4a07b0cdf22f75063316.tar.zst freebsd-ports-gnome-6cffe575f9c070263a5a4a07b0cdf22f75063316.zip |
- Update to 1.8.2
PR: 190682
Diffstat (limited to 'net')
-rw-r--r-- | net/rdesktop/Makefile | 25 | ||||
-rw-r--r-- | net/rdesktop/distinfo | 4 | ||||
-rw-r--r-- | net/rdesktop/pkg-plist | 1 |
3 files changed, 21 insertions, 9 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 5e5d078dc8f2..05e5f2ed8058 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rdesktop -PORTVERSION= 1.7.1 -PORTREVISION?= 1 +PORTVERSION= 1.8.2 CATEGORIES= net comms ipv6 MASTER_SITES= SF @@ -14,18 +13,21 @@ LICENSE= GPLv3 USE_XORG= x11 USES= gmake iconv -CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} +CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} --disable-credssp USE_OPENSSL= yes GNU_CONFIGURE= yes DOCS= doc/AUTHORS doc/TODO doc/*.txt -OPTIONS_DEFINE= DOCS IPV6 RDESKTOP_DEBUG SAMPLERATE AO -RDESKTOP_DEBUG_DESC= Enable debugging +OPTIONS_DEFINE= AO DEBUG DOCS IPV6 SAMPLERATE SMARTCARD +SMARTCARD_DESC= Enable SmartCard login via PCSC-lite .include <bsd.port.options.mk> -.if exists(${LOCALBASE}/lib/libao.so) || ${PORT_OPTIONS:MAO} +.if ${PORT_OPTIONS:MAO} LIB_DEPENDS+= libao.so:${PORTSDIR}/audio/libao +CONFIGURE_ARGS+= --with-sound=libao +.else +CONFIGURE_ARGS+= --with-sound=oss .endif .if exists(${LOCALBASE}/lib/libsamplerate.so) || ${PORT_OPTIONS:MSAMPLERATE} @@ -36,7 +38,13 @@ LIB_DEPENDS+= libsamplerate.so:${PORTSDIR}/audio/libsamplerate CONFIGURE_ARGS+= --with-ipv6 .endif -.if ${PORT_OPTIONS:MRDESKTOP_DEBUG} +.if ${PORT_OPTIONS:MSMARTCARD} +LIB_DEPENDS+= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite +.else +CONFIGURE_ARGS+= --disable-smartcard +.endif + +.if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --with-debug\ --with-debug-kbd\ --with-debug-rdp5\ @@ -44,6 +52,9 @@ CONFIGURE_ARGS+= --with-debug\ --with-debug-sound\ --with-debug-channel\ --with-debug-seamless +.if ${PORT_OPTIONS:MSMARTCARD} +CONFIGURE_ARGS+= --with-debug-smartcard +.endif post-configure: ${ECHO} "#define WITH_DEBUG_SERIAL 1" >> ${WRKSRC}/rdesktop.h diff --git a/net/rdesktop/distinfo b/net/rdesktop/distinfo index fd01679b80a9..303efc52252f 100644 --- a/net/rdesktop/distinfo +++ b/net/rdesktop/distinfo @@ -1,2 +1,2 @@ -SHA256 (rdesktop-1.7.1.tar.gz) = d1ea43adeb23ef1ba425983670372a87cd7560baf8c94ba34215105ed2ef8479 -SIZE (rdesktop-1.7.1.tar.gz) = 298808 +SHA256 (rdesktop-1.8.2.tar.gz) = fbbf23d49d34c215c5a59b2d91c008b61ead4c9fbe1ccb7223973aed24061a78 +SIZE (rdesktop-1.8.2.tar.gz) = 318270 diff --git a/net/rdesktop/pkg-plist b/net/rdesktop/pkg-plist index 244d1c6d293f..bfb434658ce5 100644 --- a/net/rdesktop/pkg-plist +++ b/net/rdesktop/pkg-plist @@ -45,6 +45,7 @@ man/man1/rdesktop.1.gz %%DATADIR%%/keymaps/pt %%DATADIR%%/keymaps/pt-br %%DATADIR%%/keymaps/ru +%%DATADIR%%/keymaps/sk %%DATADIR%%/keymaps/sl %%DATADIR%%/keymaps/sv %%DATADIR%%/keymaps/th |