From ca182222c045fe26128a8534026e57a8252abec4 Mon Sep 17 00:00:00 2001 From: Andrey Slusar Date: Thu, 15 Jun 2006 18:12:56 +0000 Subject: - 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" --- palm/jpilot/Makefile | 4 ++-- palm/jpilot/files/patch-0.99.8-memory | 12 ++++++++++++ palm/jpilot/files/patch-jpilot-sync | 15 +++++++++++++++ 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 palm/jpilot/files/patch-0.99.8-memory create mode 100644 palm/jpilot/files/patch-jpilot-sync (limited to 'palm') 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; + -- cgit v1.2.3