head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.28 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.26 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.24 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.22 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.20 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.18 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.16 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.14 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.12 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.10 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.8 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.6 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.4 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.2 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.4.0.16 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.14 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.12 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.10 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.8 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.6 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.4 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.2 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.3.0.10 pkgsrc-2004Q4-base:1.3 pkgsrc-2004Q3:1.3.0.8 pkgsrc-2004Q3-base:1.3 pkgsrc-2004Q2:1.3.0.6 pkgsrc-2004Q2-base:1.3 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 netbsd-1-6:1.2.0.8 netbsd-1-6-RELEASE-base:1.2 pkgviews:1.2.0.4 pkgviews-base:1.2 buildlink2:1.2.0.2 buildlink2-base:1.2 netbsd-1-5-PATCH003:1.2; locks; strict; comment @# @; 1.5 date 2007.01.26.01.26.46; author markd; state dead; branches; next 1.4; 1.4 date 2005.01.25.18.41.19; author tv; state Exp; branches; next 1.3; 1.3 date 2003.01.10.04.30.20; author rh; state dead; branches; next 1.2; 1.2 date 2002.03.15.02.43.57; author markd; state Exp; branches; next 1.1; 1.1 date 2002.01.30.10.05.13; author dillo; state Exp; branches; next ; desc @@ 1.5 log @Update pilot-link-libs, pilot-link, p5-pilot-link to 0.12.1 pilot-link v0.12.1 There isn't much "new" in this release, just some rapid-fire bug fixes reported from users and a lot of code has been cleaned up in the tree to remove unnecessary includes. * Code cleanup in libpisock, libpisync, src and include * Fixed the installation faux pas with udev rules, oops! pilot-link v0.12.0 pilot-link 0.12.0 "Trois ans" ("Three Years") is now official. There have been so many changes in this release and I can't remember them all, but here's the short list: * Many of the userland binaries now have new names, to avoid some potential namespace collisions (dlpsh is now pilot-dlpsh for example, memos is now pilot-memos). If you use scripts which call these applications, you may have to make minor changes to accomodate the new naming scheme. * Documentation is now in DocBook XML, and manpages are dynamically generated from that source. Other docs are much more detailed, and there are quite a few README files that have been added to help. * Direct libusb support! This is one of the most monumental features in 0.12.0, and should help those who have trouble using the kernel's visor driver in Linux with their device. Now you can get a healthy 300% to 600% speedup in sync times, depending on your Palm's processor speed. See doc/README.libusb for details. Thanks go to Zephania Hull for working out how to get native libusb working with pilot-link. * Native support for Mac OS X. You can now just download the tarball and build it directly on Mac OS X machines, and it will just run. Thanks go to Florent Pillet for his tireless work in getting this all working efficiently and for squashing countless bugs in the libraries along the way. * So many other fixes, additions, features and new things to count. @ text @$NetBSD: patch-af,v 1.4 2005/01/25 18:41:19 tv Exp $ --- libpisock/Makefile.in.orig 2005-01-25 13:37:11.000000000 -0500 +++ libpisock/Makefile.in @@@@ -189,7 +189,7 @@@@ libpisock_la_SOURCES = \ libpisock_la_LIBADD = \ - $(ICONV_LIBS) + $(ICONV_LIBS) -lm libpisock_la_LDFLAGS = \ @ 1.4 log @Make sure libpisock is linked with -lm -- should fix compilation of dependents that previously died because ldexp(), frexp() were unavailable. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Update pilot-link packages to 0.11.7. Changes are too numerous to list here. They include * tons of bug fixes, * USB support, * C++ support, * restructured libraries; and * tons of other new features. @ text @d1 1 a1 1 $NetBSD: patch-af,v 1.2 2002/03/15 02:43:57 markd Exp $ d3 3 a5 11 diff -r -u pilot-link.0.9.5/libsock/slp.c work/pilot-link.0.9.5/libsock/slp.c --- libsock/slp.c.orig Wed Jun 6 10:16:56 2001 +++ libsock/slp.c Wed Jan 30 09:44:42 2002 @@@@ -136,6 +141,8 @@@@ ps->mac->state++; ps->mac->expect = 1; ps->mac->buf++; + } else if (v == 0xbe) { + ps->mac->expect = 1; } break; a6 11 @@@@ -146,6 +158,11 @@@@ ps->mac->state++; ps->mac->expect = 7; ps->mac->buf++; + } else if (v == 0xbe) { + --ps->mac->buf; + ps->mac->buf[-1] = v; + ps->mac->expect = 1; + ps->mac->state = 2; } break; d8 6 @ 1.2 log @Reduce the amount of context in this patch as for some reason Solaris's gpatch (and the version of patch in pkgsrc) don't like the original but are happy with this. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @update pilot-link-libs to 0.9.5nb2: fix error recovery (in SLP and PADP protocols) @ text @d15 1 a15 4 @@@@ -143,9 +155,14 @@@@ if (v == 0xed) { /* OK. we think we're sync'ed, so go for the rest of the header */ @