summaryrefslogtreecommitdiff
path: root/net/rdesktop/patches/patch-aa
diff options
context:
space:
mode:
authorgrant <grant>2003-11-20 04:46:08 +0000
committergrant <grant>2003-11-20 04:46:08 +0000
commit2046521be57315aa56b1f9eb3159c0908bf59d2a (patch)
tree0c4bbff9271031869160350732528558d7cba2fb /net/rdesktop/patches/patch-aa
parent40134141449b5df4d4b6d9ff932405f54f18bdb5 (diff)
downloadpkgsrc-2046521be57315aa56b1f9eb3159c0908bf59d2a.tar.gz
Updated rdesktop to 1.3.0.
Major changes since 1.2.0: New features: * RDP 5 * 15, 16 and 24 bit color depths * Basic clipboard redirection * Sound * IPv6 * Attaching to console on Windows 2003 Other changes: * Updated keymaps * Increased maximum lengths for usernames and passwords * Support for specifying geometry in terms of percent of whole screen
Diffstat (limited to 'net/rdesktop/patches/patch-aa')
-rw-r--r--net/rdesktop/patches/patch-aa36
1 files changed, 0 insertions, 36 deletions
diff --git a/net/rdesktop/patches/patch-aa b/net/rdesktop/patches/patch-aa
deleted file mode 100644
index 8e5eae4a9aa..00000000000
--- a/net/rdesktop/patches/patch-aa
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2003/03/06 19:08:11 jlam Exp $
-
---- Makefile.orig Thu Mar 6 10:50:37 2003
-+++ Makefile
-@@ -29,23 +29,19 @@ Makeconf:
- install: installbin installkeymaps installman
-
- installbin: rdesktop
-- mkdir -p $(DESTDIR)/$(bindir)
-- install rdesktop $(DESTDIR)/$(bindir)
-- strip $(DESTDIR)/$(bindir)/rdesktop
-- chmod 755 $(DESTDIR)/$(bindir)/rdesktop
-+ ${BSD_INSTALL_PROGRAM_DIR} $(DESTDIR)/$(bindir)
-+ ${BSD_INSTALL_PROGRAM} rdesktop $(DESTDIR)/$(bindir)
-
- installman: doc/rdesktop.1
-- mkdir -p $(DESTDIR)/$(mandir)/man1
-- cp doc/rdesktop.1 $(DESTDIR)/$(mandir)/man1
-- chmod 644 $(DESTDIR)/$(mandir)/man1/rdesktop.1
-+ ${BSD_INSTALL_MAN_DIR} $(DESTDIR)/$(mandir)/man1
-+ ${BSD_INSTALL_MAN} doc/rdesktop.1 $(DESTDIR)/$(mandir)/man1
-
- installkeymaps:
-- mkdir -p $(DESTDIR)/$(KEYMAP_PATH)
-+ ${BSD_INSTALL_DATA_DIR} $(DESTDIR)/$(KEYMAP_PATH)
- # Prevent copying the CVS directory
-- cp keymaps/?? keymaps/??-?? $(DESTDIR)/$(KEYMAP_PATH)
-- cp keymaps/common $(DESTDIR)/$(KEYMAP_PATH)
-- cp keymaps/modifiers $(DESTDIR)/$(KEYMAP_PATH)
-- chmod 644 $(DESTDIR)/$(KEYMAP_PATH)/*
-+ ${BSD_INSTALL_DATA} keymaps/?? keymaps/??-?? $(DESTDIR)/$(KEYMAP_PATH)
-+ ${BSD_INSTALL_DATA} keymaps/common $(DESTDIR)/$(KEYMAP_PATH)
-+ ${BSD_INSTALL_DATA} keymaps/modifiers $(DESTDIR)/$(KEYMAP_PATH)
-
- proto:
- cproto -DMAKE_PROTO -o proto.h *.c