diff options
author | Scott Stoddard <deltacow@gentoo.org> | 2006-03-28 13:05:50 +0000 |
---|---|---|
committer | Scott Stoddard <deltacow@gentoo.org> | 2006-03-28 13:05:50 +0000 |
commit | 1bf91b21fb8a0d784238d7dc009d4f2e73b82f23 (patch) | |
tree | 1a9af3817b1ccbd7b174ebf60f67fdf2cc590ce5 /app-pda/jpilot/files | |
parent | version bump (diff) | |
download | historical-1bf91b21fb8a0d784238d7dc009d4f2e73b82f23.tar.gz historical-1bf91b21fb8a0d784238d7dc009d4f2e73b82f23.tar.bz2 historical-1bf91b21fb8a0d784238d7dc009d4f2e73b82f23.zip |
new version (0.99.8 final) with patches (*2) from upstream.
Package-Manager: portage-2.1_pre7-r1
Diffstat (limited to 'app-pda/jpilot/files')
-rw-r--r-- | app-pda/jpilot/files/digest-jpilot-0.99.8 | 3 | ||||
-rw-r--r-- | app-pda/jpilot/files/jpilot-0.99.8-glob.patch | 15 | ||||
-rw-r--r-- | app-pda/jpilot/files/jpilot-0.99.8-memory.patch | 12 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-pda/jpilot/files/digest-jpilot-0.99.8 b/app-pda/jpilot/files/digest-jpilot-0.99.8 new file mode 100644 index 000000000000..79669a2350c1 --- /dev/null +++ b/app-pda/jpilot/files/digest-jpilot-0.99.8 @@ -0,0 +1,3 @@ +MD5 4bdb200367e691e64d02bd6dfcdec604 jpilot-0.99.8.tar.gz 1589217 +RMD160 9d19e41a8d73f1dbfc5107e0ee1657ac09b55189 jpilot-0.99.8.tar.gz 1589217 +SHA256 a89ca99df142efa6046509df7522794c34da84158893bfbce836c9f5fd943d78 jpilot-0.99.8.tar.gz 1589217 diff --git a/app-pda/jpilot/files/jpilot-0.99.8-glob.patch b/app-pda/jpilot/files/jpilot-0.99.8-glob.patch new file mode 100644 index 000000000000..3b478400f286 --- /dev/null +++ b/app-pda/jpilot/files/jpilot-0.99.8-glob.patch @@ -0,0 +1,15 @@ +Index: jpilot-sync.c +=================================================================== +RCS file: /cvs/jpilot/jpilot_src/jpilot-sync.c,v +retrieving revision 1.23 +diff -u -r1.23 jpilot-sync.c +--- jpilot-sync.c 28 Jan 2005 16:54:13 -0000 1.23 ++++ jpilot-sync.c 5 Nov 2005 15:07:57 -0000 +@@ -44,6 +44,7 @@ + pid_t glob_child_pid; + GtkWidget *glob_dialog; + pid_t glob_child_pid; ++GtkTooltips *glob_tooltips; + + unsigned char skip_plugins; + diff --git a/app-pda/jpilot/files/jpilot-0.99.8-memory.patch b/app-pda/jpilot/files/jpilot-0.99.8-memory.patch new file mode 100644 index 000000000000..cb8e270b1c21 --- /dev/null +++ b/app-pda/jpilot/files/jpilot-0.99.8-memory.patch @@ -0,0 +1,12 @@ +--- utils.c.orig 2005-12-11 13:04:24.000000000 -0500 ++++ utils.c 2005-12-11 13:04:38.000000000 -0500 +@@ -2042,9 +2042,6 @@ + fwrite(RecordBuffer->data, header.rec_len, 1, pc_in); + #endif /* PILOT_LINK_0_12 */ + jp_logf(JP_LOG_DEBUG, "record deleted\n"); +-#ifdef PILOT_LINK_0_12 +- pi_buffer_free(RecordBuffer); +-#endif /* PILOT_LINK_0_12 */ + fclose(pc_in); + #ifdef PILOT_LINK_0_12 + pi_buffer_free(RecordBuffer); |