Date: Wed, 1 Feb 2006 19:10:05 GMT From: Alex Samorukov <samm@os2.kiev.ua> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/92702: palm/jpilot pilot-link library update Message-ID: <200602011910.k11JA5qH005915@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/92702; it has been noted by GNATS. From: Alex Samorukov <samm@os2.kiev.ua> To: bug-followup@FreeBSD.org, samm@os2.kiev.ua Cc: Subject: Re: ports/92702: palm/jpilot pilot-link library update Date: Wed, 01 Feb 2006 21:05:59 +0200 I just dont want to make a new PR for this patches, so will use this one. Proposed patches are taken from jpilot.org and resolve "memory problem resulting in a segfault when modifying records" and " unresolved symbol glob_tooltips when using jpilot-sync". ======= patch ========== diff --new-file -u files/patch-0.99.8-memory files.new/patch-0.99.8-memory --- files/patch-0.99.8-memory Thu Jan 1 03:00:00 1970 +++ files.new/patch-0.99.8-memory Sun Dec 11 20:06:45 2005 @@ -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 --new-file -u files/patch-jpilot-sync files.new/patch-jpilot-sync --- files/patch-jpilot-sync Thu Jan 1 03:00:00 1970 +++ files.new/patch-jpilot-sync Sat Nov 5 17:39:22 2005 @@ -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; + ======= patch ========== -- Best regards, Alex Samorukov, SAMM1-RIPE Zend Certified PHP Engineer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602011910.k11JA5qH005915>