Subject: CVS commit: pkgsrc/net/tsclient
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 11/16/2003 21:23:04
Module Name: pkgsrc
Committed By: agc
Date: Sun Nov 16 21:23:04 UTC 2003
Modified Files:
pkgsrc/net/tsclient: Makefile distinfo
Log Message:
Use DIST_SUBDIR to version the distfile, as they modified the contents of
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) {
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/net/tsclient/Makefile \
pkgsrc/net/tsclient/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.