summaryrefslogtreecommitdiff
path: root/comms/pilot-link-libs/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2007-01-26 01:26:46 +0000
committermarkd <markd>2007-01-26 01:26:46 +0000
commitfd7f867541d02ba34d30f1dd89a7362b8bb09fe2 (patch)
tree4b679784cb3ca82628e5be44f7fa52945d5f0618 /comms/pilot-link-libs/Makefile
parent0dde197916ecb1a8111f12e45d4fad8848a0680e (diff)
downloadpkgsrc-fd7f867541d02ba34d30f1dd89a7362b8bb09fe2.tar.gz
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.
Diffstat (limited to 'comms/pilot-link-libs/Makefile')
-rw-r--r--comms/pilot-link-libs/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile
index 9277ede4baa..696a15e7be1 100644
--- a/comms/pilot-link-libs/Makefile
+++ b/comms/pilot-link-libs/Makefile
@@ -1,15 +1,13 @@
-# $NetBSD: Makefile,v 1.16 2006/06/04 16:26:52 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2007/01/26 01:26:46 markd Exp $
#
.include "../../comms/pilot-link/Makefile.common"
PKGNAME= pilot-link-libs-${PILOT_LINK_VERS}
-PKGREVISION= 3
COMMENT= Libraries for talking to the 3Com Pilot PDA
CONFLICTS+= pilot-link<0.9.5
-
MAKE_ENV+= PILIB="libsock/libpisock.la"
MAKE_ENV+= PICCLIB="libcc/libpicc.a"
@@ -19,7 +17,6 @@ CONFIGURE_ENV+= ac_cv_header_inttypes_h="no"
BUILD_DIRS= ${WRKSRC}/include
BUILD_DIRS+= ${WRKSRC}/libpisock
-BUILD_DIRS+= ${WRKSRC}/libpisock++
BUILD_DIRS+= ${WRKSRC}/libpisync
.include "../../converters/libiconv/buildlink3.mk"