summaryrefslogtreecommitdiff
path: root/comms/jpilot-syncmal
diff options
context:
space:
mode:
authormarkd <markd>2007-01-26 01:44:55 +0000
committermarkd <markd>2007-01-26 01:44:55 +0000
commitc4523a34e61d8c096a5a3fb9f8bf07d949c94b09 (patch)
tree16d1644c1c8c52e9a28bc22f303fb439facaae61 /comms/jpilot-syncmal
parentfd626774aef015436e72fa3cdf2af08f393c6b7d (diff)
downloadpkgsrc-c4523a34e61d8c096a5a3fb9f8bf07d949c94b09.tar.gz
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 (limited to 'comms/jpilot-syncmal')
-rw-r--r--comms/jpilot-syncmal/Makefile8
-rw-r--r--comms/jpilot-syncmal/distinfo11
-rw-r--r--comms/jpilot-syncmal/patches/patch-ab21
3 files changed, 9 insertions, 31 deletions
diff --git a/comms/jpilot-syncmal/Makefile b/comms/jpilot-syncmal/Makefile
index 4284ed7f481..7b0548ac18e 100644
--- a/comms/jpilot-syncmal/Makefile
+++ b/comms/jpilot-syncmal/Makefile
@@ -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 @@ GNU_CONFIGURE= yes
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 @@ PLUGINSDIR= ${PREFIX}/lib/jpilot/plugins
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 --git a/comms/jpilot-syncmal/distinfo b/comms/jpilot-syncmal/distinfo
index 04ff68848ac..7f4a35be351 100644
--- a/comms/jpilot-syncmal/distinfo
+++ b/comms/jpilot-syncmal/distinfo
@@ -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 --git a/comms/jpilot-syncmal/patches/patch-ab b/comms/jpilot-syncmal/patches/patch-ab
deleted file mode 100644
index cc0eddc151d..00000000000
--- a/comms/jpilot-syncmal/patches/patch-ab
+++ /dev/null
@@ -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