pkgsrc/comms/pilot-link-libs/Makefile
wiz 33f252e7e6 Update to 0.12.4:
Last-minute fixes before releasing 0.12.4

Fix for Sony SJ-22 device sync (fixes bug #1957 filed at
bugs.pilot-link.org)

Updated documentation to reflect a cleaner layout and output
(closes bug #1913 in the bugtracker at bugs.pilot-link.org

Integrate jpilot's contacts support. See
http://lists.pilot-link.org/pipermail/pilot-link-devel/2009-February/001762.html

Adding CalendarDB support to pilot-link

Adding minor tweak for m4 macro optimizations

Minor fix for a buffer size miscalculation (from Nicholas Piper)

Adding missing newline at the end of the file.

pi-debug.h, pi-threadsafe.h: Cleaning up unnecessary references
to config.h here.

Added pi-md5.h.in

generates pi-md5.h

Now autogenerated from pi-md5.h.in

Add minor fix for reported segfault when closing down bluetooth
connection.  This closes bug #1872

UINT32 was broken on 64-bit systems.  This should fix it on most
systems.

Increment ChangeLog to test/validate an LDAP permission issue
with LockDir

Implementing a Zire 22 fix from Tom Billiet

Bump for 0.12.4

Added Aaron's fixes (oof! This has been in the queue for awhile.
Sorry Aaron). This closes bug #1448.
2009-08-09 08:36:34 +00:00

25 lines
667 B
Makefile

# $NetBSD: Makefile,v 1.22 2009/08/09 08:36:34 wiz Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../comms/pilot-link/Makefile.common"
PKGNAME= pilot-link-libs-${PILOT_LINK_VERS}
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"
.if !empty(MACHINE_PLATFORM:MIRIX-5.3-*)
CONFIGURE_ENV+= ac_cv_header_inttypes_h="no"
.endif
BUILD_DIRS= include libpisock libpisync
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"