From 8cffa73ba37d98b14b6c559d3d3441819caa725e Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 9 Aug 2009 08:36:34 +0000 Subject: 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. --- comms/p5-pilot-link/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'comms/p5-pilot-link') diff --git a/comms/p5-pilot-link/Makefile b/comms/p5-pilot-link/Makefile index 06e04ca5522..bb4ed4ef212 100644 --- a/comms/p5-pilot-link/Makefile +++ b/comms/p5-pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2009/06/30 00:07:12 joerg Exp $ +# $NetBSD: Makefile,v 1.43 2009/08/09 08:36:34 wiz Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,7 +6,6 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../comms/pilot-link/Makefile.common" PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 COMMENT= Perl bindings for pilot-link @@ -24,9 +23,9 @@ PERL5_LDFLAGS= -lpisock REPLACE_PERL+= bindings/Perl/h2xs-pilot-link src/pilot-ietf2datebook.pl -INSTALL_DIRS= ${WRKSRC}/bindings +INSTALL_DIRS= bindings INSTALLATION_DIRS= bin -BUILD_DIRS+= ${WRKSRC}/src +BUILD_DIRS+= src BUILD_DIRS+= ${INSTALL_DIRS} SUBST_CLASSES+= progs -- cgit v1.2.3