summaryrefslogtreecommitdiff
path: root/palm/jpilot
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-06-15 18:12:56 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-06-15 18:12:56 +0000
commitca182222c045fe26128a8534026e57a8252abec4 (patch)
treea18ab986a8a7f3a32ef6470cf504488de9fae5f1 /palm/jpilot
parentRemove non-existent USE_GUNZIP (diff)
- Add patch to fix a memory problem resulting in a segfault when
modifying records. (jpilot.org) - Add patch to fix unresolved symbol glob_tooltips when using jpilot-sync (jpilot.org) - Take mainteinership. PR: ports/98956 Submitted by: "Alex Samorukov" <samm@os2.kiev.ua>
Notes
Notes: svn path=/head/; revision=165516
Diffstat (limited to 'palm/jpilot')
-rw-r--r--palm/jpilot/Makefile4
-rw-r--r--palm/jpilot/files/patch-0.99.8-memory12
-rw-r--r--palm/jpilot/files/patch-jpilot-sync15
3 files changed, 29 insertions, 2 deletions
diff --git a/palm/jpilot/Makefile b/palm/jpilot/Makefile
index e5f114b4d1ef..80cc7af20887 100644
--- a/palm/jpilot/Makefile
+++ b/palm/jpilot/Makefile
@@ -8,11 +8,11 @@
PORTNAME= jpilot
PORTVERSION= 0.99.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES+= palm comms
MASTER_SITES= http://jpilot.org/
-MAINTAINER?= ports@FreeBSD.org
+MAINTAINER?= samm@os2.kiev.ua
COMMENT= Desktop Organizer Software for the Palm Pilot
LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link
diff --git a/palm/jpilot/files/patch-0.99.8-memory b/palm/jpilot/files/patch-0.99.8-memory
new file mode 100644
index 000000000000..cb8e270b1c21
--- /dev/null
+++ b/palm/jpilot/files/patch-0.99.8-memory
@@ -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);
diff --git a/palm/jpilot/files/patch-jpilot-sync b/palm/jpilot/files/patch-jpilot-sync
new file mode 100644
index 000000000000..3b478400f286
--- /dev/null
+++ b/palm/jpilot/files/patch-jpilot-sync
@@ -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;
+