Age | Commit message (Collapse) | Author | Files | Lines |
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
all these packages.
|
|
*-dirs packages.
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
This shouldn't be needed if we had non-recursive dependancies *sigh*.
|
|
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
( We really need non-recursive dependancies... *sigh* )
|
|
Changes:
o Fix sound support.
o Fixes, translations, remove compact mode,
move support to rdesktop 1.3.
|
|
|
|
the distfile without bumping the version number on it.
Differences from previous version is (the modification to the comment
is mine):
--- old/tsclient-0.124/src/support.c 2003-09-16 05:52:51.000000000 +0100
+++ new/tsclient-0.124/src/support.c 2003-10-18 19:18:47.000000000 +0100
@@ -482,7 +482,7 @@
// do this [....] for all modes
sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL));
- buffer[strlen(buffer)-4] = '\0';
+ //buffer[strlen(buffer)-4] = '\0';
c_argv[c_argc++] = g_strdup (buffer);
} else if (rdp->protocol == 2) {
@@ -542,7 +542,7 @@
c_argv[c_argc++] = strdup(buffer);
sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL));
- buffer[strlen(buffer)-2] = '\0';
+ //buffer[strlen(buffer)-2] = '\0';
c_argv[c_argc++] = strdup(buffer);
} else if (rdp->protocol == 3) {
|
|
|
|
notification! (pt -> pt_PT). Thanks again to Robert Elz, because I didn't
know that.
|
|
try to contact with the author, reported by Robert Elz #PR pkg/22842,
thanks :)
|
|
Changes:
This version fixes more banner problems, fixes bug in compact mode so that
it now reads computer name properly, fixes a bug in the VNC code, and
updates and adds several translations.
|
|
Tsclient is a frontend for rdesktop
Features:
* GTK+-2.0
* GNOME panel applet to quickly launch saved rdp files
* supports most of the rdesktop-1.1.0 arguments
* reads .rdp files in the M$ Unicode format
* writes .rdp files in ascii (which can then be read by this
and the M$ client)
* looks and functions very much like the M$ client
* is written in C
* features an "rdp picker" which lists .rdp files in ~/.tsclient/
and launches rdesktop from the rdp file when selected
* VNC support as a client only (vncviewer)
|