pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/jpilot-syncmal Update jpilot-syncmal to 0.80



details:   https://anonhg.NetBSD.org/pkgsrc/rev/558b864236cf
branches:  trunk
changeset: 524473:558b864236cf
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Jan 26 01:44:55 2007 +0000

description:
Update jpilot-syncmal to 0.80

0.80 - 01/16/2006
- Back to libmal again. This version has much better integration with
  libmal than 0.43.
  There is no functional difference between this version and the last.

0.73 - 12/05/2006
- Several fixes for the pilot-link 0.12 code.  Thanks to John McCreesh and
  Antoine Jacoutot for their help fixing and testing this.

0.72.2 - 9/12/2006
- Added support for pilot-link 0.12.x
- Updated automake files

0.72.1 - 8/8/2003
- Fixed a bug that caused J-Pilot sync to abort with the cryptic error
  message "ReadDBList returned = -1"

0.72 - 7/26/2003
- Upgraded malsync source to malsync 2.1.1
- Updated libmal.c to reflect changes in malsync
- Should now support color devices up to 8bpp (malsync does not yet support
  color depths greater than 8bpp)
- Minor changes to malsync source; see the ChangeLog in the malsync
  subdirectory for details
- Uses automake.  Makefile.am submitted by Ludovic Rousseau

diffstat:

 comms/jpilot-syncmal/Makefile         |   8 ++++----
 comms/jpilot-syncmal/distinfo         |  11 +++++------
 comms/jpilot-syncmal/patches/patch-ab |  21 ---------------------
 3 files changed, 9 insertions(+), 31 deletions(-)

diffs (71 lines):

diff -r cd75f710db1f -r 558b864236cf comms/jpilot-syncmal/Makefile
--- a/comms/jpilot-syncmal/Makefile     Fri Jan 26 01:37:09 2007 +0000
+++ b/comms/jpilot-syncmal/Makefile     Fri Jan 26 01:44:55 2007 +0000
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2006/07/07 15:49:31 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2007/01/26 01:44:55 markd Exp $
 
-DISTNAME=              jpilot-syncmal_0.71.2
-PKGNAME=               jpilot-syncmal-0.71.2
-PKGREVISION=           8
+DISTNAME=              jpilot-syncmal-0.80
 CATEGORIES=            comms
 MASTER_SITES=          http://jasonday.home.att.net/code/syncmal/
 
@@ -21,6 +19,7 @@
 CONFIGURE_ARGS+=       --enable-gtk2
 CONFIGURE_ARGS+=       --with-plugin-prefix=${BUILDLINK_PREFIX.jpilot}/include/jpilot
 CONFIGURE_ARGS+=       --with-pilot-prefix=${BUILDLINK_PREFIX.pilot-link-libs}
+CONFIGURE_ARGS+=       --with-libmal=${BUILDLINK_PREFIX.libmal}
 MAKE_ENV+=             PILOT_LINK_DIR=${BUILDLINK_PREFIX.pilot-link-libs}
 CFLAGS+=               -D__unix__=1
 
@@ -28,6 +27,7 @@
 PLIST_SUBST+=          PLUGINSDIR=${PLUGINSDIR:S/${PREFIX}\///}
 
 .include "../../comms/jpilot/buildlink3.mk"
+.include "../../comms/libmal/buildlink3.mk"
 .include "../../comms/pilot-link-libs/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r cd75f710db1f -r 558b864236cf comms/jpilot-syncmal/distinfo
--- a/comms/jpilot-syncmal/distinfo     Fri Jan 26 01:37:09 2007 +0000
+++ b/comms/jpilot-syncmal/distinfo     Fri Jan 26 01:44:55 2007 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.6 2006/02/16 18:09:49 wiz Exp $
+$NetBSD: distinfo,v 1.7 2007/01/26 01:44:55 markd Exp $
 
-SHA1 (jpilot-syncmal_0.71.2.tar.gz) = f7a81e69155df2423873ed8a98549ccb56480ec6
-RMD160 (jpilot-syncmal_0.71.2.tar.gz) = 05cb1e7d66a99bd4bda194eda849671a9f65cd6d
-Size (jpilot-syncmal_0.71.2.tar.gz) = 299645 bytes
-SHA1 (patch-aa) = 67915bd2be89ceaa7d3061af2284e2e455f301bb
-SHA1 (patch-ab) = 3cfe2caa22b973411602323bd922480815143e19
+SHA1 (jpilot-syncmal-0.80.tar.gz) = 417bca84254f1fc2854d6b17656cfc794352ac2a
+RMD160 (jpilot-syncmal-0.80.tar.gz) = bb2b9ab5c6615e50746ec909c1553a97138b8d6a
+Size (jpilot-syncmal-0.80.tar.gz) = 332428 bytes
+SHA1 (patch-aa) = 6c05a016a14695bcec7540553bcca8d8f86a2dc7
diff -r cd75f710db1f -r 558b864236cf comms/jpilot-syncmal/patches/patch-ab
--- a/comms/jpilot-syncmal/patches/patch-ab     Fri Jan 26 01:37:09 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2003/01/13 13:21:09 wiz Exp $
-
---- malsync/mal/common/AGNet.h.orig    Fri Jan  5 17:50:07 2001
-+++ malsync/mal/common/AGNet.h
-@@ -54,6 +54,7 @@
- #       else /* defined(macintosh) */
- #           include <netdb.h>
- #           include <sys/types.h>
-+#           include <sys/param.h>
- #           include <sys/socket.h>
- #           include <unistd.h>
- #           include <netinet/in.h>
-@@ -61,7 +62,7 @@
- #               include <sys/filio.h>
- #               include <arpa/inet.h>
- #           else
--#               if defined(__FreeBSD__) || defined(_HPUX_SOURCE)
-+#               if (defined(BSD) && BSD >= 199306) || defined(_HPUX_SOURCE)
- #                   include <sys/ioctl.h>
- #                   include <arpa/inet.h>
- #               else



Home | Main Index | Thread Index | Old Index