summaryrefslogtreecommitdiff
path: root/comms/jpilot/patches
diff options
context:
space:
mode:
authorrh <rh>2003-01-10 04:34:18 +0000
committerrh <rh>2003-01-10 04:34:18 +0000
commit3efbe9d84b299775d461590342fa9d41fea808da (patch)
tree0236ce49465ce39a1582a788e941b99e61ecf192 /comms/jpilot/patches
parentf61f6c09e69df3437a5a90c890414861babdf954 (diff)
downloadpkgsrc-3efbe9d84b299775d461590342fa9d41fea808da.tar.gz
Update jpilot to 0.99.3. Changes include:
* Added Simplified Chinese translation * Added Traditional Chinese translation * Made dialog windows Modal * Manana support http://bill.sexton.tripod.com/download.htm * Changed code to keep unique IDs intact. * Support for OS 4.X passwords. * Better DateBk support * Pop up dialogs during the sync when different user name, null ID is found. * Lots of patches, bug fixes and minor improvements. * Made changes to support pilot-link 0.10.1 and USB * Export for Datebook, Address, Todo, and Memo * Import for Datebook, Address, Todo, and Memo * Can now enter begin/end times into datebook by GUI, or keyboard. * Put icons in clist title buttons. * Prompts to Save a changed/new record instead of letting it get away. * Drastically improved local database read speeds caused by bugs intro'd in 0.99 * Fixed misc bugs in alarms. * Support for pedit (pedit is a memo editor for the palm). * Added Preferences to choose conduits. * Adding in better printing support. * Adding in record masking support. * Wrote a KeyRing plugin (KeyRing is a palm encryption app). * Added Restore Functionality. * Added plugin_startup & plugin_cleanup funcs to jpilot-sync. * Added man pages. * Added plugin_startup and plugin_cleanup to jpilot-sync. * Added a default pdb file for Expenses. * Added an icon when iconized.
Diffstat (limited to 'comms/jpilot/patches')
-rw-r--r--comms/jpilot/patches/patch-aa95
-rw-r--r--comms/jpilot/patches/patch-ab15
-rw-r--r--comms/jpilot/patches/patch-ac13
-rw-r--r--comms/jpilot/patches/patch-ad12
-rw-r--r--comms/jpilot/patches/patch-ae39
5 files changed, 69 insertions, 105 deletions
diff --git a/comms/jpilot/patches/patch-aa b/comms/jpilot/patches/patch-aa
index da1eb616622..8608abefb6a 100644
--- a/comms/jpilot/patches/patch-aa
+++ b/comms/jpilot/patches/patch-aa
@@ -1,34 +1,65 @@
-$NetBSD: patch-aa,v 1.3 2001/03/01 21:13:12 tron Exp $
+$NetBSD: patch-aa,v 1.4 2003/01/10 04:34:19 rh Exp $
---- Makefile.in.orig Tue Feb 6 20:31:05 2001
-+++ Makefile.in Thu Mar 1 22:11:03 2001
-@@ -43,7 +43,7 @@
- INTLLIBS = @INTLLIBS@
+--- docs/Makefile.in.orig Wed Oct 9 11:55:05 2002
++++ docs/Makefile.in
+@@ -330,33 +330,33 @@ uninstall-man: uninstall-man1
+ # HTML documentation, etc.
+ ###
+ install-data-local:
+- $(INSTALL) -d -m 755 $(prefix)/doc/$(PACKAGE)-$(VERSION)
+- $(INSTALL) -m 644 manual.html $(prefix)/doc/$(PACKAGE)-$(VERSION)/
+- $(INSTALL) -m 644 plugin.html $(prefix)/doc/$(PACKAGE)-$(VERSION)
+- $(INSTALL) -m 644 jpilot-address.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
+- $(INSTALL) -m 644 jpilot-datebook.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
+- $(INSTALL) -m 644 jpilot-expense.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
+- $(INSTALL) -m 644 jpilot-install.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
+- $(INSTALL) -m 644 jpilot-memo.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
+- $(INSTALL) -m 644 jpilot-prefs.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
+- $(INSTALL) -m 644 jpilot-print.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
+- $(INSTALL) -m 644 jpilot-search.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
+- $(INSTALL) -m 644 jpilot-todo.png $(prefix)/doc/$(PACKAGE)-$(VERSION)
+- $(INSTALL) -m 644 jpilot-toplogo.jpg $(prefix)/doc/$(PACKAGE)-$(VERSION)
+- $(INSTALL) -d -m 755 $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons
+- $(INSTALL) -m 644 ../icons/README $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/README
+- $(INSTALL) -m 644 ../icons/jpilot-icon1.xpm $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/
+- $(INSTALL) -m 644 ../icons/jpilot-icon2.xpm $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/
+- $(INSTALL) -m 644 ../icons/jpilot-icon3.xpm $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/
+- $(INSTALL) -m 644 ../icons/jpilot-icon4.xpm $(prefix)/doc/$(PACKAGE)-$(VERSION)/icons/
+- $(INSTALL) -m 644 ../BUGS $(prefix)/doc/$(PACKAGE)-$(VERSION)/
+- $(INSTALL) -m 644 ../ChangeLog $(prefix)/doc/$(PACKAGE)-$(VERSION)/
+- $(INSTALL) -m 644 ../COPYING $(prefix)/doc/$(PACKAGE)-$(VERSION)/
+- $(INSTALL) -m 644 ../AUTHORS $(prefix)/doc/$(PACKAGE)-$(VERSION)/
+- $(INSTALL) -m 644 ../INSTALL $(prefix)/doc/$(PACKAGE)-$(VERSION)/
+- $(INSTALL) -m 644 ../README $(prefix)/doc/$(PACKAGE)-$(VERSION)/
+- $(INSTALL) -m 644 ../TODO $(prefix)/doc/$(PACKAGE)-$(VERSION)/
+- $(INSTALL) -m 644 ../UPGRADING $(prefix)/doc/$(PACKAGE)-$(VERSION)/
++ $(INSTALL) -d -m 755 $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
++ $(INSTALL) -m 644 manual.html $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/
++ $(INSTALL) -m 644 plugin.html $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
++ $(INSTALL) -m 644 jpilot-address.png $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
++ $(INSTALL) -m 644 jpilot-datebook.png $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
++ $(INSTALL) -m 644 jpilot-expense.png $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
++ $(INSTALL) -m 644 jpilot-install.png $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
++ $(INSTALL) -m 644 jpilot-memo.png $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
++ $(INSTALL) -m 644 jpilot-prefs.png $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
++ $(INSTALL) -m 644 jpilot-print.png $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
++ $(INSTALL) -m 644 jpilot-search.png $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
++ $(INSTALL) -m 644 jpilot-todo.png $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
++ $(INSTALL) -m 644 jpilot-toplogo.jpg $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
++ $(INSTALL) -d -m 755 $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/icons
++ $(INSTALL) -m 644 ../icons/README $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/icons/README
++ $(INSTALL) -m 644 ../icons/jpilot-icon1.xpm $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/icons/
++ $(INSTALL) -m 644 ../icons/jpilot-icon2.xpm $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/icons/
++ $(INSTALL) -m 644 ../icons/jpilot-icon3.xpm $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/icons/
++ $(INSTALL) -m 644 ../icons/jpilot-icon4.xpm $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/icons/
++ $(INSTALL) -m 644 ../BUGS $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/
++ $(INSTALL) -m 644 ../ChangeLog $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/
++ $(INSTALL) -m 644 ../COPYING $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/
++ $(INSTALL) -m 644 ../AUTHORS $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/
++ $(INSTALL) -m 644 ../INSTALL $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/
++ $(INSTALL) -m 644 ../README $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/
++ $(INSTALL) -m 644 ../TODO $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/
++ $(INSTALL) -m 644 ../UPGRADING $(prefix)/share/doc/$(PACKAGE)-$(VERSION)/
- # Targets
--all: po_dir intl_dir jpilot jpilot-sync jpilot-dump
-+all: po_dir intl_dir jpilot jpilot-sync jpilot-dump jpilot-upgrade-99
-
- jpilot: jpilot.o datebook.o address.o todo.o memo.o \
- utils.o sync.o prefs.o log.o plugins.o \
-@@ -155,7 +155,7 @@
- $(CC) $(OPTIONS) -c cp1250.c
-
- password.o: password.c password.h config.h
-- $(CC) $(OPTIONS) $(GTKFLAGS) -c password.c
-+ $(CC) $(OPTIONS) $(PILOT_FLAGS) $(GTKFLAGS) -c password.c
-
- russian.o: russian.c russian.h config.h
- $(CC) $(OPTIONS) -c russian.c
-@@ -240,9 +240,9 @@
- ./install-sh -s -c -m 555 jpilot-dump $(prefix)/jpilot-dump ; \
- fi
- if test -d "$(prefix)/bin" ; then \
-- ./install-sh -s -c -m 555 jpilot-dump $(prefix)/bin/jpilot-upgrade-99 ; \
-+ ./install-sh -s -c -m 555 jpilot-upgrade-99 $(prefix)/bin/jpilot-upgrade-99 ; \
- else \
-- ./install-sh -s -c -m 555 jpilot-dump $(prefix)/jpilot-upgrade-99 ; \
-+ ./install-sh -s -c -m 555 jpilot-upgrade-99 $(prefix)/jpilot-upgrade-99 ; \
- fi
- ./install-sh -d -m 755 $(prefix)/share/jpilot
- ./install-sh -c -m 755 jpilotrc.blue $(prefix)/share/jpilot
+ uninstall-local:
+ rm -f $(prefix)/doc/$(PACKAGE)-$(VERSION)/manual.html
diff --git a/comms/jpilot/patches/patch-ab b/comms/jpilot/patches/patch-ab
deleted file mode 100644
index 3596076e640..00000000000
--- a/comms/jpilot/patches/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2002/11/30 13:36:14 salo Exp $
-
---- configure.in.orig Tue Feb 6 20:26:38 2001
-+++ configure.in Sat Nov 30 13:49:28 2002
-@@ -180,6 +180,10 @@
- AC_TRY_LINK([#include <dlfcn.h>], [dlopen("huh",0);] , have_dlopen=yes, , )
- LIBS="$save_LIBS"
-
-+ if test "x$have_dlopen" != "yes"; then
-+ AC_TRY_LINK([#include <dlfcn.h>], [dlopen("huh",0);], have_dlopen=yes,, )
-+ fi
-+
- if test "x$have_dlopen" = "xyes"; then
- AC_DEFINE(ENABLE_PLUGINS)
- AC_MSG_RESULT(ok, plugin support enabled)
diff --git a/comms/jpilot/patches/patch-ac b/comms/jpilot/patches/patch-ac
deleted file mode 100644
index fd55882e567..00000000000
--- a/comms/jpilot/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2001/12/08 10:52:25 jmc Exp $
-
---- aclocal.m4.orig Sat Dec 8 10:44:06 2001
-+++ aclocal.m4 Sat Dec 8 10:44:35 2001
-@@ -808,7 +808,7 @@
- dnl Get the cflags and libraries from the gtk-config script
- dnl
- AC_ARG_WITH(gtk-prefix,[ --with-gtk-prefix=PFX Prefix where GTK is installed (optional)],
-- gtk_config_prefix="$withval", gtk_config_prefix="")
-+ gtk_config_prefix="", gtk_config_prefix="")
- AC_ARG_WITH(gtk-exec-prefix,[ --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optional)],
- gtk_config_exec_prefix="$withval", gtk_config_exec_prefix="")
- AC_ARG_ENABLE(gtktest, [ --disable-gtktest Do not try to compile and run a test GTK program],
diff --git a/comms/jpilot/patches/patch-ad b/comms/jpilot/patches/patch-ad
index 261703ffb29..cc55d692bf8 100644
--- a/comms/jpilot/patches/patch-ad
+++ b/comms/jpilot/patches/patch-ad
@@ -1,11 +1,11 @@
-$NetBSD: patch-ad,v 1.3 2002/01/28 14:23:40 wiz Exp $
+$NetBSD: patch-ad,v 1.4 2003/01/10 04:34:20 rh Exp $
---- docs/jpilot.1.orig Wed Feb 7 06:23:22 2001
+--- docs/jpilot.1.orig Thu Aug 29 02:31:40 2002
+++ docs/jpilot.1
-@@ -7,8 +7,11 @@
- J-Pilot is a desktop organizer application for the palm pilot and other
- Palm OS devices. It is similar in functionality to the one that
- 3Com distributes.
+@@ -29,8 +29,11 @@ The PILOTPORT, and PILOTRATE env variabl
+ port to sync on, and at what speed.
+
+ If PILOTPORT is not set then it defaults to /dev/pilot.
+.PP
+For a more complete description, see
+@PREFIX@/share/doc/html/jpilot/manual.html.
diff --git a/comms/jpilot/patches/patch-ae b/comms/jpilot/patches/patch-ae
deleted file mode 100644
index edba86a6a2d..00000000000
--- a/comms/jpilot/patches/patch-ae
+++ /dev/null
@@ -1,39 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2002/11/30 13:36:14 salo Exp $
-
---- configure.orig Tue Feb 6 20:31:18 2001
-+++ configure Sat Nov 30 13:49:01 2002
-@@ -3831,6 +3831,25 @@
- rm -f conftest*
- LIBS="$save_LIBS"
-
-+ if test "x$have_dlopen" != "yes"; then
-+ cat > conftest.$ac_ext <<EOF
-+#line 3840 "configure"
-+#include "confdefs.h"
-+#include <dlfcn.h>
-+int main() {
-+dlopen("huh",0);
-+; return 0; }
-+EOF
-+if { (eval echo configure:3847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+ rm -rf conftest*
-+ have_dlopen=yes
-+else
-+ echo "configure: failed program was:" >&5
-+ cat conftest.$ac_ext >&5
-+fi
-+rm -f conftest*
-+ fi
-+
- if test "x$have_dlopen" = "xyes"; then
- cat >> confdefs.h <<\EOF
- #define ENABLE_PLUGINS 1
-@@ -3866,7 +3885,7 @@
- # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
- if test "${with_gtk_prefix+set}" = set; then
- withval="$with_gtk_prefix"
-- gtk_config_prefix="$withval"
-+ gtk_config_prefix=""
- else
- gtk_config_prefix=""
- fi