diff options
author | dillo <dillo@pkgsrc.org> | 2001-08-09 08:49:46 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2001-08-09 08:49:46 +0000 |
commit | 8099f4b4eff7c43a2bacf86188ca8417cddf5e8c (patch) | |
tree | 1ffd6190b3130b9cf23a3a00d6369ec9c756e63d /comms/pilot-link-libs | |
parent | 14c535f71464b13592c72cfb4378b7b8276c9563 (diff) | |
download | pkgsrc-8099f4b4eff7c43a2bacf86188ca8417cddf5e8c.tar.gz |
Add patch provided by Bernd Sieker to retry opening tty. This allows
pilot-links to work with newer Handspring devices (they have a *very*
short timeout).
Version of pilot-link-libs bumped to 0.9.5nb1.
Diffstat (limited to 'comms/pilot-link-libs')
-rw-r--r-- | comms/pilot-link-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile index a16d86582fb..51b7a74caa5 100644 --- a/comms/pilot-link-libs/Makefile +++ b/comms/pilot-link-libs/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/27 18:06:05 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/09 08:49:48 dillo Exp $ # .include "../../comms/pilot-link/Makefile.common" -PKGNAME= pilot-link-libs-${PILOT_LINK_VERS} +PKGNAME= pilot-link-libs-${PILOT_LINK_VERS}nb1 COMMENT= Libraries for talking to the 3Com Pilot PDA CONFLICTS+= pilot-link-0.8.* pilot-link-0.9.[0-3] |