pkgsrc/net/rdesktop/Makefile
prlw1 f58e8e58f4 Update rdesktop to 1.8.1
Note that major additions are CredSSP and smart card single-sign-on, but
I have no way of testing them, so rather than adding untested dependencies,
I disabled those options.

rdesktop (1.8.1)
  * Fix a typo in configure.ac
  * Fix a bug which made rdesktop steal CPU cycles.
  * Fix issue with reconnect, make use of deactivate variable
  * Added 4 new disconnect reasons with exit codes
  * Fix issues of window handling in SeamlessRDP parts of rdesktop
  * Fix a backward compability with OpenSSL < 0.9.9
  * Fix a bug when code needs a x window available but there are none.
  * Fix a sigsegv zeroing memory
  * Fix a 64bit portability issue

  -- Henrik Andersson <hean01@users.sourceforge.net> 2013-11-18

rdesktop (1.8.0)
  * Support for protocol negotiation eg. SSL/TLSv1 and CredSSP
  * Support for CredSSP + Kerberos authentication (NLA)
  * Support for smart card single-sign-on
  * Support passing smart card pin as password as argument
  * Added IPC for controlling a master rdesktop process
  * Support for connection sharing when using SeamlessRDP
  * Improved handling of network connection failures
  * Autoreconnect using the connection cookie at network failure
  * Fix a few smart card issues
  * Fix bug with mouse scroll handling
  * Fix for left/right braces in Italian keymap
  * Fix crash and memory leak in local drive redirection
  * Fixes issues with license files loading/saving

  -- Henrik Andersson <hean01@users.sourceforge.net> 2013-08-09
2014-01-02 15:12:16 +00:00

37 lines
971 B
Makefile

# $NetBSD: Makefile,v 1.42 2014/01/02 15:12:16 prlw1 Exp $
DISTNAME= rdesktop-1.8.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.rdesktop.org/
COMMENT= Open-source Remote Desktop Protocol client
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-x=${X11BASE}
CONFIGURE_ARGS+= --disable-credssp
CONFIGURE_ARGS+= --disable-smartcard
LDFLAGS+= ${LIBOSSAUDIO}
SUBST_CLASSES+= audio
SUBST_STAGE.audio= pre-configure
SUBST_FILES.audio= rdpsnd_oss.c
SUBST_SED.audio= -e "s,/dev/dsp,${DEVOSSAUDIO},g"
SUBST_MESSAGE.audio= Fixing hardcoded audio device.
.include "options.mk"
.if ${OPSYS} == "NetBSD"
CONFIGURE_ARGS+= --with-sound=oss
.endif
.include "../../mk/oss.buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"