FreeBSD Bugzilla – Attachment 143428 Details for
Bug 190682
[PATCH] net/rdesktop update to 1.8.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch: v1.7.1 -> v1.8.2
net_rdesktop_patch.txt (text/plain), 2.51 KB, created by
Matthew Rezny
on 2014-06-05 23:18:09 UTC
(
hide
)
Description:
patch: v1.7.1 -> v1.8.2
Filename:
MIME Type:
Creator:
Matthew Rezny
Created:
2014-06-05 23:18:09 UTC
Size:
2.51 KB
patch
obsolete
>Index: net/rdesktop/Makefile >=================================================================== >--- net/rdesktop/Makefile (revision 356048) >+++ net/rdesktop/Makefile (working copy) >@@ -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 @@ > > 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 @@ > 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 @@ > --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 >Index: net/rdesktop/distinfo >=================================================================== >--- net/rdesktop/distinfo (revision 356048) >+++ net/rdesktop/distinfo (working copy) >@@ -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 >Index: net/rdesktop/pkg-plist >=================================================================== >--- net/rdesktop/pkg-plist (revision 356048) >+++ net/rdesktop/pkg-plist (working copy) >@@ -45,6 +45,7 @@ > %%DATADIR%%/keymaps/pt > %%DATADIR%%/keymaps/pt-br > %%DATADIR%%/keymaps/ru >+%%DATADIR%%/keymaps/sk > %%DATADIR%%/keymaps/sl > %%DATADIR%%/keymaps/sv > %%DATADIR%%/keymaps/th
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 190682
: 143428