summaryrefslogtreecommitdiff
path: root/comms/scmxx/patches/patch-ab
diff options
context:
space:
mode:
authorkleink <kleink>2002-03-27 22:44:28 +0000
committerkleink <kleink>2002-03-27 22:44:28 +0000
commitafae8196ad44ad0463fb40681e6946965937e360 (patch)
tree73e21ee1be3da20691e4a56e9a8766e427ff4657 /comms/scmxx/patches/patch-ab
parent81f6e454bef93785c76ad9f800c013629e321abc (diff)
downloadpkgsrc-afae8196ad44ad0463fb40681e6946965937e360.tar.gz
Update scmxx to 0.5.16; changes since last revision include:
0.5.16 (2002-03-27) new parameter --reset which resets the phone if it does not respond after a user-aborted file transfer lots of code cleanups changed the read_mytty method to be more cleaner and work with raw mode added read_mytty_limited to read to a boundry instead of a lines end change sending code (sms and files) to makes use of raw mode, so data is really only sent, when no error occurs added is_number method to be more specific than atoi added "all" to file deleting and getting added pipe ability to file getting method do not try to decode unsupported PDU types rearranged this file (now with release dates from this version on) added C45 to the list of supported phones
Diffstat (limited to 'comms/scmxx/patches/patch-ab')
-rw-r--r--comms/scmxx/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/scmxx/patches/patch-ab b/comms/scmxx/patches/patch-ab
new file mode 100644
index 00000000000..6e2176a54be
--- /dev/null
+++ b/comms/scmxx/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.4 2002/03/27 22:44:29 kleink Exp $
+
+--- scmxx.c.orig Wed Mar 27 22:34:03 2002
++++ scmxx.c Wed Mar 27 23:40:15 2002
+@@ -345,8 +345,7 @@
+ va_list arg_list;
+ va_start(arg_list,output);
+ if (verbose_level<=SET_VERBOSE) {
+- vfprintf(stdout,output,arg_list);
++ vfprintf(stderr,output,arg_list);
+ }
+ va_end(arg_list);
+- fflush(stdout);
+ }